org.apache.openejb.core.cmp
Class ProxyFactory

java.lang.Object
  extended by org.apache.openejb.core.cmp.ProxyFactory

public class ProxyFactory
extends java.lang.Object


Constructor Summary
ProxyFactory(CoreDeploymentInfo deploymentInfo)
           
 
Method Summary
 java.lang.Object createLocalProxy(javax.ejb.EntityBean bean, RpcContainer container)
           
 java.lang.Object createRemoteProxy(javax.ejb.EntityBean bean, RpcContainer container)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyFactory

public ProxyFactory(CoreDeploymentInfo deploymentInfo)
Method Detail

createRemoteProxy

public java.lang.Object createRemoteProxy(javax.ejb.EntityBean bean,
                                          RpcContainer container)

createLocalProxy

public java.lang.Object createLocalProxy(javax.ejb.EntityBean bean,
                                         RpcContainer container)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.