Package org.marketcetera.util.ws.tags
Class AppId
- java.lang.Object
-
- org.marketcetera.util.ws.tags.Tag
-
- org.marketcetera.util.ws.tags.AppId
-
- All Implemented Interfaces:
Serializable
public class AppId extends Tag
An application ID. Each Java application has a unique application ID, which is usually the name of the application. A single JVM typically hosts a single application, but it is also possible to have multiple ones (for example, a JVM that runs a platform application, whose modules are considered separate hosted applications). New IDs should be created usingAppId(String).- Since:
- 1.0.0
- Version:
- $Id: AppId.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AppId
public AppId(String value)
Creates a new application ID with the given ID value.- Parameters:
value- The ID value.
-
AppId
protected AppId()
Creates a new application ID. This empty constructor is intended for use by JAXB.
-
-