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 serviceEndpointInterface,
Class primaryKeyClass)
getContainerID
public String getContainerID()
isSessionBean
public boolean isSessionBean()
isStatefulSessionBean
public boolean isStatefulSessionBean()
isStatelessSessionBean
public boolean isStatelessSessionBean()
isBMPEntityBean
public boolean isBMPEntityBean()
isCMPEntityBean
public boolean isCMPEntityBean()
isMessageBean
public boolean isMessageBean()
getComponentType
public int getComponentType()
getHomeInterface
public Class getHomeInterface()
getRemoteInterface
public Class getRemoteInterface()
getLocalHomeInterface
public Class getLocalHomeInterface()
getLocalInterface
public Class getLocalInterface()
getServiceEndpointInterface
public Class getServiceEndpointInterface()
getPrimaryKeyClass
public Class getPrimaryKeyClass()
getPrimaryKey
public Object getPrimaryKey()
Copyright © 1999-2006 OpenEJB. All Rights Reserved.