Class SlotTable

java.lang.Object
com.sun.corba.se.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).
      Throws:
      InvalidSlot
    • get_slot

      public Any get_slot(int id) throws InvalidSlot
      This method get the slot data for the given slot id (index).
      Throws:
      InvalidSlot