Uses of Class
org.omg.PortableInterceptor.InvalidSlot
-
Packages that use InvalidSlot Package Description com.sun.corba.ee.impl.interceptors org.omg.PortableInterceptor -
-
Uses of InvalidSlot in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that throw InvalidSlot Modifier and Type Method Description AnyPICurrent. 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.AnyRequestInfoImpl. get_slot(int id)Returns the data from the given slot of the PortableInterceptor::Current that is in the scope of the request.AnySlotTable. get_slot(int id)This method get the slot data for the given slot id (index).voidPICurrent. set_slot(int id, Any data)This method sets the slot data at the given slot id (index) in the Slot Table which is on the top of the SlotTableStack.voidServerRequestInfoImpl. set_slot(int id, Any data)Allows an Interceptor to set a slot in the Current that is in the scope of the request.voidSlotTable. set_slot(int id, Any data)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 InvalidSlot Modifier and Type Field Description InvalidSlotInvalidSlotHolder. valueMethods in org.omg.PortableInterceptor that return InvalidSlot Modifier and Type Method Description static InvalidSlotInvalidSlotHelper. extract(Any a)static InvalidSlotInvalidSlotHelper. read(InputStream istream)Methods in org.omg.PortableInterceptor with parameters of type InvalidSlot Modifier and Type Method Description static voidInvalidSlotHelper. insert(Any a, InvalidSlot that)static voidInvalidSlotHelper. write(OutputStream ostream, InvalidSlot value)Methods in org.omg.PortableInterceptor that throw InvalidSlot Modifier and Type Method Description AnyCurrentOperations. get_slot(int id)Retrieves the slot data the application set in PICurrent viaget_slot.AnyRequestInfoOperations. get_slot(int id)Returns the data from the given slot of thePortableInterceptor.Currentthat is in the scope of the request.voidCurrentOperations. set_slot(int id, Any data)Sets data in a slot.voidServerRequestInfoOperations. set_slot(int id, Any data)Allows 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 Constructor Description InvalidSlotHolder(InvalidSlot initialValue)
-