railo.runtime.gateway.proxy
Class GatewayEngineProxy

java.lang.Object
  extended by railo.runtime.gateway.proxy.GatewayEngineProxy
All Implemented Interfaces:
GatewayEngine

public class GatewayEngineProxy
extends Object
implements GatewayEngine


Field Summary
 
Fields inherited from interface railo.runtime.gateway.GatewayEngine
LOGLEVEL_DEBUG, LOGLEVEL_ERROR, LOGLEVEL_FATAL, LOGLEVEL_INFO, LOGLEVEL_WARN
 
Constructor Summary
GatewayEngineProxy(GatewayEngineImpl engine)
           
 
Method Summary
 GatewayEngineImpl getEngine()
           
 boolean invokeListener(Gateway gateway, String method, Map data)
          invoke given method on cfc listener
 void log(Gateway gateway, int level, String message)
          logs message with defined logger for gateways
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayEngineProxy

public GatewayEngineProxy(GatewayEngineImpl engine)
Method Detail

invokeListener

public boolean invokeListener(Gateway gateway,
                              String method,
                              Map data)
Description copied from interface: GatewayEngine
invoke given method on cfc listener

Specified by:
invokeListener in interface GatewayEngine
method - method to invoke
data - arguments
Returns:
returns if invocation was successfull

log

public void log(Gateway gateway,
                int level,
                String message)
Description copied from interface: GatewayEngine
logs message with defined logger for gateways

Specified by:
log in interface GatewayEngine

getEngine

public GatewayEngineImpl getEngine()


Copyright © 2012 Railo