Uses of Interface
org.apache.geronimo.messaging.replication.ReplicationCapable

Packages that use ReplicationCapable
org.apache.geronimo.messaging.replication   
 

Uses of ReplicationCapable in org.apache.geronimo.messaging.replication
 

Classes in org.apache.geronimo.messaging.replication that implement ReplicationCapable
 class SimpleReplicatedMap
          A simple Map, which is ReplicationCapable aware.
 

Methods in org.apache.geronimo.messaging.replication that return ReplicationCapable
 ReplicationCapable ReplicationMemberImpl.retrieveReplicantCapable(Object anID)
          Retrieves the ReplicationCapable having the specified id.
 ReplicationCapable ReplicationMember.retrieveReplicantCapable(Object anID)
          Retrieves the ReplicationCapable having the specified id.
 

Methods in org.apache.geronimo.messaging.replication with parameters of type ReplicationCapable
 void ReplicationMemberImpl.registerReplicantCapable(ReplicationCapable aReplicant)
          Registers a ReplicantCapable.
 void ReplicationMemberImpl.unregisterReplicantCapable(ReplicationCapable aReplicant)
           
 void ReplicationMemberImpl.registerLocalReplicantCapable(ReplicationCapable aReplicant)
          This method is for internal use only.
 void ReplicationMember.registerReplicantCapable(ReplicationCapable aReplicant)
          Registers a ReplicantCapable.
 void ReplicationMember.unregisterReplicantCapable(ReplicationCapable aReplicant)
          Unregisters a ReplicantCapable.
 void ReplicationMember.registerLocalReplicantCapable(ReplicationCapable aReplicant)
          This method is for internal use only.
 



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