public class PICurrent extends LocalObject implements Current
| Modifier and Type | Method and Description |
|---|---|
Any |
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.
|
void |
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.
|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic void set_slot(int id,
Any data)
throws InvalidSlot
id - The SlotId of the slot to which the data will
be set.data - The data, in the form of an Any, which will be set
to the identified slot.InvalidSlot - thrown if set_slot is called on
a slot that has not been allocated.public Any get_slot(int id) throws InvalidSlot
id - The SlotId of the slot from which the data will
be returned.InvalidSlot - thrown if get_slot is called on a slot that
has not been allocated.Copyright © 2018 JBoss by Red Hat. All rights reserved.