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 using AppId(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
|
Constructor Summary |
protected |
AppId()
Creates a new application ID. |
|
AppId(String value)
Creates a new application ID with the given ID value. |
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.
Copyright © 2012. All Rights Reserved.