public class SlotTable extends Object
Modifier and Type | Method and Description |
---|---|
Any |
get_slot(int id)
This method get the slot data for the given slot id (index).
|
void |
set_slot(int id,
Any data)
This method sets the slot data at the given slot id (index).
|
public void set_slot(int id, Any data) throws InvalidSlot
InvalidSlot
public Any get_slot(int id) throws InvalidSlot
InvalidSlot
Copyright © 2019 JBoss by Red Hat. All rights reserved.