Uses of Interface
javax.xml.registry.infomodel.Slot
Packages that use Slot
Package
Description
This package and its sub-packages describe the API classes and interfaces
for the Jakarta XML Registries API.
This package describes the information model for the Jakarta XML Registries
API.
-
Uses of Slot in javax.xml.registry
Methods in javax.xml.registry that return SlotModifier and TypeMethodDescriptionLifeCycleManager.createSlot(String name, String value, String slotType) Creates a Slot instance using the specified parameters, where the value is a String.LifeCycleManager.createSlot(String name, Collection values, 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 SlotModifier and TypeMethodDescriptionGets the slot specified by slotName.Methods in javax.xml.registry.infomodel with parameters of type Slot