public interface ExtensibleObject
Modifier and Type | Method and Description |
---|---|
void |
addSlot(Slot slot) |
void |
addSlots(Collection slots) |
Slot |
getSlot(String slotName) |
Collection |
getSlots() |
void |
removeSlot(String slotName) |
void |
removeSlots(Collection slotNames) |
void addSlot(Slot slot) throws JAXRException
JAXRException
void addSlots(Collection slots) throws JAXRException
JAXRException
Slot getSlot(String slotName) throws JAXRException
JAXRException
Collection getSlots() throws JAXRException
JAXRException
void removeSlot(String slotName) throws JAXRException
JAXRException
void removeSlots(Collection slotNames) throws JAXRException
JAXRException
Copyright © 2018 JBoss by Red Hat. All rights reserved.