|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LCMNode
A LCMNode represents a machine within a Lifecycle Management model
models can theoretically be complex and go across multiple LC Nodes (machines)
The LCMNode
allow addition of new registry types,
setting & getting name and description and
removal of existing registry types
Field Summary | |
---|---|
static java.lang.String |
CONFIGURATION_URL_SLOT_NAME
|
Method Summary | |
---|---|
void |
addRegistryTypes(java.util.Collection<javax.xml.registry.infomodel.Concept> registryTypes)
Adds the given registry types to the LCMNode |
java.lang.String |
getConfigurationUrl()
For the given LCMNode obtain the the configurationUrl |
javax.xml.registry.infomodel.InternationalString |
getDescription()
For the given LCMNode returns the description |
javax.xml.registry.infomodel.InternationalString |
getDisplayName()
For the given LCMNode returns the display name |
javax.xml.registry.infomodel.RegistryEntry |
getNodeRegistryEntry()
Return the underlying LCMNode as a registry entry |
java.util.Collection<javax.xml.registry.infomodel.Concept> |
getRegistryTypes()
For a given LCMNode obtain the registry types |
void |
removeRegistryType(java.lang.String registryTypeName)
Remove the given registry type from this LCMNode |
void |
setConfigurationUrl(java.lang.String configurationUrl)
Sets the configurationUrl for the LCMNode |
void |
setDescription(javax.xml.registry.infomodel.InternationalString description)
Sets the description of the LCMNode |
void |
setDisplayName(javax.xml.registry.infomodel.InternationalString displayName)
Sets the display name of the LCMNode |
Field Detail |
---|
static final java.lang.String CONFIGURATION_URL_SLOT_NAME
Method Detail |
---|
javax.xml.registry.infomodel.InternationalString getDescription() throws LCMException
LCMException
- - if the LCM provider encounters an internal errorjavax.xml.registry.infomodel.InternationalString getDisplayName() throws LCMException
LCMException
- - if the LCM provider encounters an internal errorjava.util.Collection<javax.xml.registry.infomodel.Concept> getRegistryTypes() throws LCMException
LCMException
- - if the LCM provider encounters an internal errorjava.lang.String getConfigurationUrl() throws LCMException
LCMException
- - if the LCM provider encounters an internal errorvoid setDescription(javax.xml.registry.infomodel.InternationalString description) throws LCMException
description
- the description of the LCMNode
LCMException
- - if the LCM provider encounters an internal errorvoid setDisplayName(javax.xml.registry.infomodel.InternationalString displayName) throws LCMException
displayName
- the displayName of the LCMNode
LCMException
- - if the LCM provider encounters an internal errorvoid setConfigurationUrl(java.lang.String configurationUrl) throws LCMException
configurationUrl
- to be set
LCMException
- - if the LCM provider encounters an internal errorvoid addRegistryTypes(java.util.Collection<javax.xml.registry.infomodel.Concept> registryTypes) throws LCMException
registryTypes
- the collection of registryTypes to be added
LCMException
- - if the LCM provider encounters an internal errorvoid removeRegistryType(java.lang.String registryTypeName) throws LCMException
registryTypeName
- the name of the registry type to be removed
LCMException
- - if the LCM provider encounters an internal errorjavax.xml.registry.infomodel.RegistryEntry getNodeRegistryEntry() throws LCMException
LCMException
- - if the LCM provider encounters an internal error
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |