public class StatelessEJBObjectHandler extends EJBObjectHandler
| Modifier and Type | Field and Description |
|---|---|
Object |
registryId |
CANCEL, executorService, GETEJBHOME, GETHANDLE, GETHANDLER, GETPRIMARYKEY, ISIDENTICAL, OPENEJB_CLIENT_INVOKER_QUEUE, OPENEJB_CLIENT_INVOKER_THREADS, REMOVEauthenticationInfo, client, ejb, EQUALS, HASHCODE, inProxyMap, isInvalidReference, liveHandleRegistry, primaryKey, remote, request, server, TOSTRING| Constructor and Description |
|---|
StatelessEJBObjectHandler() |
StatelessEJBObjectHandler(EJBMetaDataImpl ejb,
ServerMetaData server,
ClientMetaData client,
JNDIContext.AuthenticationInfo auth) |
StatelessEJBObjectHandler(EJBMetaDataImpl ejb,
ServerMetaData server,
ClientMetaData client,
Object primaryKey,
JNDIContext.AuthenticationInfo auth) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
createRegistryId(Object primKey,
Object deployId,
String containerID) |
protected Object |
equals(Method method,
Object[] args,
Object proxy) |
protected Object |
getPrimaryKey(Method method,
Object[] args,
Object proxy) |
Object |
getRegistryId() |
protected void |
invalidateReference() |
protected Object |
isIdentical(Method method,
Object[] args,
Object proxy) |
protected Object |
remove(Method method,
Object[] args,
Object proxy) |
_invoke, businessMethod, createEJBObjectHandler, createEJBObjectProxy, getEJBHome, getHandle, setEJBHomeProxyconvertException, getCause, getClient, getClientIdentity, getEjb, getMethod, getPrimaryKey, getServer, invalidateAllHandlers, invoke, registerHandler, request, requestpublic Object registryId
public StatelessEJBObjectHandler()
public StatelessEJBObjectHandler(EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, JNDIContext.AuthenticationInfo auth)
public StatelessEJBObjectHandler(EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey, JNDIContext.AuthenticationInfo auth)
public static Object createRegistryId(Object primKey, Object deployId, String containerID)
public Object getRegistryId()
getRegistryId in class EJBObjectHandlerprotected Object getPrimaryKey(Method method, Object[] args, Object proxy) throws Throwable
getPrimaryKey in class EJBObjectHandlerThrowableprotected Object isIdentical(Method method, Object[] args, Object proxy) throws Throwable
isIdentical in class EJBObjectHandlerThrowableprotected Object equals(Method method, Object[] args, Object proxy) throws Throwable
equals in class EJBObjectHandlerThrowableprotected void invalidateReference()
invalidateReference in class EJBInvocationHandlerCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.