|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Gateway | |
---|---|
org.opencfml.eventgateway | |
railo.runtime.gateway |
Uses of Gateway in org.opencfml.eventgateway |
---|
Methods in org.opencfml.eventgateway with parameters of type Gateway | |
---|---|
boolean |
GatewayEngine.invokeListener(Gateway gateway,
String method,
Map data)
invoke given method on cfc listener |
void |
GatewayEngine.log(Gateway gateway,
int level,
String message)
logs message with defined logger for gateways |
Uses of Gateway in railo.runtime.gateway |
---|
Classes in railo.runtime.gateway that implement Gateway | |
---|---|
class |
CFCGateway
|
class |
SocketGateway
|
Methods in railo.runtime.gateway that return Gateway | |
---|---|
Gateway |
GatewayEntryImpl.getGateway()
|
Gateway |
GatewayEntry.getGateway()
|
Methods in railo.runtime.gateway with parameters of type Gateway | |
---|---|
boolean |
GatewayEngineImpl.invokeListener(Gateway gateway,
String method,
Map data)
|
void |
GatewayEngineImpl.log(Gateway gateway,
int level,
String message)
|
Constructors in railo.runtime.gateway with parameters of type Gateway | |
---|---|
GatewayThread(GatewayEngine engine,
Gateway gateway,
int action)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |