|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GatewayException | |
---|---|
org.opencfml.eventgateway | |
railo.runtime.gateway |
Uses of GatewayException in org.opencfml.eventgateway |
---|
Methods in org.opencfml.eventgateway that throw GatewayException | |
---|---|
void |
Gateway.doRestart()
restart the gateway |
void |
Gateway.doStart()
starts the gateway |
void |
Gateway.doStop()
stop the gateway |
void |
Gateway.init(GatewayEngine engine,
String id,
String cfcPath,
Map config)
method to initialize the gateway |
String |
Gateway.sendMessage(Map data)
sends a message based on given data |
Uses of GatewayException in railo.runtime.gateway |
---|
Subclasses of GatewayException in railo.runtime.gateway | |
---|---|
class |
PageGatewayException
|
Methods in railo.runtime.gateway that throw GatewayException | |
---|---|
void |
GatewayEngineImpl.addEntries(Config config,
Map<String,GatewayEntry> entries)
|
void |
GatewayEngineImpl.addEntry(Config config,
GatewayEntry ge)
|
void |
GatewayEngineImpl.clear()
|
void |
CFCGateway.doRestart()
|
void |
CFCGateway.doStart()
|
void |
CFCGateway.doStop()
|
void |
SocketGateway.init(GatewayEngine engine,
String id,
String cfcPath,
Map config)
|
void |
CFCGateway.init(GatewayEngine engine,
String id,
String cfcPath,
Map config)
|
void |
GatewayEngineImpl.remove(GatewayEntry ge)
|
String |
CFCGateway.sendMessage(Map data)
|
String |
GatewayEngineImpl.sendMessage(String gatewayId,
Struct data)
send the message to the gateway |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |