Uses of Class
org.apache.directory.mitosis.service.ReplicationContext.State

Packages that use ReplicationContext.State
org.apache.directory.mitosis.service   
 

Uses of ReplicationContext.State in org.apache.directory.mitosis.service
 

Methods in org.apache.directory.mitosis.service that return ReplicationContext.State
 ReplicationContext.State ReplicationContext.getState()
          Returns the current state of the Replica this context is managing.
 ReplicationContext.State DefaultReplicationContext.getState()
           
static ReplicationContext.State ReplicationContext.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReplicationContext.State[] ReplicationContext.State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.directory.mitosis.service with parameters of type ReplicationContext.State
 void ReplicationContext.setState(ReplicationContext.State state)
          Sets the current state of the Replica this context is managing.
 void DefaultReplicationContext.setState(ReplicationContext.State state)
           
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.