Uses of Class
com.sun.corba.ee.impl.interceptors.SlotTable
-
Packages that use SlotTable Package Description com.sun.corba.ee.impl.interceptors -
-
Uses of SlotTable in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as SlotTable Modifier and Type Field Description (package private) SlotTable
RequestInfoImpl. slotTable
PICurrent's SlotTableFields in com.sun.corba.ee.impl.interceptors with type parameters of type SlotTable Modifier and Type Field Description private java.util.List<SlotTable>
SlotTableStack. tableContainer
Methods in com.sun.corba.ee.impl.interceptors that return SlotTable Modifier and Type Method Description (package private) SlotTable
PICurrent. getSlotTable()
This method gets the SlotTable which is on the top of the ThreadLocalStack.(package private) SlotTable
SlotTableStack. peekSlotTable()
peekSlotTable gets the top SlotTable from the SlotTableStack without popping.Methods in com.sun.corba.ee.impl.interceptors with parameters of type SlotTable Modifier and Type Method Description (package private) void
RequestInfoImpl. setSlotTable(SlotTable slotTable)
The server side does an explicit set rather than taking the current PICurrent table as is done in the general RequestInfoImpl constructor.
-