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

Packages that use Slot
com.sun.xml.registry.uddi   
com.sun.xml.registry.uddi.infomodel   
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of Slot in com.sun.xml.registry.uddi
 

Methods in com.sun.xml.registry.uddi that return Slot
 Slot LifeCycleManagerImpl.createSlot(String name, Collection values, String slotType)
          Create a Slot instance using the specified parameters.
 Slot LifeCycleManagerImpl.createSlot(String name, String value, String slotType)
          Create a Slot instance using the specified parameters.
 

Uses of Slot in com.sun.xml.registry.uddi.infomodel
 

Classes in com.sun.xml.registry.uddi.infomodel that implement Slot
 class SlotImpl
          Implementation of JAXR Slot.
 

Methods in com.sun.xml.registry.uddi.infomodel that return Slot
 Slot ExtensibleObjectImpl.getSlot(String slotName)
          Get single slot from map.
 

Methods in com.sun.xml.registry.uddi.infomodel with parameters of type Slot
 void ExtensibleObjectImpl.addSlot(Slot slot)
          Add a single slot to the map.
 void RegistryObjectImpl.addSlot(Slot slot)
          Override superclass to set isModified
 

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-2013 Oracle Corporation. All Rights Reserved.