A B C D E G H I J K N O P R S T U W

A

addArgumentsToInvocation(MethodInvocation, Object[]) - Method in class org.jboss.ejb3.proxy.impl.invocation.InvokableContextStatefulRemoteProxyInvocationHack
Deprecated. Add the target arguments for the invocation itself, not to those initially passed to InvokableContext.invoke()
addBusinessLocalBinding(String, JndiReferenceBinding) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBindingSet
 
addBusinessRemoteBinding(String, JndiReferenceBinding) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBindingSet
 
addDefaultLocalBinding(JndiReferenceBinding) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBindingSet
 
addDefaultRemoteBinding(JndiReferenceBinding) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBindingSet
 
addHomeLocalBinding(JndiReferenceBinding) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBindingSet
 
addHomeRemoteBinding(JndiReferenceBinding) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBindingSet
 
addMetadataToInvocation(MethodInvocation) - Method in class org.jboss.ejb3.proxy.impl.invocation.InvokableContextStatefulRemoteProxyInvocationHack
Deprecated. Adds a Session ID, if specified, to the invocation metadata
associateProxyWithSession(Object, Serializable) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
Associates the specified Proxy with the session denoted by the specified sessionId

B

bind(Context, JndiReferenceBindingSet, boolean, boolean) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
 
bind(Context, JndiReferenceBinding, boolean) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
 
bind(Context, String, Reference) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Binds the specified Reference into JNDI at the specified address
bindEjb(Context, JBossSessionBeanMetaData, ClassLoader, String, String, Advisor) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Binds into JNDI all appropriate objects required by the EJB described by the specified metadata.

C

constructMethodInvocation(Method, Object[]) - Method in class org.jboss.ejb3.proxy.impl.invocation.InvokableContextStatefulRemoteProxyInvocationHack
Deprecated. Constructs a MethodInvocation from the specified Method and arguments This implementation uses a StatefulRemoteInvocation as the underlying Invocation made, in order to support legacy EJB3 Core Containers Additionally will compute the hash of the SerializableMethod passed to InvokableContext.invoke() for handling by the container
copy() - Method in class org.jboss.ejb3.proxy.impl.invocation.StatefulRemoteInvocation
Deprecated.  
createBusinessDefaultInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Returns the Constructor of the SessionProxyInvocationHandler to be used in instanciating new handlers to specify in Proxy Creation Used for creating a Handler for a Business Default proxy
createBusinessDefaultInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionLocalProxyFactory
 
createBusinessDefaultInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionRemoteProxyFactory
 
createBusinessDefaultInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionLocalProxyFactory
 
createBusinessDefaultInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory
 
createBusinessInterfaceSpecificInvocationHandler(String) - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Returns the Constructor of the SessionProxyInvocationHandler to be used in instanciating new handlers to specify in Proxy Creation Used for creating a Handler for a Business Interface-specific proxy
createBusinessInterfaceSpecificInvocationHandler(String) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionLocalProxyFactory
 
createBusinessInterfaceSpecificInvocationHandler(String) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionRemoteProxyFactory
 
createBusinessInterfaceSpecificInvocationHandler(String) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionLocalProxyFactory
 
createBusinessInterfaceSpecificInvocationHandler(String) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory
 
createEjb2xComponentInterfaceInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Returns the Constructor of the SessionProxyInvocationHandler to be used in instanciating new handlers to specify in Proxy Creation Used for creating a Handler for an EJB2.x Component Interface proxy
createEjb2xComponentInterfaceInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionLocalProxyFactory
 
createEjb2xComponentInterfaceInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionRemoteProxyFactory
 
createEjb2xComponentInterfaceInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionLocalProxyFactory
 
createEjb2xComponentInterfaceInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory
 
createHomeInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Returns the Constructor of the SessionProxyInvocationHandler to be used in instanciating new handlers to specify in Proxy Creation Used for creating a Handler for am EJB2.x Home proxy
createHomeInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionLocalProxyFactory
 
createHomeInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionRemoteProxyFactory
 
createHomeInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionLocalProxyFactory
 
createHomeInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory
 
createInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceLocalProxyFactory
 
createInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceProxyFactoryBase
Returns the ServiceProxyInvocationHandler to be used in Proxy Creation
createInvocationHandler() - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceRemoteProxyFactory
 
