com.caucho.server.cluster
Class Domain

java.lang.Object
  extended by com.caucho.server.cluster.Domain
All Implemented Interfaces:
java.io.Serializable

public class Domain
extends java.lang.Object
implements java.io.Serializable

Dynamic clustered representation of a server

See Also:
Serialized Form

Constructor Summary
Domain(long version)
           
 
Method Summary
 void addCluster(DomainCluster cluster)
           
 Domain copy(long newVersion)
           
 long getVersion()
          Returns the server's unique id.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Domain

public Domain(long version)
Method Detail

getVersion

public long getVersion()
Returns the server's unique id.


addCluster

public void addCluster(DomainCluster cluster)

copy

public Domain copy(long newVersion)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object