Uses of Interface
org.omg.CosTrading.RegisterOperations

Packages that use RegisterOperations
org.omg.CosTrading   
 

Uses of RegisterOperations in org.omg.CosTrading
 

Subinterfaces of RegisterOperations in org.omg.CosTrading
 interface Register
          Generated from IDL interface "Register"
 

Classes in org.omg.CosTrading that implement RegisterOperations
 class _RegisterStub
          Generated from IDL interface "Register"
 class RegisterPOA
          Generated from IDL interface "Register"
 class RegisterPOATie
          Generated from IDL interface "Register"
 

Methods in org.omg.CosTrading that return RegisterOperations
 RegisterOperations RegisterPOATie._delegate()
           
 

Methods in org.omg.CosTrading with parameters of type RegisterOperations
 void RegisterPOATie._delegate(RegisterOperations delegate)
           
 

Constructors in org.omg.CosTrading with parameters of type RegisterOperations
RegisterPOATie(RegisterOperations delegate)
           
RegisterPOATie(RegisterOperations delegate, POA poa)