|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.factory |
|---|
| Classes in org.jboss.ejb3.proxy.impl.factory that implement ProxyFactory | |
|---|---|
class |
ProxyFactoryBase
ProxyFactoryBase A Base upon which Proxy Factory Implementations may build |
| Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.factory.session |
|---|
| Subinterfaces of ProxyFactory in org.jboss.ejb3.proxy.impl.factory.session | |
|---|---|
interface |
SessionProxyFactory
SessionProxyFactory Contract for a Proxy Factory responsible for creation of both EJB3 and EJB2.x Session Bean Proxies |
interface |
SessionSpecProxyFactory
SessionSpecProxyFactory Contract for a Proxy Factory responsible for creation of both EJB3 and EJB2.x Session Bean Proxies as defined by the EJB3 specification |
| Classes in org.jboss.ejb3.proxy.impl.factory.session that implement ProxyFactory | |
|---|---|
class |
SessionProxyFactoryBase
SessionProxyFactoryBase Base upon which Session Proxy Factory implementations may build |
| Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.factory.session.service |
|---|
| Subinterfaces of ProxyFactory in org.jboss.ejb3.proxy.impl.factory.session.service | |
|---|---|
interface |
ServiceProxyFactory
ServiceProxyFactory Defines functions required of a Proxy Factory responsible for generating Proxies to JBoss EJB3 JMX Service Beans |
| Classes in org.jboss.ejb3.proxy.impl.factory.session.service that implement ProxyFactory | |
|---|---|
class |
ServiceLocalProxyFactory
ServiceLocalProxyFactory A @Service Proxy Factory for Local Views |
class |
ServiceProxyFactoryBase
ServiceProxyFactoryBase Base upon which @Service Proxy Factory implementations may build |
class |
ServiceRemoteProxyFactory
ServiceRemoteProxyFactory A @Service Proxy Factory for Remote Views |
| Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.factory.session.stateful |
|---|
| Subinterfaces of ProxyFactory in org.jboss.ejb3.proxy.impl.factory.session.stateful | |
|---|---|
interface |
StatefulSessionProxyFactory
StatefulSessionProxyFactory Extension for SFSB Proxy Factories in which case methods defined by SessionProxyFactory result in creation of a new Session, while the overloaded methods provided here may create a Proxy for a specified Session ID |
| Classes in org.jboss.ejb3.proxy.impl.factory.session.stateful that implement ProxyFactory | |
|---|---|
class |
StatefulSessionLocalProxyFactory
StatefulSessionLocalProxyFactory A SFSB Proxy Factory for Local Views |
class |
StatefulSessionProxyFactoryBase
StatefulSessionProxyFactoryBase Base upon which SFSB Proxy Factories may build |
class |
StatefulSessionRemoteProxyFactory
StatefulSessionRemoteProxyFactory A SFSB Proxy Factory for Remote Views |
| Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.factory.session.stateless |
|---|
| Classes in org.jboss.ejb3.proxy.impl.factory.session.stateless that implement ProxyFactory | |
|---|---|
class |
StatelessSessionLocalProxyFactory
StatelessSessionLocalProxyFactory A SLSB Proxy Factory for Local Views |
class |
StatelessSessionProxyFactoryBase
StatelessSessionProxyFactoryBase Base upon which SLSB Proxy Factories may build |
class |
StatelessSessionRemoteProxyFactory
StatelessSessionRemoteProxyFactory A SLSB Proxy Factory for Remote Views |
| Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.jndiregistrar |
|---|
| Methods in org.jboss.ejb3.proxy.impl.jndiregistrar that return ProxyFactory | |
|---|---|
protected ProxyFactory |
JndiStatefulSessionRegistrar.createLocalProxyFactory(java.lang.String name,
java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd,
java.lang.ClassLoader cl,
org.jboss.aop.Advisor advisor)
Creates and returns a new local proxy factory for this SFSB |
protected ProxyFactory |
JndiServiceRegistrar.createLocalProxyFactory(java.lang.String name,
java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd,
java.lang.ClassLoader cl,
org.jboss.aop.Advisor advisor)
Creates and returns a new local proxy factory for this @Service |
protected abstract ProxyFactory |
JndiSessionRegistrarBase.createLocalProxyFactory(java.lang.String name,
java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd,
java.lang.ClassLoader cl,
org.jboss.aop.Advisor advisor)
Creates and returns a new local proxy factory for this Session Bean |
protected ProxyFactory |
JndiStatelessSessionRegistrar.createLocalProxyFactory(java.lang.String name,
java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd,
java.lang.ClassLoader cl,
org.jboss.aop.Advisor advisor)
Creates and returns a new local proxy factory for this SLSB |
protected ProxyFactory |
JndiSessionRegistrarBase.createProxyToProxyFactory(java.lang.String proxyFactoryKey,
java.lang.String remotingUrl,
ProxyFactory proxyFactory,
java.lang.ClassLoader cl,
org.jboss.metadata.ejb.jboss.JBossEnterpriseBeanMetaData smd)
Creates a remoting PojiProxy for the proxy factory and fronts it with
the IsLocalProxyFactoryInterceptor and InvokeRemoteInterceptor interceptors |
protected ProxyFactory |
JndiStatefulSessionRegistrar.createRemoteProxyFactory(java.lang.String name,
java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd,
java.lang.ClassLoader cl,
java.lang.String url,
org.jboss.aop.Advisor advisor,
java.lang.String interceptorStackName)
Creates and returns a new remote proxy factory for this SFSB |
protected ProxyFactory |
JndiServiceRegistrar.createRemoteProxyFactory(java.lang.String name,
java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd,
java.lang.ClassLoader cl,
java.lang.String url,
org.jboss.aop.Advisor advisor,
java.lang.String interceptorStackName)
Creates and returns a new remote proxy factory for this SFSB |
protected abstract ProxyFactory |
JndiSessionRegistrarBase.createRemoteProxyFactory(java.lang.String name,
java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd,
java.lang.ClassLoader cl,
java.lang.String url,
org.jboss.aop.Advisor advisor,
java.lang.String interceptorStackName)
Creates and returns a new remote proxy factory for this Session Bean |
protected ProxyFactory |
JndiStatelessSessionRegistrar.createRemoteProxyFactory(java.lang.String name,
java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData smd,
java.lang.ClassLoader cl,
java.lang.String url,
org.jboss.aop.Advisor advisor,
java.lang.String interceptorStackName)
Creates and returns a new remote proxy factory for this Session Bean |
| Methods in org.jboss.ejb3.proxy.impl.jndiregistrar with parameters of type ProxyFactory | |
|---|---|
protected void |
JndiSessionRegistrarBase.bindRemoteProxyFactory(javax.naming.Context context,
java.lang.String proxyFactoryKey,
java.lang.String remotingUrl,
ProxyFactory proxyFactory,
java.lang.ClassLoader cl,
org.jboss.metadata.ejb.jboss.JBossEnterpriseBeanMetaData smd)
The remote proxy factory will be bound to the jndi at the key proxyFactoryKey. |
protected ProxyFactory |
JndiSessionRegistrarBase.createProxyToProxyFactory(java.lang.String proxyFactoryKey,
java.lang.String remotingUrl,
ProxyFactory proxyFactory,
java.lang.ClassLoader cl,
org.jboss.metadata.ejb.jboss.JBossEnterpriseBeanMetaData smd)
Creates a remoting PojiProxy for the proxy factory and fronts it with
the IsLocalProxyFactoryInterceptor and InvokeRemoteInterceptor interceptors |
protected void |
JndiSessionRegistrarBase.registerProxyFactory(java.lang.String name,
ProxyFactory factory,
org.jboss.metadata.ejb.jboss.JBossEnterpriseBeanMetaData smd)
Registers the specified proxy factory into the registry |
| Method parameters in org.jboss.ejb3.proxy.impl.jndiregistrar with type arguments of type ProxyFactory | |
|---|---|
protected java.lang.Class<ProxyFactory>[] |
JndiSessionRegistrarBase.getAllProxyFactoryInterfaces(java.lang.Class<ProxyFactory> klass)
Returns all the interfaces of type ProxyFactory that are implemented
by the proxyFactory klass |
| Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.objectfactory |
|---|
| Methods in org.jboss.ejb3.proxy.impl.objectfactory that return ProxyFactory | |
|---|---|
protected ProxyFactory |
ProxyObjectFactory.createProxyFactoryProxy(javax.naming.Name name,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> refAddrs,
java.lang.String proxyFactoryRegistryKey)
Deprecated. |
protected ProxyFactory |
ProxyObjectFactory.getProxyFactoryFromJNDI(java.lang.String proxyFactoryKey,
javax.naming.Context context,
java.util.Hashtable<?,?> environment)
Returns the ProxyFactory from the JNDI. |
| Methods in org.jboss.ejb3.proxy.impl.objectfactory with parameters of type ProxyFactory | |
|---|---|
protected abstract java.lang.Object |
ProxyObjectFactory.getProxy(ProxyFactory proxyFactory,
javax.naming.Name name,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> referenceAddresses)
|
| Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.objectfactory.session |
|---|
| Methods in org.jboss.ejb3.proxy.impl.objectfactory.session with parameters of type ProxyFactory | |
|---|---|
protected java.lang.Object |
SessionProxyObjectFactory.createProxy(ProxyFactory factory,
javax.naming.Name name,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> referenceAddresses)
Creates an proxy from the appropriate ProxyFactory as determined by metadata in the specified reference addresses |
| Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.objectfactory.session.service |
|---|
| Methods in org.jboss.ejb3.proxy.impl.objectfactory.session.service with parameters of type ProxyFactory | |
|---|---|
protected java.lang.Object |
ServiceProxyObjectFactory.getProxy(ProxyFactory proxyFactory,
javax.naming.Name name,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> referenceAddresses)
|
| Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.objectfactory.session.stateful |
|---|
| Methods in org.jboss.ejb3.proxy.impl.objectfactory.session.stateful with parameters of type ProxyFactory | |
|---|---|
protected java.lang.Object |
StatefulSessionProxyObjectFactory.getProxy(ProxyFactory proxyFactory,
javax.naming.Name name,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> referenceAddresses)
SFSB Object Factories must always create a new SFSB Proxy |
| Uses of ProxyFactory in org.jboss.ejb3.proxy.impl.objectfactory.session.stateless |
|---|
| Methods in org.jboss.ejb3.proxy.impl.objectfactory.session.stateless with parameters of type ProxyFactory | |
|---|---|
protected java.lang.Object |
StatelessSessionProxyObjectFactory.getProxy(ProxyFactory proxyFactory,
javax.naming.Name name,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> referenceAddresses)
SLSB Object Factories must always create a new SLSB Proxy if one is not available in the internal cache, otherwise use the cached one and return |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||