createJndiReferenceBindingSet(Context, JBossSessionBeanMetaData, ClassLoader, String, String, Advisor) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Creates all of the Reference objects that should be bound in JNDI for the EJB, and determines the correct JNDI name for each.
createLocalProxyFactory(String, String, String, JBossSessionBeanMetaData, ClassLoader, Advisor) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiServiceRegistrar
Creates and returns a new local proxy factory for this @Service
createLocalProxyFactory(String, String, String, JBossSessionBeanMetaData, ClassLoader, Advisor) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Creates and returns a new local proxy factory for this Session Bean
createLocalProxyFactory(String, String, String, JBossSessionBeanMetaData, ClassLoader, Advisor) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatefulSessionRegistrar
Creates and returns a new local proxy factory for this SFSB
createLocalProxyFactory(String, String, String, JBossSessionBeanMetaData, ClassLoader, Advisor) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatelessSessionRegistrar
Creates and returns a new local proxy factory for this SLSB
createProxy(ProxyFactory, Name, Map<String, List<String>>) - Method in class org.jboss.ejb3.proxy.impl.objectfactory.session.SessionProxyObjectFactory
Creates an proxy from the appropriate ProxyFactory as determined by metadata in the specified reference addresses
createProxyBusiness(String) - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Create an EJB3 Business Proxy specific to the specified target business interface name (expressed as a fully-qualified class name)
createProxyBusiness(String) - Method in interface org.jboss.ejb3.proxy.impl.factory.session.SessionSpecProxyFactory
Create an EJB3 Business Proxy specific to the specified target business interface name (expressed as a fully-qualified class name)
createProxyBusiness(Serializable, String) - Method in interface org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactory
Create an EJB3 Business Proxy specific to the specified target business interface name (expressed as a fully-qualified class name)
createProxyBusiness(String) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
Create an EJB3 Business Proxy specific to the specified target business interface name (expressed as a fully-qualified class name)
createProxyBusiness(Serializable, String) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
Create an EJB3 Business Proxy specific to the specified target business interface name (expressed as a fully-qualified class name)
createProxyConstructor(Set<Class<?>>, ClassLoader) - Method in class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
Create a Proxy Constructor for the specified interfaces, using the specified CL
createProxyDefault() - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceProxyFactoryBase
Create an EJB3 Business proxy.
createProxyDefault() - Method in interface org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactory
Create an EJB3 Business proxy with no specific target business interface.
createProxyDefault() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Create an EJB3 Business proxy with no specific target business interface.
createProxyDefault(Serializable) - Method in interface org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactory
Create an EJB3 Business proxy with no specific target business interface.
createProxyDefault() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
Create an EJB3 Business proxy with no specific target business interface.
createProxyDefault(Serializable) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
Create an EJB3 Business proxy with no specific target business interface.
createProxyEjb2x() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Create an EJB2.x Proxy
createProxyEjb2x() - Method in interface org.jboss.ejb3.proxy.impl.factory.session.SessionSpecProxyFactory
Create an EJB2.x Proxy
createProxyEjb2x(Serializable) - Method in interface org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactory
Create an EJB2.x Proxy
createProxyEjb2x() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
Create an EJB2.x Proxy
createProxyEjb2x(Serializable) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
Create an EJB2.x Proxy
createProxyFactoryProxy(Name, Map<String, List<String>>, String) - Method in class org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
Creates a remoting proxy to the proxy factory.
createProxyHome() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Create an EJB2.x Home Proxy
createProxyHome() - Method in interface org.jboss.ejb3.proxy.impl.factory.session.SessionSpecProxyFactory
Create an EJB2.x Home Proxy
createProxyHome() - Method in interface org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactory
Create an EJB2.x Home Proxy
createProxyHome() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
Create an EJB2.x Home Proxy
createRemoteProxyFactory(String, String, String, JBossSessionBeanMetaData, ClassLoader, String, Advisor, String) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiServiceRegistrar
Creates and returns a new remote proxy factory for this SFSB
createRemoteProxyFactory(String, String, String, JBossSessionBeanMetaData, ClassLoader, String, Advisor, String) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Creates and returns a new remote proxy factory for this Session Bean
createRemoteProxyFactory(String, String, String, JBossSessionBeanMetaData, ClassLoader, String, Advisor, String) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatefulSessionRegistrar
Creates and returns a new remote proxy factory for this SFSB
createRemoteProxyFactory(String, String, String, JBossSessionBeanMetaData, ClassLoader, String, Advisor, String) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatelessSessionRegistrar
Creates and returns a new remote proxy factory for this Session Bean
createRemoteProxyToContainer(String) - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
Creates and returns a Remoting Proxy to invoke upon the container This implementation is marked as FIXME as remoting should be an add-on capability atop ejb3-proxy
createRemoteProxyToContainer(String, String, String, Interceptor[], Object) - Static method in class org.jboss.ejb3.proxy.impl.remoting.ProxyRemotingUtils
Creates a remote proxy to the container using the specified arguments.
createRemotingRefAddr(String) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Creates and returns a new RefAddr to flag the proper InvokerLocator URL used by remoting for the EJB represented by the specified metadata
createStandardReference(String, String, String, boolean) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Creates a new Reference whose classname is the given referenceName and whose classFactory is JndiSessionRegistrarBase.getSessionProxyObjectFactoryType(), adding the requisite Registry key for the ProxyFactory and the requisite target EJB Container Name as ReferenceAddresses.

D

DEFAULT_CLIENT_BINDING - Static variable in class org.jboss.ejb3.proxy.impl.remoting.ProxyRemotingUtils
The default URL for InvokerLocator in the case @RemoteBinding does not specify it Synchronization policy on "this"
DEFAULT_CLIENT_BINDING_IF_CONNECTOR_NOT_FOUND - Static variable in class org.jboss.ejb3.proxy.impl.remoting.ProxyRemotingUtils
The default URL for InvokerLocator if if cannot be read from the EJB3 Remoting Connector
deregisterProxyFactory(String) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Deregisters the proxy factory with the specified name from the registry

E

Ejb3RegistrarProxyObjectFactory - Class in org.jboss.ejb3.proxy.impl.objectfactory
Ejb3RegistrarProxyObjectFactory A Proxy Object Factory using an underlying Proxy Factory Registry intended to be obtained as a managed object from the Object Store
Ejb3RegistrarProxyObjectFactory() - Constructor for class org.jboss.ejb3.proxy.impl.objectfactory.Ejb3RegistrarProxyObjectFactory
 

G

getAdvisor() - Method in class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
 
getBusinessInterfaceType() - Method in interface org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandler
 
getBusinessInterfaceType() - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
 
getBusinessInterfaceTypes() - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceLocalProxyFactory
Returns the a Set of String representations of the Business Interface Types
getBusinessInterfaceTypes() - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceProxyFactoryBase
Returns the a Set of String representations of the Business Interface Types
getBusinessInterfaceTypes() - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceRemoteProxyFactory
Returns the a Set of String representations of the Business Interface Types
getBusinessInterfaceTypes() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Returns the a Set of String representations of the Business Interface Types
getBusinessInterfaceTypes() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionLocalProxyFactory
Returns the a Set of String representations of the Business Interface Types
getBusinessInterfaceTypes() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionRemoteProxyFactory
Returns the a Set of String representations of the Business Interface Types
getBusinessInterfaceTypes() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionLocalProxyFactory
Returns the a Set of String representations of the Business Interface Types
getBusinessInterfaceTypes() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory
Returns the a Set of String representations of the Business Interface Types
getBusinessLocalBindings() - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBindingSet
 
getBusinessRemoteBindings() - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBindingSet
 
getClassLoader() - Method in class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
 
getClientBinding(String) - Static method in class org.jboss.ejb3.proxy.impl.remoting.ProxyRemotingUtils
Obtains the client binding for the specified invokerName (supplied as the Object Store bind name in MC)
getCommonProxyInterfaces() - Method in class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
Returns Proxy interfaces common to all Proxies generated by this ProxyFactory
getConstructorProxyDefault() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
 
getConstructorProxyEjb2x() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
 
getConstructorProxyHome() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
 
getConstructorsProxySpecificBusinessInterface() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
 
getContainer() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
 
getContainer() - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionLocalProxyInvocationHandler
 
getContainer() - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
Obtains the Container upon which this Proxy should invoke
getContainer() - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionRemoteProxyInvocationHandler
 
getContainerGuid() - Method in class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
 
getContainerGuid() - Method in interface org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandler
 
getContainerGuid() - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
 
getContainerGuid() - Method in class org.jboss.ejb3.proxy.impl.invocation.InvokableContextStatefulRemoteProxyInvocationHack
Deprecated.  
getContainerLocally() - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
Returns the container housed locally
getContainerName() - Method in class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
 
getContainerName() - Method in interface org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandler
 
getContainerName() - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
 
getContext() - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBindingSet
 
getDefaultClientBinding() - Static method in class org.jboss.ejb3.proxy.impl.remoting.ProxyRemotingUtils
Obtains the default client binding Will return the value of the InvokerLocator used by the EJB3 Remoting Connector EJBTHREE-1419
getDefaultLocalBindings() - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBindingSet
 
getDefaultRemoteBindings() - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBindingSet
 
getEjb2xInterfaceType() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Returns the String representation of the EJB2.x Interface Types
getEjb2xInterfaceType() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionLocalProxyFactory
Returns the String representation of the EJB.2x Interface Type
getEjb2xInterfaceType() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionRemoteProxyFactory
Returns the String representation of the EJB2.x Interface Type
getEjb2xInterfaceType() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionLocalProxyFactory
Returns the String representation of the EJB.2x Interface Type
getEjb2xInterfaceType() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory
Returns the String representation of the EJB2.x Interface Type
getHomeLocalBindings() - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBindingSet
 
getHomeRemoteBindings() - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBindingSet
 
getHomeType() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Returns the String representation of the Home Interface Type
getHomeType() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionLocalProxyFactory
Returns the String representation of the Home Interface Type
getHomeType() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionRemoteProxyFactory
Returns the String representation of the Home Interface Type
getHomeType() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionLocalProxyFactory
Returns the String representation of the Home Interface Type
getHomeType() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory
Returns the String representation of the Home Interface Type
getHumanReadableListOfInterfacesInRefAddrs(List<RefAddr>) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Makes a comma-delimited list of interfaces bound for setting the Classname of the Reference.
getId() - Method in class org.jboss.ejb3.proxy.impl.invocation.StatefulRemoteInvocation
Deprecated.  
getInterceptors() - Method in class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
Obtains all interceptors in this Proxy Factory's stack
getInterceptors() - Method in interface org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandler
 
getInterceptors() - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
 
getInterceptorStackName() - Method in class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
Return the name of the interceptor stack to apply to proxies created by this proxy factory, or null if no interceptors should be applied
getInterceptorStackName() - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceRemoteProxyFactory
Return the name of the interceptor stack to apply to proxies created by this proxy factory
getInterceptorStackName() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionRemoteProxyFactory
Return the name of the interceptor stack to apply to proxies created by this proxy factory
getInterceptorStackName() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory
Return the name of the interceptor stack to apply to proxies created by this proxy factory
getJndiName() - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBinding
 
getMetadata() - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceProxyFactoryBase
 
getMetadata() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
 
getName() - Method in interface org.jboss.ejb3.proxy.impl.factory.ProxyFactory
Returns the unique name of this ProxyFactory
getName() - Method in class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
 
getName() - Method in class org.jboss.ejb3.proxy.impl.remoting.IsLocalProxyFactoryInterceptor
 
getNewSessionId() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
Creates a new Session on the container and returns the ID representing this newly-created session
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
Returns an appropriate Proxy based on the Reference Address information associated with the Reference (obj) bound at name in the specified nameCtx with specified environment.
getProxy(ProxyFactory, Name, Map<String, List<String>>) - Method in class org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
 
getProxy(ProxyFactory, Name, Map<String, List<String>>) - Method in class org.jboss.ejb3.proxy.impl.objectfactory.session.service.ServiceProxyObjectFactory
 
getProxy(ProxyFactory, Name, Map<String, List<String>>) - Method in class org.jboss.ejb3.proxy.impl.objectfactory.session.stateful.StatefulSessionProxyObjectFactory
SFSB Object Factories must always create a new SFSB Proxy
getProxy(ProxyFactory, Name, Map<String, List<String>>) - Method in class org.jboss.ejb3.proxy.impl.objectfactory.session.stateless.StatelessSessionProxyObjectFactory
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
getProxyConstructor() - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceProxyFactoryBase
 
getProxyFactoryClass() - Method in class org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
Obtains the type or supertype used by proxy factories for this Object Factory
getProxyFactoryClass() - Method in class org.jboss.ejb3.proxy.impl.objectfactory.session.service.ServiceProxyObjectFactory
Obtains the type or supertype used by proxy factories for this Object Factory
getProxyFactoryClass() - Method in class org.jboss.ejb3.proxy.impl.objectfactory.session.SessionProxyObjectFactory
Obtains the type or supertype used by proxy factories for this Object Factory
getProxyFactoryRegistryKey(String, JBossSessionBeanMetaData, boolean) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Returns the name of the unique key under which a Proxy Factory will be registered.
getReference() - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBinding
 
getReturnTypesFromCreateMethods(Class<?>, boolean) - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Deprecated. http://jira.jboss.com/jira/browse/JBMETA-41
getReturnTypesFromCreateMethods(Class<?>) - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Obtains the return types declared by the "create" methods for the specified home interface.
getReturnTypesFromCreateMethods(Class<?>) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
Deprecated. http://jira.jboss.com/jira/browse/JBMETA-41
getReturnTypesFromCreateMethods(Class<?>) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionProxyFactoryBase
Deprecated. http://jira.jboss.com/jira/browse/JBMETA-41
getSessionProxyObjectFactoryType() - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
 
getSingleReferenceAddressValue(Name, Map<String, List<String>>, String) - Method in class org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
Obtains the single value of the specified type as obtained from the specified reference addresses bound at the specified Name.
getSingleRequiredReferenceAddressValue(Name, Map<String, List<String>>, String) - Method in class org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
Obtains the single value of the specified type as obtained from the specified reference addresses bound at the specified Name.
getTarget() - Method in interface org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandler
 
getTarget() - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
 
getTarget() - Method in class org.jboss.ejb3.proxy.impl.invocation.InvokableContextStatefulRemoteProxyInvocationHack
Deprecated.  
getUrl() - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceRemoteProxyFactory
 
getUrl() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionRemoteProxyFactory
 
getUrl() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory
 
getUrl() - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionRemoteProxyInvocationHandler
 
getWrapper(Interceptor[]) - Method in class org.jboss.ejb3.proxy.impl.invocation.StatefulRemoteInvocation
Deprecated.  

H

handleInvocationDirectly(Object, Object[], Method) - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
Handles the current invocation directly in this invocation handler.
hasBusiness(Name, Map<String, List<String>>) - Method in class org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
Looks to the metadata specified by the reference addresses to determine if an EJB3 Business View is defined here.
hasHome(Name, Map<String, List<String>>) - Method in class org.jboss.ejb3.proxy.impl.objectfactory.session.SessionProxyObjectFactory
Looks to the metadata specified by the reference addresses to determine if an EJB2.x home interface is defined here.
hasLocalBusiness(Map<String, List<String>>) - Method in class org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
Determines if the specified metadata contains a type of local business
hasRemoteBusiness(Map<String, List<String>>) - Method in class org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
Determines if the specified metadata contains a type of remote business

I

id - Variable in class org.jboss.ejb3.proxy.impl.invocation.StatefulRemoteInvocation
Deprecated.  
InvokableContextStatefulRemoteProxyInvocationHack - Class in org.jboss.ejb3.proxy.impl.invocation
Deprecated.  
InvokableContextStatefulRemoteProxyInvocationHack(Object, String, InvokerLocator, Interceptor[], Object) - Constructor for class org.jboss.ejb3.proxy.impl.invocation.InvokableContextStatefulRemoteProxyInvocationHack
Deprecated.  
invoke(Object, Method, Object[]) - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
Required "invoke" as defined by InvocationHandler interface
invoke(Object, SerializableMethod, Object[]) - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
Overloaded "invoke" which takes into account a SerializableMethod view
invoke(Invocation) - Method in class org.jboss.ejb3.proxy.impl.remoting.IsLocalProxyFactoryInterceptor
 
invokeEquals(Object, Object) - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
Handles invocation of "equals(Object)" upon a Session Proxy EJB 3.0 Specification 3.4.5.1, 3.4.5.2
invokeHashCode(Object) - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
Handles invocation of "hashCode()" upon the proxy
isHomeAndBusinessBoundTogether(JBossSessionBeanMetaData, boolean) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Returns whether the business interfaces and EJB2.x Home should be bound to the same JNDI Name
IsLocalProxyFactoryInterceptor - Class in org.jboss.ejb3.proxy.impl.remoting
Routes the call to the local container, bypassing further client-side interceptors and any remoting layer, if this interceptor was created in this JVM.
IsLocalProxyFactoryInterceptor() - Constructor for class org.jboss.ejb3.proxy.impl.remoting.IsLocalProxyFactoryInterceptor
 

J

JndiReferenceBinding - Class in org.jboss.ejb3.proxy.impl.jndiregistrar
Simple data object that encapsulates a Reference and the associated name under which it should be bound in JNDI.
JndiReferenceBinding(String, Reference) - Constructor for class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBinding
 
JndiReferenceBindingSet - Class in org.jboss.ejb3.proxy.impl.jndiregistrar
Encapsulates the JndiReferenceBindings associated with a particular container.
JndiReferenceBindingSet(Context) - Constructor for class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiReferenceBindingSet
 
JndiServiceRegistrar - Class in org.jboss.ejb3.proxy.impl.jndiregistrar
JndiServiceRegistrar Responsible for binding of ObjectFactories and creation/registration of associated ProxyFactories, centralizing operations for @Service Implementations
JndiServiceRegistrar(String) - Constructor for class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiServiceRegistrar
Creates a JNDI Registrar from the specified configuration properties, none of which may be null.
JndiSessionRegistrarBase - Class in org.jboss.ejb3.proxy.impl.jndiregistrar
JndiSessionRegistrarBase Responsible for binding of ObjectFactories and creation/registration of associated ProxyFactories, centralizing operations common to that of all Session EJB Implementations
JndiSessionRegistrarBase(String) - Constructor for class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Creates a JNDI Registrar from the specified configuration properties, none of which may be null.
JndiStatefulSessionRegistrar - Class in org.jboss.ejb3.proxy.impl.jndiregistrar
JndiStatefulSessionRegistrar Responsible for binding of ObjectFactories and creation/registration of associated ProxyFactories, centralizing operations for SFSB Implementations
JndiStatefulSessionRegistrar(String) - Constructor for class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatefulSessionRegistrar
Creates a JNDI Registrar from the specified configuration properties, none of which may be null.
JndiStatelessSessionRegistrar - Class in org.jboss.ejb3.proxy.impl.jndiregistrar
JndiStatelessSessionRegistrar Responsible for binding of ObjectFactories and creation/registration of associated ProxyFactories, centralizing operations for SLSB Implementations
JndiStatelessSessionRegistrar(String) - Constructor for class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiStatelessSessionRegistrar
Creates a JNDI Registrar from the specified configuration properties, none of which may be null.

