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).voidThis method sets the slot data at the given slot id (index) in the Slot Table which is on the top of the SlotTableStack.voidAllows an Interceptor to set a slot in the Current that is in the scope of the request.voidThis 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 InvalidSlotstatic InvalidSlotInvalidSlotHelper.read(InputStream istream) Methods in org.omg.PortableInterceptor with parameters of type InvalidSlotModifier and TypeMethodDescriptionstatic voidInvalidSlotHelper.insert(Any a, InvalidSlot that) static voidInvalidSlotHelper.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.Currentthat is in the scope of the request.voidSets data in a slot.voidAllows an Interceptor to set a slot in thePortableInterceptor.Currentthat is in the scope of the request.Constructors in org.omg.PortableInterceptor with parameters of type InvalidSlot