com.ibm.uddi.v3.management

Class UddiNode

  1. java.lang.Object
  2. extended bycom.ibm.uddi.v3.management.UddiNode
All implemented interfaces:
java.io.Serializable

  1. public class UddiNode
  2. extends java.lang.Object
  3. implements java.io.Serializable
Represents a UDDI node.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
UddiNode()

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getApplication()
Returns the application location for the UDDI application represented by this UDDI node.
  1. java.lang.String
getDescription()
Returns the UDDI node description.
  1. java.lang.String
getNodeId()
Returns the UDDI node ID.
  1. java.util.List
getPolicyGroups()
Returns the collection of policy groups known to this UDDI node.
  1. java.util.List
getProperties()
Returns the collection of configuration properties known to this UDDI node.
  1. java.lang.String
getState()
Returns the activation state of the UDDI node.
  1. java.lang.String
getUniqueId()
Returns the unique ID of the UDDI node (used by admin console).
  1. void
setApplication(java.lang.String applicationName)
Sets the application location.
  1. void
setDescription(java.lang.String string)
Sets the description of the UDDI node.
  1. void
setNodeId(java.lang.String string)
Sets the ID of the UDDI node.
  1. void
setPolicyGroups(java.util.List list)
Sets the collection of policy groups.
  1. void
setProperties(java.util.List list)
Sets the collection of configuration properties.
  1. void
setState(java.lang.String string)
Sets the activation state of the UDDI node.
  1. void
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

  1. public UddiNode()

Method Detail

getDescription

  1. public java.lang.String getDescription( )
Returns the UDDI node description.
Returns:

getNodeId

  1. public java.lang.String getNodeId( )
Returns the UDDI node ID.
Returns:

getPolicyGroups

  1. public java.util.List getPolicyGroups( )
Returns the collection of policy groups known to this UDDI node.
Returns:

getProperties

  1. public java.util.List getProperties( )
Returns the collection of configuration properties known to this UDDI node.
Returns:

getState

  1. public java.lang.String getState( )
Returns the activation state of the UDDI node.
Returns:

setDescription

  1. public void setDescription(java.lang.String string)
Sets the description of the UDDI node.
Parameters:
string -

setNodeId

  1. public void setNodeId(java.lang.String string)
Sets the ID of the UDDI node.
Parameters:
string -

setPolicyGroups

  1. public void setPolicyGroups(java.util.List list)
Sets the collection of policy groups.
Parameters:
list -

setProperties

  1. public void setProperties(java.util.List list)
Sets the collection of configuration properties.
Parameters:
list -

setState

  1. public void setState(java.lang.String string)
Sets the activation state of the UDDI node.
Parameters:
string -

getApplication

  1. 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

  1. public void setApplication(java.lang.String applicationName)
Sets the application location.
Parameters:
applicationName -

getUniqueId

  1. public java.lang.String getUniqueId( )
Returns the unique ID of the UDDI node (used by admin console).
Returns:

setUniqueId

  1. 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