org.openejb.proxy
Class ProxyRefAddr

java.lang.Object
  extended byjavax.naming.RefAddr
      extended byorg.openejb.proxy.ProxyRefAddr
All Implemented Interfaces:
Serializable

public class ProxyRefAddr
extends RefAddr

Version:
$Revision: 1.3 $ $Date: 2004/05/19 21:36:22 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.naming.RefAddr
addrType
 
Method Summary
static ProxyRefAddr createLocal(String containerId, boolean sessionBean, String localInterfaceName, String localHomeInterfaceName)
           
static ProxyRefAddr createRemote(String containerId, boolean sessionBean, String remoteInterfaceName, String homeInterfaceName)
           
 Object getContent()
           
 
Methods inherited from class javax.naming.RefAddr
equals, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

createRemote

public static ProxyRefAddr createRemote(String containerId,
                                        boolean sessionBean,
                                        String remoteInterfaceName,
                                        String homeInterfaceName)

createLocal

public static ProxyRefAddr createLocal(String containerId,
                                       boolean sessionBean,
                                       String localInterfaceName,
                                       String localHomeInterfaceName)

getContent

public Object getContent()


Copyright © 1999-2005 OpenEJB. All Rights Reserved.