public class ApplicationIdentifier extends Object implements Serializable
ApplicationIdentifier for a partition scoped app with version would look
like this:
applicationName app
deploymentName app$partition
displayName app(version$partition)
runtimeName app#version$partition
partition scoped app without version:
applicationName app
deploymentName app$partition
displayName app$partition
runtimeName app$partition
domain-scoped app with version:
applicationName app
deploymentName app
displayName app(version)
runtimeName app#version
domain-scoped app without version:
applicationName app
deploymentName app
displayName app
runtimeName app
| Constructor and Description |
|---|
ApplicationIdentifier(String deploymentName,
String runtimeName,
String version)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationName()
Deprecated.
For WLS, it has the same value as ComponentInvocationContext.ApplicationName.
|
String |
getDeploymentName()
Deprecated.
The application name at deployment time.
|
String |
getDisplayName()
Deprecated.
According to bug 7621146,
getDisplayName() should return the Application Name in the following format:
|
String |
getPartitionName()
Deprecated.
The partition name if applicable
|
String |
getRuntimeName()
Deprecated.
The unique name given to the application in the runtime context.
|
String |
getVersion()
Deprecated.
The application's version if applicable
|
public String getDeploymentName()
public String getRuntimeName()
public String getVersion()
public String getDisplayName()
public String getApplicationName()
public String getPartitionName()