railo.runtime.type.scope
Class ClusterRemoteNotSupported

java.lang.Object
  extended by railo.runtime.type.scope.ClusterRemoteNotSupported
All Implemented Interfaces:
ClusterRemote

public final class ClusterRemoteNotSupported
extends Object
implements ClusterRemote


Constructor Summary
ClusterRemoteNotSupported()
           
 
Method Summary
 void addEntry(ClusterEntry entry)
          set entry on stack
 void broadcastEntries()
          broadcast data on stack and clear stack
 boolean checkValue(Object value)
          check if the value can distributed over the "cluster"
 ClusterRemote duplicate()
          duplicate this object
 void init(ConfigServer configServer, Cluster cluster)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterRemoteNotSupported

public ClusterRemoteNotSupported()
Method Detail

addEntry

public void addEntry(ClusterEntry entry)
Description copied from interface: ClusterRemote
set entry on stack

Specified by:
addEntry in interface ClusterRemote

broadcastEntries

public void broadcastEntries()
Description copied from interface: ClusterRemote
broadcast data on stack and clear stack

Specified by:
broadcastEntries in interface ClusterRemote
See Also:
ClusterRemote.broadcastEntries()

checkValue

public boolean checkValue(Object value)
Description copied from interface: ClusterRemote
check if the value can distributed over the "cluster"

Specified by:
checkValue in interface ClusterRemote
See Also:
ClusterRemote.checkValue(java.lang.Object)

duplicate

public ClusterRemote duplicate()
Description copied from interface: ClusterRemote
duplicate this object

Specified by:
duplicate in interface ClusterRemote
Returns:
duplicated object
See Also:
ClusterRemote.duplicate()

init

public void init(ConfigServer configServer,
                 Cluster cluster)
Specified by:
init in interface ClusterRemote


Copyright © 2012 Railo