|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openejb.corba.core.BeanProfile
This class contains all information about a bean.
Constructor Summary | |
BeanProfile(DeploymentInfo info,
java.lang.Class beanInterface,
java.lang.Object primaryKey,
HomeProfile home,
java.lang.reflect.InvocationHandler handler,
org.omg.PortableServer.POA poa,
byte[] bean_id)
Constructor |
Method Summary | |
java.lang.Object |
deploymentID()
Return the Deployment ID |
byte[] |
getBeanID()
Return the BEAN ID |
byte[] |
getCorbaID()
Return the CORBA ID. |
DeploymentInfo |
getDeploymentInfo()
Return the deployment info |
HomeProfile |
getHomeProfile()
Return the bean's home profile |
java.lang.Object |
getPrimaryKey()
Return the bean primary key |
java.lang.reflect.Proxy |
getProxy()
Return the home proxy. |
org.omg.CORBA.Object |
getReference()
Return the bean reference |
org.omg.PortableServer.Servant |
getServant()
Return the home servant. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public BeanProfile(DeploymentInfo info, java.lang.Class beanInterface, java.lang.Object primaryKey, HomeProfile home, java.lang.reflect.InvocationHandler handler, org.omg.PortableServer.POA poa, byte[] bean_id)
Method Detail |
public org.omg.PortableServer.Servant getServant()
public java.lang.reflect.Proxy getProxy()
public org.omg.CORBA.Object getReference()
public java.lang.Object getPrimaryKey()
public HomeProfile getHomeProfile()
public java.lang.Object deploymentID()
public DeploymentInfo getDeploymentInfo()
public byte[] getBeanID()
public byte[] getCorbaID()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |