| Package | Description |
|---|---|
| com.sun.xml.registry.uddi | |
| com.sun.xml.registry.uddi.infomodel | |
| javax.xml.registry | |
| javax.xml.registry.infomodel |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SlotImpl
Implementation of JAXR Slot.
|
| Modifier and Type | Method and Description |
|---|---|
Slot |
ExtensibleObjectImpl.getSlot(String slotName)
Get single slot from map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensibleObjectImpl.addSlot(Slot slot)
Add a single slot to the map.
|
void |
RegistryObjectImpl.addSlot(Slot slot)
Override superclass to set isModified
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Slot |
ExtensibleObject.getSlot(String slotName)
Gets the slot specified by slotName.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensibleObject.addSlot(Slot slot)
Adds a Slot to this object.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.