railo.runtime.net.flex
Class RailoAdapter

java.lang.Object
  extended by flex.management.ManageableComponent
      extended by flex.messaging.services.ServiceAdapter
          extended by railo.runtime.net.flex.RailoAdapter
All Implemented Interfaces:
flex.management.Manageable, flex.messaging.FlexComponent, flex.messaging.FlexConfigurable, EngineChangeListener

public class RailoAdapter
extends flex.messaging.services.ServiceAdapter
implements EngineChangeListener

Railo implementation of the ServiceAdapter, forward all BlazeDS Request to the CFMLEngine.


Field Summary
static short LOWER_CASE
           
static short ORIGINAL_CASE
           
static short UPPER_CASE
           
 
Fields inherited from class flex.messaging.services.ServiceAdapter
LOG_CATEGORY
 
Constructor Summary
RailoAdapter()
           
 
Method Summary
 void initialize(String id, flex.messaging.config.ConfigMap properties)
           
 Object invoke(flex.messaging.messages.Message message)
           
 void onUpdate(CFMLEngine newEngine)
          will be called whene there is a change oon the engine
 
Methods inherited from class flex.messaging.services.ServiceAdapter
getAdapterState, getDestination, handlesSubscriptions, manage, setAdapterState, setDestination, start, stop
 
Methods inherited from class flex.management.ManageableComponent
getControl, getId, getParent, isManaged, isStarted, isValid, setControl, setId, setManaged, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOWER_CASE

public static final short LOWER_CASE
See Also:
Constant Field Values

UPPER_CASE

public static final short UPPER_CASE
See Also:
Constant Field Values

ORIGINAL_CASE

public static final short ORIGINAL_CASE
See Also:
Constant Field Values
Constructor Detail

RailoAdapter

public RailoAdapter()
Method Detail

initialize

public void initialize(String id,
                       flex.messaging.config.ConfigMap properties)
Specified by:
initialize in interface flex.messaging.FlexConfigurable
Overrides:
initialize in class flex.management.ManageableComponent

invoke

public Object invoke(flex.messaging.messages.Message message)
Specified by:
invoke in class flex.messaging.services.ServiceAdapter
See Also:
ServiceAdapter.invoke(flex.messaging.messages.Message)

onUpdate

public void onUpdate(CFMLEngine newEngine)
Description copied from interface: EngineChangeListener
will be called whene there is a change oon the engine

Specified by:
onUpdate in interface EngineChangeListener
Parameters:
newEngine - new CFML Engine
See Also:
EngineChangeListener.onUpdate(railo.loader.engine.CFMLEngine)


Copyright © 2012 Railo