Class SlotTable

java.lang.Object
com.sun.corba.ee.impl.interceptors.SlotTable

public class SlotTable extends Object
SlotTable is used internally by PICurrent to store the slot information.
  • Method Details

    • set_slot

      public void set_slot(int id, Any data) throws InvalidSlot
      This method sets the slot data at the given slot id (index).
      Parameters:
      id - Index
      data - Slot data
      Throws:
      InvalidSlot - If the id is greater than the slot data size.
    • get_slot

      public Any get_slot(int id) throws InvalidSlot
      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.