Class SlotTable
java.lang.Object
com.sun.corba.ee.impl.interceptors.SlotTable
SlotTable is used internally by PICurrent to store the slot information.
-
Method Summary
-
Method Details
-
set_slot
This method sets the slot data at the given slot id (index).- Parameters:
id- Indexdata- Slot data- Throws:
InvalidSlot- If the id is greater than the slot data size.
-
get_slot
This method get the slot data for the given slot id (index).- Parameters:
id- Index- Returns:
- Slot data
- Throws:
InvalidSlot- If the id is greater than the slot data size.
-