public class StatelessEjbObjectHandler extends EjbObjectProxyHandler
| Modifier and Type | Field and Description |
|---|---|
Object |
registryId |
clientIdentity, container, deploymentID, inProxyMap, interfaceType, isInvalidReference, primaryKey| Constructor and Description |
|---|
StatelessEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
createRegistryId(Object primKey,
Object deployId,
Container contnr) |
protected Object |
getPrimaryKey(Method method,
Object[] args,
Object proxy) |
Object |
getRegistryId() |
void |
invalidateReference() |
protected Object |
isIdentical(Method method,
Object[] args,
Object proxy) |
protected Object |
remove(Class interfce,
Method method,
Object[] args,
Object proxy) |
_invoke, _writeReplace, businessMethod, createProxy, createProxy, getEJBHome, getEJBLocalHome, getHandle, getProxyInfo, synchronizedBusinessMethodcheckAuthorization, convertException, copyArgs, copyObj, equalHandler, equals, getBeanContext, getCause, getInterfaces, getInvokedInterface, getLiveHandleRegistry, getMainInterface, hashCode, invalidateAllHandlers, invoke, isValid, registerHandler, setBeanContext, setDoCrossClassLoaderCopy, setDoIntraVmCopy, setIntraVmCopyMode, toStringpublic Object registryId
public StatelessEjbObjectHandler(BeanContext beanContext, Object pk, InterfaceType interfaceType, List<Class> interfaces, Class mainInterface)
public static Object createRegistryId(Object primKey, Object deployId, Container contnr)
public Object getRegistryId()
getRegistryId in class EjbObjectProxyHandlerprotected Object getPrimaryKey(Method method, Object[] args, Object proxy) throws Throwable
getPrimaryKey in class EjbObjectProxyHandlerThrowableprotected Object isIdentical(Method method, Object[] args, Object proxy) throws Throwable
isIdentical in class EjbObjectProxyHandlerThrowablepublic void invalidateReference()
invalidateReference in class BaseEjbProxyHandlerCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.