Class DeploymentModuleIdentifier

java.lang.Object
org.jboss.as.ejb3.deployment.DeploymentModuleIdentifier
All Implemented Interfaces:
Serializable

public final class DeploymentModuleIdentifier extends Object implements Serializable
Identifier for a deployed module, consisting of application + distinct + module name.
Author:
Stuart Douglas
See Also:
  • Constructor Details

    • DeploymentModuleIdentifier

      public DeploymentModuleIdentifier(String applicationName, String moduleName, String distinctName)
  • Method Details

    • getApplicationName

      public String getApplicationName()
    • getModuleName

      public String getModuleName()
    • getDistinctName

      public String getDistinctName()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object