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

Packages that use Slot
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of Slot in javax.xml.registry
 

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

Uses of Slot in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return Slot
 Slot ExtensibleObject.getSlot(String slotName)
          Gets 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.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.