Uses of Interface
javax.xml.registry.infomodel.Slot

Packages that use Slot
javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API. 
javax.xml.registry.infomodel This package describes the information model for JAXR API. 
 

Uses of Slot in javax.xml.registry
 

Methods in javax.xml.registry that return Slot
 Slot LifeCycleManager.createSlot(java.lang.String name, java.lang.String value, java.lang.String slotType)
          Creates a Slot instance using the specified parameters, where the value is a String.
 Slot LifeCycleManager.createSlot(java.lang.String name, java.util.Collection values, java.lang.String slotType)
          Creates a Slot instance using the specified parameters, where the value is a Collection of Strings.
 

Uses of Slot in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return Slot
 Slot ExtensibleObject.getSlot(java.lang.String slotName)
          Get the slot specified by slotName
 

Methods in javax.xml.registry.infomodel with parameters of type Slot
 void ExtensibleObject.addSlot(Slot slot)
          Adds a Slot to this object.