Uses of Class
org.omg.PortableInterceptor.InvalidSlot
Packages that use InvalidSlot
-
Uses of InvalidSlot in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that throw InvalidSlotModifier and TypeMethodDescriptionPICurrent.get_slot
(int id) This method gets the slot data at the given slot id (index) from the Slot Table which is on the top of the SlotTableStack.RequestInfoImpl.get_slot
(int id) Returns the data from the given slot of the PortableInterceptor::Current that is in the scope of the request.SlotTable.get_slot
(int id) This method get the slot data for the given slot id (index).void
This method sets the slot data at the given slot id (index) in the Slot Table which is on the top of the SlotTableStack.void
Allows an Interceptor to set a slot in the Current that is in the scope of the request.void
This method sets the slot data at the given slot id (index). -
Uses of InvalidSlot in org.omg.PortableInterceptor
Fields in org.omg.PortableInterceptor declared as InvalidSlotMethods in org.omg.PortableInterceptor that return InvalidSlotModifier and TypeMethodDescriptionstatic InvalidSlot
static InvalidSlot
InvalidSlotHelper.read
(InputStream istream) Methods in org.omg.PortableInterceptor with parameters of type InvalidSlotModifier and TypeMethodDescriptionstatic void
InvalidSlotHelper.insert
(Any a, InvalidSlot that) static void
InvalidSlotHelper.write
(OutputStream ostream, InvalidSlot value) Methods in org.omg.PortableInterceptor that throw InvalidSlotModifier and TypeMethodDescriptionCurrentOperations.get_slot
(int id) Retrieves the slot data the application set in PICurrent viaget_slot
.RequestInfoOperations.get_slot
(int id) Returns the data from the given slot of thePortableInterceptor.Current
that is in the scope of the request.void
Sets data in a slot.void
Allows an Interceptor to set a slot in thePortableInterceptor.Current
that is in the scope of the request.Constructors in org.omg.PortableInterceptor with parameters of type InvalidSlot