|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openejb.corba.core.ContainerAdapter
A CORBA Container Adapter is associated with an EJB Container.
Constructor Summary | |
ContainerAdapter(org.omg.CORBA.ORB orb,
org.omg.PortableServer.POA poa,
Container cntr,
Initializer initializer)
Constructor |
Method Summary | |
BeanProfile |
beans_from_corba_id(byte[] id)
Return the Beans profiles table from another container |
BeanProfile |
beans_from_corba_id(RpcContainer container,
byte[] id)
Return the Beans profiles table from another container |
BeanProfile |
beans_from_ejb_id(byte[] id)
Return the Beans profiles table from another container |
BeanProfile |
beans_from_ejb_id(RpcContainer container,
byte[] id)
Return the Beans profiles table from another container |
java.util.Hashtable |
beans()
Return the Bean profiles table |
RpcContainer |
container()
Return the container access |
BeanProfile |
createBeanProfile(ProxyInfo pinfo,
byte[] bean_id)
This operation is used to create a new bean profile. |
void |
exportHomeInterfaces()
This operation is used by the initializer to export all home interfaces to the naming service. |
HomeProfile |
homes_from_corba_id(byte[] id)
Return the Home profiles table |
HomeProfile |
homes_from_corba_id(RpcContainer container,
byte[] id)
Return the Home profiles table from another container |
HomeProfile |
homes_from_ejb_id(byte[] id)
Return the Home profiles table |
HomeProfile |
homes_from_ejb_id(RpcContainer container,
byte[] id)
Return the Home profiles table from another container |
boolean |
manages(RpcContainer container)
Return TRUE if the parameter is the same RPC container which is managed by this container adapter. |
org.omg.CORBA.ORB |
orb()
Return the ORB reference |
org.omg.PortableServer.POA |
poa()
Return the POA reference |
void |
removeBeanProfile(BeanProfile bean)
Remove a bean profile |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public ContainerAdapter(org.omg.CORBA.ORB orb, org.omg.PortableServer.POA poa, Container cntr, Initializer initializer)
Method Detail |
public RpcContainer container()
public org.omg.CORBA.ORB orb()
public org.omg.PortableServer.POA poa()
public HomeProfile homes_from_corba_id(byte[] id)
public HomeProfile homes_from_corba_id(RpcContainer container, byte[] id)
public HomeProfile homes_from_ejb_id(byte[] id)
public HomeProfile homes_from_ejb_id(RpcContainer container, byte[] id)
public java.util.Hashtable beans()
public BeanProfile beans_from_ejb_id(byte[] id)
public BeanProfile beans_from_ejb_id(RpcContainer container, byte[] id)
public BeanProfile beans_from_corba_id(byte[] id)
public BeanProfile beans_from_corba_id(RpcContainer container, byte[] id)
public boolean manages(RpcContainer container)
public void exportHomeInterfaces()
public BeanProfile createBeanProfile(ProxyInfo pinfo, byte[] bean_id) throws java.rmi.RemoteException
public void removeBeanProfile(BeanProfile bean)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |