com.ibm.uddi.v3.management
Class UddiNode
- java.lang.Object
com.ibm.uddi.v3.management.UddiNode
All implemented interfaces:
java.io.Serializable
- public class UddiNode
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
UddiNode()
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getApplication()
Returns the application location for the UDDI application represented by this UDDI node.
|
|
getDescription()
Returns the UDDI node description.
|
|
getNodeId()
Returns the UDDI node ID.
|
|
getPolicyGroups()
Returns the collection of policy groups known to this UDDI node.
|
|
getProperties()
Returns the collection of configuration properties known to this UDDI node.
|
|
getState()
Returns the activation state of the UDDI node.
|
|
getUniqueId()
Returns the unique ID of the UDDI node (used by admin console).
|
|
setApplication(java.lang.String applicationName)
Sets the application location.
|
|
setDescription(java.lang.String string)
Sets the description of the UDDI node.
|
|
setNodeId(java.lang.String string)
Sets the ID of the UDDI node.
|
|
setPolicyGroups(java.util.List list)
Sets the collection of policy groups.
|
|
setProperties(java.util.List list)
Sets the collection of configuration properties.
|
|
setState(java.lang.String string)
Sets the activation state of the UDDI node.
|
|
setUniqueId(java.lang.String uniqueId)
Sets the unique ID of the UDDI node (used by admin console).
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
UddiNode
- public UddiNode()
Method Detail
getDescription
- public java.lang.String getDescription( )
Returns the UDDI node description.
Returns:
getNodeId
- public java.lang.String getNodeId( )
Returns the UDDI node ID.
Returns:
getPolicyGroups
- public java.util.List getPolicyGroups( )
Returns the collection of policy groups known to this UDDI node.
Returns:
getProperties
- public java.util.List getProperties( )
Returns the collection of configuration properties known to this UDDI node.
Returns:
getState
- public java.lang.String getState( )
Returns the activation state of the UDDI node.
Returns:
setDescription
- public void setDescription(java.lang.String string)
Sets the description of the UDDI node.
Parameters:
string
- setNodeId
- public void setNodeId(java.lang.String string)
Sets the ID of the UDDI node.
Parameters:
string
- setPolicyGroups
- public void setPolicyGroups(java.util.List list)
Sets the collection of policy groups.
Parameters:
list
- setProperties
- public void setProperties(java.util.List list)
Sets the collection of configuration properties.
Parameters:
list
- setState
- public void setState(java.lang.String string)
Sets the activation state of the UDDI node.
Parameters:
string
- getApplication
- public java.lang.String getApplication( )
Returns the application location for the UDDI application represented by this UDDI node.
This comprises the cell node and server, separated by colons.
Returns:
setApplication
- public void setApplication(java.lang.String applicationName)
Sets the application location.
Parameters:
applicationName
- getUniqueId
- public java.lang.String getUniqueId( )
Returns the unique ID of the UDDI node (used by admin console).
Returns:
setUniqueId
- public void setUniqueId(java.lang.String uniqueId)
Sets the unique ID of the UDDI node (used by admin console).
Parameters:
uniqueId
- The uniqueId to set