|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |