org.apache.openejb.core.stateful
Class StatefulEjbHomeHandler
java.lang.Object
org.apache.openejb.core.ivm.BaseEjbProxyHandler
org.apache.openejb.core.ivm.EjbHomeProxyHandler
org.apache.openejb.core.stateful.StatefulEjbHomeHandler
- All Implemented Interfaces:
- java.io.Serializable, java.lang.reflect.InvocationHandler
public class StatefulEjbHomeHandler
- extends EjbHomeProxyHandler
- See Also:
- Serialized Form
Method Summary |
java.lang.Object |
createProxy(java.lang.Object primaryKey)
|
protected java.lang.Object |
findX(java.lang.Class interfce,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object proxy)
|
protected EjbObjectProxyHandler |
newEjbObjectHandler(DeploymentInfo deploymentInfo,
java.lang.Object pk,
InterfaceType interfaceType,
java.util.List<java.lang.Class> interfaces)
|
protected java.lang.Object |
removeByPrimaryKey(java.lang.Class interfce,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object proxy)
|
Methods inherited from class org.apache.openejb.core.ivm.EjbHomeProxyHandler |
_invoke, _writeReplace, create, createHomeHandler, createHomeProxy, createHomeProxy, getEJBMetaData, getHomeHandle, getProxyInfo, homeMethod, invalidateReference, removeWithHandle |
Methods inherited from class org.apache.openejb.core.ivm.BaseEjbProxyHandler |
checkAuthorization, convertException, copyArgs, copyObj, equals, getCause, getDeploymentInfo, getInterfaces, getInvocationHandler, getInvokedInterface, getLiveHandleRegistry, getMainInterface, hashCode, invalidateAllHandlers, invoke, registerHandler, setDeploymentInfo, setDoCrossClassLoaderCopy, setDoIntraVmCopy, setIntraVmCopyMode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
StatefulEjbHomeHandler
public StatefulEjbHomeHandler(DeploymentInfo deploymentInfo,
InterfaceType interfaceType,
java.util.List<java.lang.Class> interfaces)
createProxy
public java.lang.Object createProxy(java.lang.Object primaryKey)
- Overrides:
createProxy
in class EjbHomeProxyHandler
findX
protected java.lang.Object findX(java.lang.Class interfce,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object proxy)
throws java.lang.Throwable
- Specified by:
findX
in class EjbHomeProxyHandler
- Throws:
java.lang.Throwable
removeByPrimaryKey
protected java.lang.Object removeByPrimaryKey(java.lang.Class interfce,
java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object proxy)
throws java.lang.Throwable
- Specified by:
removeByPrimaryKey
in class EjbHomeProxyHandler
- Throws:
java.lang.Throwable
newEjbObjectHandler
protected EjbObjectProxyHandler newEjbObjectHandler(DeploymentInfo deploymentInfo,
java.lang.Object pk,
InterfaceType interfaceType,
java.util.List<java.lang.Class> interfaces)
- Specified by:
newEjbObjectHandler
in class EjbHomeProxyHandler
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.