com.beasys.Tobj
Class PoolControlImpl

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.CosTransactions._ControlStub
              |
              +--com.beasys.Tobj.PoolControlImpl

public class PoolControlImpl
extends _ControlStub

PoolControlImpl implements Control interface. It represents the local transactional context of a thread.

See Also:
Serialized Form

Method Summary
 com.beasys.TobjInternal.OTSImpl.cntlHolder get_cntl()
           
 Coordinator get_coordinator()
           
 Terminator get_terminator()
           
 com.beasys.CORBA.pool.PooledConnection getConnection()
           
 com.beasys.CORBA.pool.ConnectionPool getPool()
           
 java.lang.String toString()
           
 
Methods inherited from class org.omg.CosTransactions._ControlStub
_ids
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

get_cntl

public com.beasys.TobjInternal.OTSImpl.cntlHolder get_cntl()

get_terminator

public Terminator get_terminator()
                          throws Unavailable,
                                 org.omg.CORBA.SystemException
Overrides:
get_terminator in class _ControlStub

get_coordinator

public Coordinator get_coordinator()
                            throws Unavailable,
                                   org.omg.CORBA.SystemException
Overrides:
get_coordinator in class _ControlStub

getPool

public com.beasys.CORBA.pool.ConnectionPool getPool()

getConnection

public com.beasys.CORBA.pool.PooledConnection getConnection()

toString

public java.lang.String toString()
Overrides:
toString in class org.omg.CORBA.portable.ObjectImpl