Uses of Interface
org.omg.CosTransactions.CurrentOperations

Packages that use CurrentOperations
org.omg.CosTransactions   
 

Uses of CurrentOperations in org.omg.CosTransactions
 

Subinterfaces of CurrentOperations in org.omg.CosTransactions
 interface Current
          Generated from IDL interface "Current"
 

Classes in org.omg.CosTransactions that implement CurrentOperations
 class _CurrentStub
          Generated from IDL interface "Current"
 class CurrentPOA
          Generated from IDL interface "Current"
 class CurrentPOATie
          Generated from IDL interface "Current"
 

Methods in org.omg.CosTransactions that return CurrentOperations
 CurrentOperations CurrentPOATie._delegate()
           
 

Methods in org.omg.CosTransactions with parameters of type CurrentOperations
 void CurrentPOATie._delegate(CurrentOperations delegate)
           
 

Constructors in org.omg.CosTransactions with parameters of type CurrentOperations
CurrentPOATie(CurrentOperations delegate)
           
CurrentPOATie(CurrentOperations delegate, POA poa)