Uses of Class
org.jboss.ejb3.proxy.clustered.registry.ProxyClusteringInfo

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 References 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)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.