Uses of Class org.omg.PortableInterceptor.InvalidSlot

Uses in package gnu.CORBA

Methods which throw type org.omg.PortableInterceptor.InvalidSlot

Any
Get the slot from the slot array inside this request.

Uses in package gnu.CORBA.Interceptor

Methods which throw type org.omg.PortableInterceptor.InvalidSlot

Any
Any
gnuIcCurrent.get_slot(int slot_id)
Get value for the slot with the given id.
Any
Get the given slot.
void
gnuIcCurrent.set_slot(int slot_id, Any data)
Set value for the slot with the given id.
void
Set the give slot.

Uses in package org.omg.PortableInterceptor

Methods with parameter type org.omg.PortableInterceptor.InvalidSlot

void
Insert the InvalidSlot into the given Any.
void
Write the exception to the CDR output stream.

Methods with return type org.omg.PortableInterceptor.InvalidSlot

InvalidSlot
Extract the InvalidSlot from given Any.
InvalidSlot
Read the exception from the CDR intput stream.

Methods which throw type org.omg.PortableInterceptor.InvalidSlot

Any
Get data from the slot with the given slot_id.
Any
Get the data from the given slot of the PortableInterceptor.Current that is in the scope of the request.
void
CurrentOperations.set_slot(int slot_id, Any data)
Sets data for the slot with the given slot_id.
void
Allows the interceptor to set a slot in the PortableInterceptor.Current that is in the scope of the request.