Uses of Interface
org.omg.CosCollection.CommandOperations

Packages that use CommandOperations
org.omg.CosCollection   
 

Uses of CommandOperations in org.omg.CosCollection
 

Subinterfaces of CommandOperations in org.omg.CosCollection
 interface Command
          Generated from IDL interface "Command"
 

Classes in org.omg.CosCollection that implement CommandOperations
 class _CommandStub
          Generated from IDL interface "Command"
 class CommandPOA
          Generated from IDL interface "Command"
 class CommandPOATie
          Generated from IDL interface "Command"
 

Methods in org.omg.CosCollection that return CommandOperations
 CommandOperations CommandPOATie._delegate()
           
 

Methods in org.omg.CosCollection with parameters of type CommandOperations
 void CommandPOATie._delegate(CommandOperations delegate)
           
 

Constructors in org.omg.CosCollection with parameters of type CommandOperations
CommandPOATie(CommandOperations delegate)
           
CommandPOATie(CommandOperations delegate, POA poa)