Uses of Interface
org.jboss.ejb3.proxy.clustered.registry.ProxyClusteringRegistryListener

Packages that use ProxyClusteringRegistryListener
org.jboss.ejb3.proxy.clustered.jndiregistrar   
org.jboss.ejb3.proxy.clustered.registry   
 

Uses of ProxyClusteringRegistryListener in org.jboss.ejb3.proxy.clustered.jndiregistrar
 

Classes in org.jboss.ejb3.proxy.clustered.jndiregistrar that implement ProxyClusteringRegistryListener
 class JndiClusteredSessionRegistrarBase
          Responsible for binding of ObjectFactories and creation/registration of associated ProxyFactories, centralizing operations common to that of all clustered Session EJB Implementations.
 class JndiClusteredStatefulSessionRegistrar
          Responsible for binding of ObjectFactories and creation/registration of associated ProxyFactories, centralizing operations for clustered SFSB Implementations
 class JndiClusteredStatelessSessionRegistrar
          Responsible for binding of ObjectFactories and creation/registration of associated ProxyFactories, centralizing operations for clustered SLSB Implementations
 

Uses of ProxyClusteringRegistryListener in org.jboss.ejb3.proxy.clustered.registry
 

Methods in org.jboss.ejb3.proxy.clustered.registry with parameters of type ProxyClusteringRegistryListener
 void ProxyClusteringRegistry.registerListener(ProxyClusteringRegistryListener listener)
           
 void ProxyClusteringRegistry.unregisterListener(ProxyClusteringRegistryListener listener)
           
 



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