org.apache.openejb.core.cmp
Class ProxyFactory

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

public class ProxyFactory
extends Object


Constructor Summary
ProxyFactory(CoreDeploymentInfo deploymentInfo)
           
 
Method Summary
 Object createLocalProxy(javax.ejb.EntityBean bean, RpcContainer container)
           
 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 Object createRemoteProxy(javax.ejb.EntityBean bean,
                                RpcContainer container)

createLocalProxy

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


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