org.openejb.proxy
Class ProxyInfo

java.lang.Object
  extended byorg.openejb.proxy.ProxyInfo
All Implemented Interfaces:
Serializable

public class ProxyInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ProxyInfo(int componentType, String containerId, Class homeInterface, Class remoteInterface, Class localHomeInterface, Class localObjectInterface, Class primaryKeyClass)
           
ProxyInfo(ProxyInfo info, Object primaryKey)
           
 
Method Summary
 int getComponentType()
           
 String getContainerID()
           
 Class getHomeInterface()
           
 Class getLocalHomeInterface()
           
 Class getLocalInterface()
           
 Object getPrimaryKey()
           
 Class getPrimaryKeyClass()
           
 Class getRemoteInterface()
           
 boolean isSessionBean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyInfo

public ProxyInfo(ProxyInfo info,
                 Object primaryKey)

ProxyInfo

public ProxyInfo(int componentType,
                 String containerId,
                 Class homeInterface,
                 Class remoteInterface,
                 Class localHomeInterface,
                 Class localObjectInterface,
                 Class primaryKeyClass)
Method Detail

getContainerID

public String getContainerID()

isSessionBean

public boolean isSessionBean()

getComponentType

public int getComponentType()

getHomeInterface

public Class getHomeInterface()

getRemoteInterface

public Class getRemoteInterface()

getLocalHomeInterface

public Class getLocalHomeInterface()

getLocalInterface

public Class getLocalInterface()

getPrimaryKeyClass

public Class getPrimaryKeyClass()

getPrimaryKey

public Object getPrimaryKey()


Copyright © 1999-2005 OpenEJB. All Rights Reserved.