ix.ip2
Interface SyncState.ServerOperation

All Superinterfaces:
java.io.Serializable, SyncState.Operation
All Known Implementing Classes:
SyncState.AbstractServerOperation, SyncState.ClientStateChange, SyncState.ClientStateDeletion, SyncState.ClientStateDelta, SyncState.RegisterClient
Enclosing class:
SyncState

public static interface SyncState.ServerOperation
extends SyncState.Operation


Method Summary
 java.lang.String getClientName()
           
 void run(SyncStateServer server)
           
 

Method Detail

getClientName

java.lang.String getClientName()

run

void run(SyncStateServer server)