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

Packages that use Slot
javax.xml.registry   
javax.xml.registry.infomodel   
org.apache.ws.scout.registry   
org.apache.ws.scout.registry.infomodel   
 

Uses of Slot in javax.xml.registry
 

Methods in javax.xml.registry that return Slot
 Slot LifeCycleManager.createSlot(String name, Collection<String> values, String slotType)
           
 Slot LifeCycleManager.createSlot(String name, String value, String slotType)
           
 

Uses of Slot in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return Slot
 Slot ExtensibleObject.getSlot(String slotName)
           
 

Methods in javax.xml.registry.infomodel that return types with arguments of type Slot
 Collection<Slot> ExtensibleObject.getSlots()
           
 

Methods in javax.xml.registry.infomodel with parameters of type Slot
 void ExtensibleObject.addSlot(Slot slot)
           
 

Uses of Slot in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry that return Slot
 Slot LifeCycleManagerImpl.createSlot(String name, Collection<String> values, String slotType)
           
 Slot LifeCycleManagerImpl.createSlot(String name, String value, String slotType)
           
 

Uses of Slot in org.apache.ws.scout.registry.infomodel
 

Classes in org.apache.ws.scout.registry.infomodel that implement Slot
 class SlotImpl
          Implements Jaxr API
 

Methods in org.apache.ws.scout.registry.infomodel that return Slot
 Slot ExtensibleObjectImpl.getSlot(String slotName)
           
 

Methods in org.apache.ws.scout.registry.infomodel that return types with arguments of type Slot
 Collection<Slot> ExtensibleObjectImpl.getSlots()
           
 

Methods in org.apache.ws.scout.registry.infomodel with parameters of type Slot
 void ExtensibleObjectImpl.addSlot(Slot slot)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.