com.beasys
Class Tobj_BootstrapPool

java.lang.Object
  |
  +--com.beasys.Tobj_Bootstrap
        |
        +--com.beasys.Tobj_BootstrapPool

public class Tobj_BootstrapPool
extends Tobj_Bootstrap

Tobj_BootstrapPool implements the M3 bootstrap API. Its main purpose is to provide access to the FactoryFinder, CosTransactions Current and to the Interface Repository interfaces.


Constructor Summary
Tobj_BootstrapPool(com.beasys.CORBA.pool.ConnectionPoolImpl pool)
           
 
Method Summary
 void destroy_current()
           
 UserTransaction getUserTransaction()
           
 org.omg.CORBA.Object resolve_initial_references(java.lang.String id)
           
 
Methods inherited from class com.beasys.Tobj_Bootstrap
getNativeProperties, getRemoteProperties, register_callback_port
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tobj_BootstrapPool

public Tobj_BootstrapPool(com.beasys.CORBA.pool.ConnectionPoolImpl pool)
Method Detail

resolve_initial_references

public org.omg.CORBA.Object resolve_initial_references(java.lang.String id)
                                                throws InvalidName,
                                                       org.omg.CORBA.SystemException
Overrides:
resolve_initial_references in class Tobj_Bootstrap

getUserTransaction

public UserTransaction getUserTransaction()
                                   throws org.omg.CORBA.SystemException
Overrides:
getUserTransaction in class Tobj_Bootstrap

destroy_current

public void destroy_current()
                     throws org.omg.CORBA.SystemException
Overrides:
destroy_current in class Tobj_Bootstrap