K

KEY_INVOKED_METHOD - Static variable in interface org.jboss.ejb3.proxy.impl.remoting.SessionSpecRemotingMetadata
AOP Metadata Key for SFSB Session ID
KEY_SESSION_ID - Static variable in interface org.jboss.ejb3.proxy.impl.remoting.StatefulSessionRemotingMetadata
AOP Metadata Key for SFSB Session ID

N

NotEligibleForDirectInvocationException - Exception in org.jboss.ejb3.proxy.impl.handler.session
NotEligibleForDirectInvocationException Thrown when attempting to handle an invocation directly within the InvocationHandler when the invocation should instead be delegated back to the Container
NotEligibleForDirectInvocationException() - Constructor for exception org.jboss.ejb3.proxy.impl.handler.session.NotEligibleForDirectInvocationException
 
NotEligibleForDirectInvocationException(String) - Constructor for exception org.jboss.ejb3.proxy.impl.handler.session.NotEligibleForDirectInvocationException
 
NotEligibleForDirectInvocationException(Throwable) - Constructor for exception org.jboss.ejb3.proxy.impl.handler.session.NotEligibleForDirectInvocationException
 
NotEligibleForDirectInvocationException(String, Throwable) - Constructor for exception org.jboss.ejb3.proxy.impl.handler.session.NotEligibleForDirectInvocationException
 

O

OBJECTSTORE_BEAN_NAME_JNDI_REGISTRAR_SERVICE - Static variable in interface org.jboss.ejb3.proxy.impl.objectstore.ObjectStoreBindings
Bind name for @Service JNDI Registrar
OBJECTSTORE_BEAN_NAME_JNDI_REGISTRAR_SFSB - Static variable in interface org.jboss.ejb3.proxy.impl.objectstore.ObjectStoreBindings
Bind name for SFSB JNDI Registrar
OBJECTSTORE_BEAN_NAME_JNDI_REGISTRAR_SLSB - Static variable in interface org.jboss.ejb3.proxy.impl.objectstore.ObjectStoreBindings
Bind name for SLSB JNDI Registrar
OBJECTSTORE_NAMESPACE_EJB3 - Static variable in interface org.jboss.ejb3.proxy.impl.objectstore.ObjectStoreBindings
Namespace for all Beans for EJB3
OBJECTSTORE_NAMESPACE_EJBCONTAINER - Static variable in interface org.jboss.ejb3.proxy.impl.objectstore.ObjectStoreBindings
Namespace of all EJB Containers, should not be used directly but instead precedes namespaces for SLSB, SFSB, MDB, and @Service
OBJECTSTORE_NAMESPACE_EJBCONTAINER_MDB - Static variable in interface org.jboss.ejb3.proxy.impl.objectstore.ObjectStoreBindings
Namespace for MDB Containers
OBJECTSTORE_NAMESPACE_EJBCONTAINER_SERVICE - Static variable in interface org.jboss.ejb3.proxy.impl.objectstore.ObjectStoreBindings
Namespace for @Service Containers
OBJECTSTORE_NAMESPACE_EJBCONTAINER_STATEFUL - Static variable in interface org.jboss.ejb3.proxy.impl.objectstore.ObjectStoreBindings
Namespace for SFSB Containers
OBJECTSTORE_NAMESPACE_EJBCONTAINER_STATELESS - Static variable in interface org.jboss.ejb3.proxy.impl.objectstore.ObjectStoreBindings
Namespace for SLSB Containers
OBJECTSTORE_NAMESPACE_JNDI_REGISTRAR - Static variable in interface org.jboss.ejb3.proxy.impl.objectstore.ObjectStoreBindings
Namespace for all JNDI Registrars
OBJECTSTORE_NAMESPACE_JNDI_REGISTRAR_SESSION - Static variable in interface org.jboss.ejb3.proxy.impl.objectstore.ObjectStoreBindings
Namespace for Session EJB JNDI Registrars
ObjectStoreBindings - Interface in org.jboss.ejb3.proxy.impl.objectstore
ObjectStoreBindings Defines constants used in binding POJOs to the Object Store These values must match those either used to Register beans programmatically or via XML Configuration
obtainContainer() - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
Obtains the Container used by this Proxy Factory
org.jboss.ejb3.proxy.impl.factory - package org.jboss.ejb3.proxy.impl.factory
 
org.jboss.ejb3.proxy.impl.factory.session - package org.jboss.ejb3.proxy.impl.factory.session
 
org.jboss.ejb3.proxy.impl.factory.session.service - package org.jboss.ejb3.proxy.impl.factory.session.service
 
org.jboss.ejb3.proxy.impl.factory.session.stateful - package org.jboss.ejb3.proxy.impl.factory.session.stateful
 
org.jboss.ejb3.proxy.impl.factory.session.stateless - package org.jboss.ejb3.proxy.impl.factory.session.stateless
 
org.jboss.ejb3.proxy.impl.handler.session - package org.jboss.ejb3.proxy.impl.handler.session
 
org.jboss.ejb3.proxy.impl.invocation - package org.jboss.ejb3.proxy.impl.invocation
 
org.jboss.ejb3.proxy.impl.jndiregistrar - package org.jboss.ejb3.proxy.impl.jndiregistrar
 
org.jboss.ejb3.proxy.impl.objectfactory - package org.jboss.ejb3.proxy.impl.objectfactory
 
org.jboss.ejb3.proxy.impl.objectfactory.session - package org.jboss.ejb3.proxy.impl.objectfactory.session
 
