Uses of Interface
ix.ip2.SyncState.Operation

Packages that use SyncState.Operation
ix.ip2 I-X Process Panels 
 

Uses of SyncState.Operation in ix.ip2
 

Subinterfaces of SyncState.Operation in ix.ip2
static interface SyncState.ClientOperation
           
static interface SyncState.ServerOperation
           
 

Classes in ix.ip2 that implement SyncState.Operation
static class SyncState.AbstractClientOperation
           
static class SyncState.AbstractServerOperation
           
static class SyncState.ClientStateChange
           
static class SyncState.ClientStateDeletion
           
static class SyncState.ClientStateDelta
           
static class SyncState.RegisterClient
           
static class SyncState.ServerFullState
           
static class SyncState.ServerStateChange
           
static class SyncState.ServerStateDeletion
           
static class SyncState.ServerStateDelta
           
 

Methods in ix.ip2 that return SyncState.Operation
protected  SyncState.Operation SyncState.SyncStateHandler.getOperation(AgendaItem item)
           
 

Methods in ix.ip2 with parameters of type SyncState.Operation
protected  Activity SyncState.makeSyncStateActivity(SyncState.Operation op)
           
protected  void SyncState.send(java.lang.String destination, SyncState.Operation op)