Save This Page
Home » openejb-3.0-src » org.apache » openejb » core » ivm » [javadoc | source]
org.apache.openejb.core.ivm
abstract public class: EjbObjectProxyHandler [javadoc | source]
java.lang.Object
   org.apache.openejb.core.ivm.BaseEjbProxyHandler
      org.apache.openejb.core.ivm.EjbObjectProxyHandler

All Implemented Interfaces:
    Serializable, InvocationHandler

Direct Known Subclasses:
    StatelessEjbObjectHandler, EntityEjbObjectHandler, StatefulEjbObjectHandler

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Field Summary
static final  HashMap dispatchTable     
Fields inherited from org.apache.openejb.core.ivm.BaseEjbProxyHandler:
deploymentID,  primaryKey,  inProxyMap,  container,  isInvalidReference,  doIntraVmCopy,  doCrossClassLoaderCopy,  interfaceType
Constructor:
 public EjbObjectProxyHandler(DeploymentInfo deploymentInfo,
    Object pk,
    InterfaceType interfaceType,
    List interfaces) 
Method from org.apache.openejb.core.ivm.EjbObjectProxyHandler Summary:
_invoke,   _writeReplace,   businessMethod,   createProxy,   createProxy,   getEJBHome,   getEJBLocalHome,   getHandle,   getPrimaryKey,   getProxyInfo,   getRegistryId,   isIdentical,   remove
Methods from org.apache.openejb.core.ivm.BaseEjbProxyHandler:
_invoke,   _writeReplace,   checkAuthorization,   convertException,   copyArgs,   copyObj,   equals,   getCause,   getDeploymentInfo,   getInterfaces,   getInvokedInterface,   getLiveHandleRegistry,   getMainInterface,   getProxyInfo,   hashCode,   invalidateAllHandlers,   invalidateReference,   invoke,   registerHandler,   setDeploymentInfo,   setIntraVmCopyMode,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openejb.core.ivm.EjbObjectProxyHandler Detail:
 public Object _invoke(Object p,
    Class interfce,
    Method m,
    Object[] a) throws Throwable 
 protected Object _writeReplace(Object proxy) throws ObjectStreamException 
 protected Object businessMethod(Class interfce,
    Method method,
    Object[] args,
    Object proxy) throws Throwable 
 public static Object createProxy(DeploymentInfo deploymentInfo,
    Object primaryKey,
    InterfaceType interfaceType) 
 public static Object createProxy(DeploymentInfo deploymentInfo,
    Object primaryKey,
    InterfaceType interfaceType,
    List interfaces) 
 protected Object getEJBHome(Method method,
    Object[] args,
    Object proxy) throws Throwable 
 protected Object getEJBLocalHome(Method method,
    Object[] args,
    Object proxy) throws Throwable 
 protected Object getHandle(Method method,
    Object[] args,
    Object proxy) throws Throwable 
 abstract protected Object getPrimaryKey(Method method,
    Object[] args,
    Object proxy) throws Throwable
 public ProxyInfo getProxyInfo() 
 abstract public Object getRegistryId()
 abstract protected Object isIdentical(Method method,
    Object[] args,
    Object proxy) throws Throwable
 abstract protected Object remove(Class interfce,
    Method method,
    Object[] args,
    Object proxy) throws Throwable