Binds the specified Reference into JNDI at the specified address, adding
the requisite key for the ProxyFactory within the Registry and the requisite
target EJB Container Name as ReferenceAddresses
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
Ejb3RegistrarProxyObjectFactory
A Proxy Object Factory using an underlying
Proxy Factory Registry intended to be obtained
as a managed object from the Object Store
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.
Routes the call to the local container, bypassing further client-side
interceptors and any remoting layer, if this interceptor was created
in this JVM.
JndiSessionRegistrarBase
Responsible for binding of ObjectFactories and
creation/registration of associated ProxyFactories,
centralizing operations common to that of all Session
EJB Implementations
JndiStatefulSessionRegistrar
Responsible for binding of ObjectFactories and
creation/registration of associated ProxyFactories,
centralizing operations for SFSB Implementations
JndiStatelessSessionRegistrar
Responsible for binding of ObjectFactories and
creation/registration of associated ProxyFactories,
centralizing operations for SLSB Implementations
NotEligibleForDirectInvocationException
Thrown when attempting to handle an invocation
directly within the InvocationHandler when
the invocation should instead be delegated
back to the Container
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
ProxyFactoryReferenceAddressTypes
This interface defines the key constants used as
valid factory reference address types expected by the
ProxyObjectFactory
SessionProxyObjectFactory
A Base JNDI Object Factory responsible for parsing metadata
obtained from Reference Address information, and
returning the appropriate Session Proxy
Deprecated.To be replaced by another invocation mechanism which provides way for
Stateless/Stateful Invocations - probably descended from ContainerMethodInvocation in
EJB3 Interceptors
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