|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HAPartition | |
---|---|
org.jboss.ha.framework.interfaces | |
org.jboss.ha.framework.server |
Uses of HAPartition in org.jboss.ha.framework.interfaces |
---|
Methods in org.jboss.ha.framework.interfaces that return HAPartition | |
---|---|
HAPartition |
HAServiceKeyProvider.getHAPartition()
Get the underlying partition used by this service. |
Methods in org.jboss.ha.framework.interfaces with parameters of type HAPartition | |
---|---|
void |
HAService.setHAPartition(HAPartition partition)
|
Uses of HAPartition in org.jboss.ha.framework.server |
---|
Fields in org.jboss.ha.framework.server declared as HAPartition | |
---|---|
protected HAPartition |
HATarget.partition
|
Methods in org.jboss.ha.framework.server that return HAPartition | |
---|---|
protected HAPartition |
HAPartitionLocator.findInJndi(String partitionName,
Hashtable jndiProperties)
Find the given partition in JNDI under a standard binding . |
protected HAPartition |
HAPartitionLocator.findInRegistry(String partitionName)
Find the given partition in the local registry. |
HAPartition |
HATarget.getAssociatedPartition()
|
HAPartition |
HAServiceImpl.getHAPartition()
|
HAPartition |
HAPartitionLocator.getHAPartition(String partitionName,
Hashtable jndiProperties)
Locates and returns the HAPartition whose partition name matches
the given partitionName . |
Methods in org.jboss.ha.framework.server with parameters of type HAPartition | |
---|---|
void |
HAPartitionLocator.deregisterHAPartition(HAPartition partition)
Deregister a partition from this locator. |
void |
HAPartitionLocator.registerHAPartition(HAPartition partition)
Register a partition with this locator. |
void |
HAServiceImpl.setHAPartition(HAPartition partition)
|
protected void |
HATarget.updateHAPartition(HAPartition partition)
Associates this target with the given partition, registering with the partition's DistributedReplicantManager . |
Constructors in org.jboss.ha.framework.server with parameters of type HAPartition | |
---|---|
HATarget(HAPartition partition,
String replicantName,
Serializable target,
int allowInvocations)
Creates a new HATarget. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |