org.openejb.proxy
Class ProxyInfo
java.lang.Object
org.openejb.proxy.ProxyInfo
- All Implemented Interfaces:
- Serializable
- public class ProxyInfo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyInfo
public ProxyInfo(ProxyInfo info,
Object primaryKey)
ProxyInfo
public ProxyInfo(int componentType,
String containerId,
Class homeInterface,
Class remoteInterface,
Class localHomeInterface,
Class localObjectInterface,
Class primaryKeyClass)
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.