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