org.apache.openejb.core.entity
Class EntityEjbObjectHandler
java.lang.Object
org.apache.openejb.core.ivm.BaseEjbProxyHandler
org.apache.openejb.core.ivm.EjbObjectProxyHandler
org.apache.openejb.core.entity.EntityEjbObjectHandler
- All Implemented Interfaces:
- Serializable, InvocationHandler
public class EntityEjbObjectHandler
- extends EjbObjectProxyHandler
- See Also:
- Serialized Form
| Methods inherited from class org.apache.openejb.core.ivm.EjbObjectProxyHandler |
_invoke, _writeReplace, asynchronizedBusinessMethod, businessMethod, createProxy, createProxy, getEJBHome, getEJBLocalHome, getHandle, getProxyInfo, synchronizedBusinessMethod |
| Methods inherited from class org.apache.openejb.core.ivm.BaseEjbProxyHandler |
checkAuthorization, convertException, copyArgs, copyObj, equalHandler, equals, getBeanContext, getCause, getInterfaces, getInvocationHandler, getInvokedInterface, getLiveHandleRegistry, getMainInterface, hashCode, invalidateAllHandlers, invoke, registerHandler, setBeanContext, setDoCrossClassLoaderCopy, setDoIntraVmCopy, setIntraVmCopyMode, toString |
EntityEjbObjectHandler
public EntityEjbObjectHandler(BeanContext beanContext,
Object pk,
InterfaceType interfaceType,
List<Class> interfaces,
Class mainInterface)
getRegistryId
public static Object getRegistryId(Container container,
Object deploymentId,
Object primaryKey)
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
invalidateReference
public void invalidateReference()
- Overrides:
invalidateReference in class BaseEjbProxyHandler
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.