Uses of Interface
org.opencfml.eventgateway.Gateway

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)
           
 



Copyright © 2012 Railo