|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Gateway | |
---|---|
railo.runtime.gateway | |
railo.runtime.gateway.proxy |
Uses of Gateway in railo.runtime.gateway |
---|
Methods in railo.runtime.gateway 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.proxy |
---|
Methods in railo.runtime.gateway.proxy that return Gateway | |
---|---|
Gateway |
GatewayProxy.getGateway()
|
static Gateway |
GatewayProFactory.toGateway(GatewayPro gateway)
|
Methods in railo.runtime.gateway.proxy with parameters of type Gateway | |
---|---|
boolean |
GatewayEngineProxy.invokeListener(Gateway gateway,
String method,
Map data)
|
void |
GatewayEngineProxy.log(Gateway gateway,
int level,
String message)
|
static GatewayPro |
GatewayProFactory.toGatewayPro(Gateway gateway)
|
Constructors in railo.runtime.gateway.proxy with parameters of type Gateway | |
---|---|
GatewayProxy(Gateway gateway)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |