railo.runtime.type.scope
Interface ClusterRemote

All Known Implementing Classes:
ClusterRemoteNotSupported

public interface ClusterRemote


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)
           
 

Method Detail

broadcastEntries

void broadcastEntries()
broadcast data on stack and clear stack


addEntry

void addEntry(ClusterEntry entry)
set entry on stack

Parameters:
entry -

checkValue

boolean checkValue(Object value)
check if the value can distributed over the "cluster"

Parameters:
value -
Throws:
PageException

duplicate

ClusterRemote duplicate()
duplicate this object

Returns:
duplicated object

init

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


Copyright © 2012 Railo