Class 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 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.