org.jboss.ejb3.proxy.impl.objectfactory.session.service - package org.jboss.ejb3.proxy.impl.objectfactory.session.service
 
org.jboss.ejb3.proxy.impl.objectfactory.session.stateful - package org.jboss.ejb3.proxy.impl.objectfactory.session.stateful
 
org.jboss.ejb3.proxy.impl.objectfactory.session.stateless - package org.jboss.ejb3.proxy.impl.objectfactory.session.stateless
 
org.jboss.ejb3.proxy.impl.objectstore - package org.jboss.ejb3.proxy.impl.objectstore
 
org.jboss.ejb3.proxy.impl.remoting - package org.jboss.ejb3.proxy.impl.remoting
 

P

ProxyFactory - Interface in org.jboss.ejb3.proxy.impl.factory
ProxyFactory Contract for a generic Proxy Factory, specifying a simple lifecycle and functions common to all Proxy Factories
ProxyFactoryBase - Class in org.jboss.ejb3.proxy.impl.factory
ProxyFactoryBase A Base upon which Proxy Factory Implementations may build
ProxyFactoryBase(String, String, String, ClassLoader, Advisor) - Constructor for class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
Constructor
ProxyFactoryReferenceAddressTypes - Interface in org.jboss.ejb3.proxy.impl.objectfactory
ProxyFactoryReferenceAddressTypes This interface defines the key constants used as valid factory reference address types expected by the ProxyObjectFactory
ProxyObjectFactory - Class in org.jboss.ejb3.proxy.impl.objectfactory
ProxyObjectFactory Base upon which Proxy Object Factories may build.
ProxyObjectFactory() - Constructor for class org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
 
ProxyRemotingUtils - Class in org.jboss.ejb3.proxy.impl.remoting
ProxyRemotingUtils
ProxyRemotingUtils() - Constructor for class org.jboss.ejb3.proxy.impl.remoting.ProxyRemotingUtils
 

R

readExternal(ObjectInput) - Method in class org.jboss.ejb3.proxy.impl.invocation.StatefulRemoteInvocation
Deprecated.  
rebind(Context, String, Reference) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Re-binds the specified Reference into JNDI at the specified address
redefineProxyInTcl(Object) - Method in class org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
If the specified proxy has been defined outside of this naming Context's ClassLoader, it must be reconstructed using the TCL so we avoid CCE.
REF_ADDR_TYPE_EJBCONTAINER_NAME - Static variable in interface org.jboss.ejb3.proxy.impl.objectfactory.ProxyFactoryReferenceAddressTypes
 
REF_ADDR_TYPE_INVOKER_LOCATOR_URL - Static variable in interface org.jboss.ejb3.proxy.impl.objectfactory.ProxyFactoryReferenceAddressTypes
 
REF_ADDR_TYPE_IS_LOCAL - Static variable in interface org.jboss.ejb3.proxy.impl.objectfactory.ProxyFactoryReferenceAddressTypes
 
REF_ADDR_TYPE_PROXY_BUSINESS_INTERFACE_LOCAL - Static variable in interface org.jboss.ejb3.proxy.impl.objectfactory.ProxyFactoryReferenceAddressTypes
Reference Address Type for EJB3 Local Business Interfaces
REF_ADDR_TYPE_PROXY_BUSINESS_INTERFACE_REMOTE - Static variable in interface org.jboss.ejb3.proxy.impl.objectfactory.ProxyFactoryReferenceAddressTypes
Reference Address Type for EJB3 Remote Business Interfaces
REF_ADDR_TYPE_PROXY_EJB2x_INTERFACE_HOME_LOCAL - Static variable in interface org.jboss.ejb3.proxy.impl.objectfactory.ProxyFactoryReferenceAddressTypes
Reference Address Type for EJB2.x Local Home Interfaces
REF_ADDR_TYPE_PROXY_EJB2x_INTERFACE_HOME_REMOTE - Static variable in interface org.jboss.ejb3.proxy.impl.objectfactory.ProxyFactoryReferenceAddressTypes
Reference Address Type for EJB2.x Remote Home Interfaces
REF_ADDR_TYPE_PROXY_FACTORY_REGISTRY_KEY - Static variable in interface org.jboss.ejb3.proxy.impl.objectfactory.ProxyFactoryReferenceAddressTypes
Reference Address Type for the key to which the desired ProxyFactory is bound
registerProxyFactory(String, ProxyFactory, JBossEnterpriseBeanMetaData) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Registers the specified proxy factory into the registry

S

ServiceLocalProxyFactory - Class in org.jboss.ejb3.proxy.impl.factory.session.service
ServiceLocalProxyFactory A @Service Proxy Factory for Local Views
ServiceLocalProxyFactory(String, String, String, JBossServiceBeanMetaData, ClassLoader, Advisor) - Constructor for class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceLocalProxyFactory
Constructor
ServiceProxyFactory - Interface in org.jboss.ejb3.proxy.impl.factory.session.service
ServiceProxyFactory Defines functions required of a Proxy Factory responsible for generating Proxies to JBoss EJB3 JMX Service Beans
ServiceProxyFactoryBase - Class in org.jboss.ejb3.proxy.impl.factory.session.service
ServiceProxyFactoryBase Base upon which @Service Proxy Factory implementations may build
ServiceProxyFactoryBase(String, String, String, JBossServiceBeanMetaData, ClassLoader, Advisor) - Constructor for class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceProxyFactoryBase
Constructor
ServiceProxyObjectFactory - Class in org.jboss.ejb3.proxy.impl.objectfactory.session.service
ServiceProxyObjectFactory A JNDI ObjectFactory responsible for returning the appropriate @Service Proxy upon lookup
ServiceProxyObjectFactory() - Constructor for class org.jboss.ejb3.proxy.impl.objectfactory.session.service.ServiceProxyObjectFactory
 
