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) SlotTableRequestInfoImpl.slotTablePICurrent'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) SlotTablePICurrent.getSlotTable()This method gets the SlotTable which is on the top of the ThreadLocalStack.(package private) SlotTableSlotTableStack.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) voidRequestInfoImpl.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.