Package org.marketcetera.util.ws.tags
Class NodeId
- java.lang.Object
-
- org.marketcetera.util.ws.tags.Tag
-
- 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 usinggenerate().- Since:
- 1.0.0
- Version:
- $Id: NodeId.java 16873 2014-04-11 16:55:47Z colin $
- Author:
- tlerios@marketcetera.com
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NodeIdgenerate()Returns a new, unique node ID.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NodeId
public NodeId(String inValue)
Creates a new node ID with the given ID value.- Parameters:
inValue- aStringvalue
-
NodeId
protected NodeId()
Create a new NodeId instance.
-
-
Method Detail
-
generate
public static NodeId generate()
Returns a new, unique node ID.- Returns:
- a
NodeIdvalue
-
-