ServiceRemoteProxyFactory - Class in org.jboss.ejb3.proxy.impl.factory.session.service
ServiceRemoteProxyFactory A @Service Proxy Factory for Remote Views
ServiceRemoteProxyFactory(String, String, String, JBossServiceBeanMetaData, ClassLoader, String, Advisor, String) - Constructor for class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceRemoteProxyFactory
Constructor
SessionLocalProxyInvocationHandler - Class in org.jboss.ejb3.proxy.impl.handler.session
SessionLocalProxyInvocationHandler
SessionLocalProxyInvocationHandler(String, String, Interceptor[]) - Constructor for class org.jboss.ejb3.proxy.impl.handler.session.SessionLocalProxyInvocationHandler
Constructor
SessionLocalProxyInvocationHandler(String, String, Interceptor[], String) - Constructor for class org.jboss.ejb3.proxy.impl.handler.session.SessionLocalProxyInvocationHandler
Constructor
SessionProxyFactory - Interface in org.jboss.ejb3.proxy.impl.factory.session
SessionProxyFactory Contract for a Proxy Factory responsible for creation of both EJB3 and EJB2.x Session Bean Proxies
SessionProxyFactoryBase - Class in org.jboss.ejb3.proxy.impl.factory.session
SessionProxyFactoryBase Base upon which Session Proxy Factory implementations may build
SessionProxyFactoryBase(String, String, String, JBossSessionBeanMetaData, ClassLoader, Advisor) - Constructor for class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Constructor
SessionProxyInvocationHandler - Interface in org.jboss.ejb3.proxy.impl.handler.session
SessionProxyInvocationHandler Defines contract for operations required of a JBoss Session Bean Proxy Invocation Handler
SessionProxyInvocationHandlerBase - Class in org.jboss.ejb3.proxy.impl.handler.session
SessionProxyInvocationHandlerBase Abstract base from which all JBoss Session Proxy InvocationHandlers may extend
SessionProxyInvocationHandlerBase(String, String, Interceptor[], String, Object) - Constructor for class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
Constructor
SessionProxyObjectFactory - Class in org.jboss.ejb3.proxy.impl.objectfactory.session
SessionProxyObjectFactory A Base JNDI Object Factory responsible for parsing metadata obtained from Reference Address information, and returning the appropriate Session Proxy
SessionProxyObjectFactory() - Constructor for class org.jboss.ejb3.proxy.impl.objectfactory.session.SessionProxyObjectFactory
 
SessionRemoteProxyInvocationHandler - Class in org.jboss.ejb3.proxy.impl.handler.session
SessionRemoteProxyInvocationHandler
SessionRemoteProxyInvocationHandler(String, String, Interceptor[], String, String) - Constructor for class org.jboss.ejb3.proxy.impl.handler.session.SessionRemoteProxyInvocationHandler
Constructor
SessionSpecProxyFactory - Interface in org.jboss.ejb3.proxy.impl.factory.session
SessionSpecProxyFactory Contract for a Proxy Factory responsible for creation of both EJB3 and EJB2.x Session Bean Proxies as defined by the EJB3 specification
SessionSpecRemotingMetadata - Interface in org.jboss.ejb3.proxy.impl.remoting
SessionSpecRemotingMetadata Contains constants used in Remoting metadata for Session Spec Invocations
setBusinessInterfaceType(String) - Method in interface org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandler
 
setBusinessInterfaceType(String) - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
 
setClassLoader(ClassLoader) - Method in class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
 
setConstructorProxyDefault(Constructor<?>) - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
 
setConstructorProxyEjb2x(Constructor<?>) - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
 
setConstructorProxyHome(Constructor<?>) - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
 
setConstructorsProxySpecificBusinessInterface(Map<String, Constructor<?>>) - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
 
setContainer(StatefulSessionFactory) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
 
setContainerGuid(String) - Method in interface org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandler
 
setContainerGuid(String) - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
 
setContainerName(String) - Method in class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
 
setContainerName(String) - Method in interface org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandler
 
setContainerName(String) - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
 
setInterceptors(Interceptor[]) - Method in interface org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandler
 
setInterceptors(Interceptor[]) - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
 
setInterceptorStackName(String) - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceRemoteProxyFactory
 
setInterceptorStackName(String) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionRemoteProxyFactory
 
setInterceptorStackName(String) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory
 
setMetadata(JBossServiceBeanMetaData) - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceProxyFactoryBase
 
setMetadata(JBossSessionBeanMetaData) - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
 
setName(String) - Method in class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
 
setProxyConstructor(Constructor<?>) - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceProxyFactoryBase
 
setSessionProxyObjectFactoryType(String) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
 
setTarget(Object) - Method in interface org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandler
 
setTarget(Object) - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase
 
setUrl(String) - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceRemoteProxyFactory
 
setUrl(String) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionRemoteProxyFactory
 
setUrl(String) - Method in class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory
 
setUrl(String) - Method in class org.jboss.ejb3.proxy.impl.handler.session.SessionRemoteProxyInvocationHandler
 
singleton - Static variable in class org.jboss.ejb3.proxy.impl.remoting.IsLocalProxyFactoryInterceptor
 
