ix.ip2
Class SyncState.ClientStateChange

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

public static class SyncState.ClientStateChange
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.ClientStateChange()
           
SyncState.ClientStateChange(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.ClientStateChange

public SyncState.ClientStateChange()

SyncState.ClientStateChange

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

run

public void run(SyncStateServer server)