railo.runtime.type.scope
Interface ClusterRemote


public interface ClusterRemote


Method Summary
 void addEntry(ClusterEntry entry)
          set entry on stack
 void broadcastEntries()
          broadcast data on stack and clear stack
 void checkValue(java.lang.Object value)
          check if the value can distributed over the "cluster"
 ClusterRemote duplicate()
          duplicate this object
 void init(ConfigServer configServer, Cluster cluster)
           
 

Method Detail

broadcastEntries

public void broadcastEntries()
broadcast data on stack and clear stack


addEntry

public void addEntry(ClusterEntry entry)
set entry on stack

Parameters:
entry -

checkValue

public void checkValue(java.lang.Object value)
                throws PageException
check if the value can distributed over the "cluster"

Parameters:
value -
Throws:
PageException

duplicate

public ClusterRemote duplicate()
duplicate this object

Returns:
duplicated object

init

public void init(ConfigServer configServer,
                 Cluster cluster)
Parameters:
configServer -
cluster -