org.omg.PortableInterceptor
public interface CurrentOperations extends CurrentOperations
Method Summary | |
---|---|
Any | get_slot(int slot_id)
Get data from the slot with the given slot_id.
|
void | set_slot(int slot_id, Any data)
Sets data for the slot with the given slot_id.
|
Parameters: slot_id the slot slot_id.
Returns: the Any that was stored in the slot. If the given slot has not been set, the returned Any contains a type code with a TCKind value of tk_null and has no value.
Throws: InvalidSlot for the unknown slot. BAD_INV_ORDER minor 10 if called from the {@link ORBInitializer} methods.
Parameters: slot_id the slot slot_id. data the Any that will be stored into the slot.
Throws: InvalidSlot for the unknown slot. BAD_INV_ORDER minor 10 if called from the {@link ORBInitializer} methods.