org.apache.openejb.core.stateful
Class StatefulEjbObjectHandler
java.lang.Object
org.apache.openejb.core.ivm.BaseEjbProxyHandler
org.apache.openejb.core.ivm.EjbObjectProxyHandler
org.apache.openejb.core.stateful.StatefulEjbObjectHandler
- All Implemented Interfaces:
- Serializable, InvocationHandler
public class StatefulEjbObjectHandler
- extends EjbObjectProxyHandler
- See Also:
- Serialized Form
Methods inherited from class org.apache.openejb.core.ivm.BaseEjbProxyHandler |
checkAuthorization, convertException, copyArgs, copyObj, equals, getCause, getDeploymentInfo, getInterfaces, getInvocationHandler, getInvokedInterface, getLiveHandleRegistry, getMainInterface, hashCode, invalidateAllHandlers, invalidateReference, invoke, registerHandler, setDeploymentInfo, setDoCrossClassLoaderCopy, setDoIntraVmCopy, setIntraVmCopyMode, toString |
StatefulEjbObjectHandler
public StatefulEjbObjectHandler(DeploymentInfo deploymentInfo,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces)
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
remove
protected Object remove(Class interfce,
Method method,
Object[] args,
Object proxy)
throws Throwable
- Specified by:
remove
in class EjbObjectProxyHandler
- Throws:
Throwable
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.