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

Packages that use ProxyClusteringRegistry
org.jboss.ejb3.proxy.clustered.factory.session.stateful   
org.jboss.ejb3.proxy.clustered.factory.session.stateless   
org.jboss.ejb3.proxy.clustered.jndiregistrar   
 

Uses of ProxyClusteringRegistry in org.jboss.ejb3.proxy.clustered.factory.session.stateful
 

Constructors in org.jboss.ejb3.proxy.clustered.factory.session.stateful with parameters of type ProxyClusteringRegistry
StatefulSessionClusteredProxyFactory(String name, String containerName, String containerGuid, org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData metadata, ClassLoader classloader, String url, org.jboss.aop.Advisor advisor, ProxyClusteringRegistry registry, String interceptorStack)
          Constructor
 

Uses of ProxyClusteringRegistry in org.jboss.ejb3.proxy.clustered.factory.session.stateless
 

Constructors in org.jboss.ejb3.proxy.clustered.factory.session.stateless with parameters of type ProxyClusteringRegistry
StatelessSessionClusteredProxyFactory(String name, String containerName, String containerGuid, org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData metadata, ClassLoader classloader, String url, org.jboss.aop.Advisor advisor, ProxyClusteringRegistry registry, String interceptorStack)
          Constructor
 

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

Methods in org.jboss.ejb3.proxy.clustered.jndiregistrar that return ProxyClusteringRegistry
 ProxyClusteringRegistry JndiClusteredSessionRegistrarBase.getRegistry()
           
 

Constructors in org.jboss.ejb3.proxy.clustered.jndiregistrar with parameters of type ProxyClusteringRegistry
JndiClusteredSessionRegistrarBase(String sessionProxyObjectFactoryType, ProxyClusteringRegistry registry)
          Create a new JndiClusteredSessionRegistrarBase.
JndiClusteredStatefulSessionRegistrar(String statelessSessionProxyObjectFactoryType, ProxyClusteringRegistry registry)
          Creates a JNDI Registrar from the specified configuration properties, none of which may be null.
JndiClusteredStatelessSessionRegistrar(String statelessSessionProxyObjectFactoryType, ProxyClusteringRegistry registry)
          Creates a JNDI Registrar from the specified configuration properties, none of which may be null.
 



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