org.apache.openejb.core.stateless
Class StatelessEjbObjectHandler
java.lang.Object
org.apache.openejb.core.ivm.BaseEjbProxyHandler
org.apache.openejb.core.ivm.EjbObjectProxyHandler
org.apache.openejb.core.stateless.StatelessEjbObjectHandler
- All Implemented Interfaces:
- Serializable, InvocationHandler
public class StatelessEjbObjectHandler
- extends EjbObjectProxyHandler
- See Also:
- Serialized Form
Methods inherited from class org.apache.openejb.core.ivm.BaseEjbProxyHandler |
checkAuthorization, convertException, copyArgs, copyObj, equals, getCause, getDeploymentInfo, getInterfaces, getInvokedInterface, getLiveHandleRegistry, getMainInterface, hashCode, invalidateAllHandlers, invoke, registerHandler, setDeploymentInfo, setIntraVmCopyMode, toString |
registryId
public Object registryId
StatelessEjbObjectHandler
public StatelessEjbObjectHandler(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
createRegistryId
public static Object createRegistryId(Object primKey,
Object deployId,
Container contnr)
getRegistryId
public Object getRegistryId()
- Specified by:
getRegistryId
in class EjbObjectProxyHandler
getPrimaryKey
protected Object getPrimaryKey(Method method,
Object[] args,
Object proxy)
throws Throwable
- Specified by:
getPrimaryKey
in class EjbObjectProxyHandler
- Throws:
Throwable
isIdentical
protected Object isIdentical(Method method,
Object[] args,
Object proxy)
throws Throwable
- Specified by:
isIdentical
in class EjbObjectProxyHandler
- Throws:
Throwable
invalidateReference
public void invalidateReference()
- Overrides:
invalidateReference
in class BaseEjbProxyHandler
remove
protected Object remove(Class interfce,
Method method,
Object[] args,
Object proxy)
throws Throwable
- Specified by:
remove
in class EjbObjectProxyHandler
- Throws:
Throwable
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.