Searched defs:SlotTableStack (Results 1 - 1 of 1) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DSlotTableStack.java41 * SlotTableStack is the container of SlotTable instances for each thread
43 public class SlotTableStack class
111 SlotTableStack( ORB orb, SlotTable table ) { method in class:SlotTableStack
118 // SlotTableStack will be created with one SlotTable on the stack.
130 * If present then use that instance to push into the SlotTableStack
133 * pushes that into the SlotTableStack
158 * 1: pops the top SlotTable in the SlotTableStack
179 * peekSlotTable gets the top SlotTable from the SlotTableStack without

Completed in 29 milliseconds