Uses of Interface
org.omg.CosCollection.HeapOperations

Packages that use HeapOperations
org.omg.CosCollection   
 

Uses of HeapOperations in org.omg.CosCollection
 

Subinterfaces of HeapOperations in org.omg.CosCollection
 interface Heap
          Generated from IDL interface "Heap"
 

Classes in org.omg.CosCollection that implement HeapOperations
 class _HeapStub
          Generated from IDL interface "Heap"
 class HeapPOA
          Generated from IDL interface "Heap"
 class HeapPOATie
          Generated from IDL interface "Heap"
 

Methods in org.omg.CosCollection that return HeapOperations
 HeapOperations HeapPOATie._delegate()
           
 

Methods in org.omg.CosCollection with parameters of type HeapOperations
 void HeapPOATie._delegate(HeapOperations delegate)
           
 

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