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 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. |
NodeId
protected NodeId()
- Creates a new node ID. This empty constructor is intended for
use by JAXB.
generate
public static NodeId generate()
- Returns a new, unique node ID.
- Returns:
- The ID.
Copyright © 2012. All Rights Reserved.