ix.ip2
Class SyncState.AbstractServerOperation

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

public abstract static class SyncState.AbstractServerOperation
extends java.lang.Object
implements SyncState.ServerOperation

See Also:
Serialized Form

Field Summary
protected  java.lang.String clientName
           
 
Constructor Summary
SyncState.AbstractServerOperation(java.lang.String clientName)
           
 
Method Summary
 java.lang.String getClientName()
           
 void setClientName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ix.ip2.SyncState.ServerOperation
run
 

Field Detail

clientName

protected java.lang.String clientName
Constructor Detail

SyncState.AbstractServerOperation

public SyncState.AbstractServerOperation(java.lang.String clientName)
Method Detail

getClientName

public java.lang.String getClientName()
Specified by:
getClientName in interface SyncState.ServerOperation

setClientName

public void setClientName(java.lang.String name)