Uses of Class
com.sun.corba.ee.impl.interceptors.SlotTable
Packages that use SlotTable
-
Uses of SlotTable in com.sun.corba.ee.impl.interceptors
Fields in com.sun.corba.ee.impl.interceptors declared as SlotTableModifier and TypeFieldDescription(package private) SlotTable
RequestInfoImpl.slotTable
PICurrent's SlotTableFields in com.sun.corba.ee.impl.interceptors with type parameters of type SlotTableMethods in com.sun.corba.ee.impl.interceptors that return SlotTableModifier and TypeMethodDescription(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 SlotTableModifier and TypeMethodDescription(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.