IBM WebSphere Application ServerTM
Release 8

com.ibm.uddi.v3.management
Class UddiNode

java.lang.Object
  extended by com.ibm.uddi.v3.management.UddiNode
All Implemented Interfaces:
java.io.Serializable

public class UddiNode
extends java.lang.Object
implements java.io.Serializable

Represents a UDDI node.

See Also:
Serialized Form

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

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

IBM WebSphere Application ServerTM
Release 8