org.marketcetera.util.ws.tags
Class NodeId

java.lang.Object
  extended by org.marketcetera.util.ws.tags.Tag
      extended by org.marketcetera.util.ws.tags.NodeId
All Implemented Interfaces:
Serializable

public class NodeId
extends Tag

A node ID. Each communication endpoint (client or server class instance) has an unique node ID. New IDs should be obtained using generate().

Since:
1.0.0
Version:
$Id: NodeId.java 16154 2012-07-14 16:34:05Z colin $
Author:
tlerios@marketcetera.com
See Also:
Serialized Form

Constructor Summary
protected NodeId()
          Creates a new node ID.
 
Method Summary
static NodeId generate()
          Returns a new, unique node ID.
 
Methods inherited from class org.marketcetera.util.ws.tags.Tag
equals, getValue, hashCode, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeId

protected NodeId()
Creates a new node ID. This empty constructor is intended for use by JAXB.

Method Detail

generate

public static NodeId generate()
Returns a new, unique node ID.

Returns:
The ID.


Copyright © 2012. All Rights Reserved.