Uses of Interface
org.omg.CosCollection.StackOperations

Packages that use StackOperations
org.omg.CosCollection   
 

Uses of StackOperations in org.omg.CosCollection
 

Subinterfaces of StackOperations in org.omg.CosCollection
 interface Stack
          Generated from IDL interface "Stack"
 

Classes in org.omg.CosCollection that implement StackOperations
 class _StackStub
          Generated from IDL interface "Stack"
 class StackPOA
          Generated from IDL interface "Stack"
 class StackPOATie
          Generated from IDL interface "Stack"
 

Methods in org.omg.CosCollection that return StackOperations
 StackOperations StackPOATie._delegate()
           
 

Methods in org.omg.CosCollection with parameters of type StackOperations
 void StackPOATie._delegate(StackOperations delegate)
           
 

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