org.omg.CosTransactions

Class TransactionalObjectPOA

public abstract class TransactionalObjectPOA extends Servant implements TransactionalObjectOperations, InvokeHandler

The TransactionalObject interface is used by an object to indicate that it is transactional. By supporting the TransactionalObject interface, an object indicates that it wants the transaction context associated with the client thread to be associated with all operations on its interface.
Method Summary
String[]_all_interfaces(POA poa, byte[] objectId)
OutputStream_invoke(String opName, InputStream _is, ResponseHandler handler)
TransactionalObject_this()
TransactionalObject_this(ORB orb)

Method Detail

_all_interfaces

public String[] _all_interfaces(POA poa, byte[] objectId)

_invoke

public final OutputStream _invoke(String opName, InputStream _is, ResponseHandler handler)

_this

public TransactionalObject _this()

_this

public TransactionalObject _this(ORB orb)