start() - Method in interface org.jboss.ejb3.proxy.impl.factory.ProxyFactory
Lifecycle callback to be invoked before the ProxyFactory is able to service requests
start() - Method in class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
Lifecycle callback to be invoked by before the ProxyFactory is able to service requests
start() - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceProxyFactoryBase
Lifecycle callback to be invoked before the ProxyFactory is able to service requests
start() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Lifecycle callback to be invoked before the ProxyFactory is able to service requests
StatefulRemoteInvocation - Class in org.jboss.ejb3.proxy.impl.invocation
Deprecated. To be replaced by another invocation mechanism which provides way for Stateless/Stateful Invocations - probably descended from ContainerMethodInvocation in EJB3 Interceptors
StatefulRemoteInvocation(Interceptor[], long, Method, Method, Advisor, Object) - Constructor for class org.jboss.ejb3.proxy.impl.invocation.StatefulRemoteInvocation
Deprecated.  
StatefulRemoteInvocation() - Constructor for class org.jboss.ejb3.proxy.impl.invocation.StatefulRemoteInvocation
Deprecated.  
StatefulSessionLocalProxyFactory - Class in org.jboss.ejb3.proxy.impl.factory.session.stateful
StatefulSessionLocalProxyFactory A SFSB Proxy Factory for Local Views
StatefulSessionLocalProxyFactory(String, String, String, JBossSessionBeanMetaData, ClassLoader, Advisor) - Constructor for class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionLocalProxyFactory
Constructor
StatefulSessionProxyFactory - Interface in org.jboss.ejb3.proxy.impl.factory.session.stateful
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
StatefulSessionProxyFactoryBase - Class in org.jboss.ejb3.proxy.impl.factory.session.stateful
StatefulSessionProxyFactoryBase Base upon which SFSB Proxy Factories may build
StatefulSessionProxyFactoryBase(String, String, String, JBossSessionBeanMetaData, ClassLoader, Advisor) - Constructor for class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionProxyFactoryBase
Constructor
StatefulSessionProxyObjectFactory - Class in org.jboss.ejb3.proxy.impl.objectfactory.session.stateful
StatefulSessionProxyObjectFactory A JNDI ObjectFactory responsible for returning the appropriate SFSB Proxy upon lookup
StatefulSessionProxyObjectFactory() - Constructor for class org.jboss.ejb3.proxy.impl.objectfactory.session.stateful.StatefulSessionProxyObjectFactory
 
StatefulSessionRemoteProxyFactory - Class in org.jboss.ejb3.proxy.impl.factory.session.stateful
StatefulSessionRemoteProxyFactory A SFSB Proxy Factory for Remote Views
StatefulSessionRemoteProxyFactory(String, String, String, JBossSessionBeanMetaData, ClassLoader, String, Advisor, String) - Constructor for class org.jboss.ejb3.proxy.impl.factory.session.stateful.StatefulSessionRemoteProxyFactory
Constructor
StatefulSessionRemotingMetadata - Interface in org.jboss.ejb3.proxy.impl.remoting
StatefulSessionRemotingMetadata Contains constants used in Remoting metadata for SFSB Invocations
StatelessSessionLocalProxyFactory - Class in org.jboss.ejb3.proxy.impl.factory.session.stateless
StatelessSessionLocalProxyFactory A SLSB Proxy Factory for Local Views
StatelessSessionLocalProxyFactory(String, String, String, JBossSessionBeanMetaData, ClassLoader, Advisor) - Constructor for class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionLocalProxyFactory
Constructor
StatelessSessionProxyFactoryBase - Class in org.jboss.ejb3.proxy.impl.factory.session.stateless
StatelessSessionProxyFactoryBase Base upon which SLSB Proxy Factories may build
StatelessSessionProxyFactoryBase(String, String, String, JBossSessionBeanMetaData, ClassLoader, Advisor) - Constructor for class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionProxyFactoryBase
Constructor
StatelessSessionProxyObjectFactory - Class in org.jboss.ejb3.proxy.impl.objectfactory.session.stateless
StatelessSessionProxyObjectFactory A JNDI ObjectFactory responsible for returning the appropriate SLSB Proxy upon lookup
StatelessSessionProxyObjectFactory() - Constructor for class org.jboss.ejb3.proxy.impl.objectfactory.session.stateless.StatelessSessionProxyObjectFactory
 
StatelessSessionRemoteProxyFactory - Class in org.jboss.ejb3.proxy.impl.factory.session.stateless
StatelessSessionRemoteProxyFactory A SLSB Proxy Factory for Remote Views
StatelessSessionRemoteProxyFactory(String, String, String, JBossSessionBeanMetaData, ClassLoader, String, Advisor, String) - Constructor for class org.jboss.ejb3.proxy.impl.factory.session.stateless.StatelessSessionRemoteProxyFactory
Constructor
stop() - Method in interface org.jboss.ejb3.proxy.impl.factory.ProxyFactory
Lifecycle callback to be invoked before the ProxyFactory is taken out of service, possibly GC'd
stop() - Method in class org.jboss.ejb3.proxy.impl.factory.ProxyFactoryBase
Lifecycle callback to be invoked by the ProxyFactoryDeployer before the ProxyFactory is taken out of service, possibly GC'd
stop() - Method in class org.jboss.ejb3.proxy.impl.factory.session.service.ServiceProxyFactoryBase
Lifecycle callback to be invoked before the ProxyFactory is taken out of service, possibly GC'd
stop() - Method in class org.jboss.ejb3.proxy.impl.factory.session.SessionProxyFactoryBase
Lifecycle callback to be invoked by the ProxyFactoryDeployer before the ProxyFactory is taken out of service, possibly GC'd

T

TAG_SESSION_INVOCATION - Static variable in interface org.jboss.ejb3.proxy.impl.remoting.SessionSpecRemotingMetadata
AOP Metadata Tag for SFSB Remoting Invocations
TAG_SFSB_INVOCATION - Static variable in interface org.jboss.ejb3.proxy.impl.remoting.StatefulSessionRemotingMetadata
AOP Metadata Tag for SFSB Remoting Invocations
toString() - Method in class org.jboss.ejb3.proxy.impl.invocation.StatefulRemoteInvocation
Deprecated.  

U

unbind(Context, String) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Unbinds the specified address from JNDI
unbindEjb(Context, JBossSessionBeanMetaData) - Method in class org.jboss.ejb3.proxy.impl.jndiregistrar.JndiSessionRegistrarBase
Unbinds from JNDI all appropriate objects registered by the EJB described by the specified metadata.

W

writeExternal(ObjectOutput) - Method in class org.jboss.ejb3.proxy.impl.invocation.StatefulRemoteInvocation
Deprecated.  

A B C D E G H I J K N O P R S T U W

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