ix.ip2
Class SyncState.RegisterClient

java.lang.Object
  extended by ix.ip2.SyncState.AbstractServerOperation
      extended by ix.ip2.SyncState.ClientStateDelta
          extended by ix.ip2.SyncState.RegisterClient
All Implemented Interfaces:
SyncState.Operation, SyncState.ServerOperation, java.io.Serializable
Enclosing class:
SyncState

public static class SyncState.RegisterClient
extends SyncState.ClientStateDelta

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ix.ip2.SyncState.ClientStateDelta
delta
 
Fields inherited from class ix.ip2.SyncState.AbstractServerOperation
clientName
 
Constructor Summary
SyncState.RegisterClient()
           
SyncState.RegisterClient(java.lang.String clientName, java.util.Map delta)
           
 
Method Summary
 void run(SyncStateServer server)
           
 
Methods inherited from class ix.ip2.SyncState.ClientStateDelta
getDelta, setDelta
 
Methods inherited from class ix.ip2.SyncState.AbstractServerOperation
getClientName, setClientName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncState.RegisterClient

public SyncState.RegisterClient()

SyncState.RegisterClient

public SyncState.RegisterClient(java.lang.String clientName,
                                java.util.Map delta)
Method Detail

run

public void run(SyncStateServer server)