|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProxyClusteringInfo | |
---|---|
org.jboss.ejb3.proxy.clustered.jndiregistrar | |
org.jboss.ejb3.proxy.clustered.registry |
Uses of ProxyClusteringInfo in org.jboss.ejb3.proxy.clustered.jndiregistrar |
---|
Methods in org.jboss.ejb3.proxy.clustered.jndiregistrar with parameters of type ProxyClusteringInfo | |
---|---|
void |
JndiClusteredSessionRegistrarBase.beanClusteringInfoAdded(ProxyClusteringInfo beanClusteringInfo)
|
void |
JndiClusteredSessionRegistrarBase.beanClusteringInfoRemoved(ProxyClusteringInfo beanClusteringInfo)
|
void |
JndiClusteredSessionRegistrarBase.clusterTopologyChanged(ProxyClusteringInfo beanClusteringInfo)
Finds any JndiReferenceBindingSet associated with the
beanClusteringInfo 's container, updates any Reference s
associated with the beanClusteringInfo 's FamilyWrapper to
reflect the new cluster topoloyg, and rebinds the reference in JNDI. |
Uses of ProxyClusteringInfo in org.jboss.ejb3.proxy.clustered.registry |
---|
Methods in org.jboss.ejb3.proxy.clustered.registry that return ProxyClusteringInfo | |
---|---|
ProxyClusteringInfo |
ProxyClusteringRegistry.getBeanClusteringInfo(String proxyFactoryKey)
|
ProxyClusteringInfo |
ProxyClusteringRegistry.registerClusteredBean(String containerName,
String proxyFactoryName,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData metadata,
org.jboss.remoting.InvokerLocator locator)
|
Methods in org.jboss.ejb3.proxy.clustered.registry with parameters of type ProxyClusteringInfo | |
---|---|
void |
ProxyClusteringRegistryListener.beanClusteringInfoAdded(ProxyClusteringInfo beanClusteringInfo)
Notification that a ProxyClusteringInfo has been registered. |
void |
ProxyClusteringRegistryListener.beanClusteringInfoRemoved(ProxyClusteringInfo beanClusteringInfo)
Notification that a ProxyClusteringInfo has been unregistered. |
void |
ProxyClusteringRegistryListener.clusterTopologyChanged(ProxyClusteringInfo beanClusteringInfo)
Notification that the cluster topology has changed for one of the cluster families associated with a container. |
void |
ProxyClusteringRegistry.unregisterClusteredBean(ProxyClusteringInfo info)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |