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 Any
PICurrent. 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.Any
RequestInfoImpl. get_slot(int id)
Returns the data from the given slot of the PortableInterceptor::Current that is in the scope of the request.Any
SlotTable. get_slot(int id)
This method get the slot data for the given slot id (index).void
PICurrent. 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.void
ServerRequestInfoImpl. set_slot(int id, Any data)
Allows an Interceptor to set a slot in the Current that is in the scope of the request.void
SlotTable. 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 InvalidSlot
InvalidSlotHolder. value
Methods in org.omg.PortableInterceptor that return InvalidSlot Modifier and Type Method Description static InvalidSlot
InvalidSlotHelper. extract(Any a)
static InvalidSlot
InvalidSlotHelper. read(InputStream istream)
Methods in org.omg.PortableInterceptor with parameters of type InvalidSlot Modifier and Type Method Description static void
InvalidSlotHelper. insert(Any a, InvalidSlot that)
static void
InvalidSlotHelper. write(OutputStream ostream, InvalidSlot value)
Methods in org.omg.PortableInterceptor that throw InvalidSlot Modifier and Type Method Description Any
CurrentOperations. get_slot(int id)
Retrieves the slot data the application set in PICurrent viaget_slot
.Any
RequestInfoOperations. get_slot(int id)
Returns the data from the given slot of thePortableInterceptor.Current
that is in the scope of the request.void
CurrentOperations. set_slot(int id, Any data)
Sets data in a slot.void
ServerRequestInfoOperations. set_slot(int id, Any data)
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 Constructor Description InvalidSlotHolder(InvalidSlot initialValue)
-