Package org.jboss.as.ejb3.deployment
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeploymentModuleIdentifier(String applicationName, String moduleName, String distinctName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetApplicationName()StringgetDistinctName()StringgetModuleName()inthashCode()StringtoString()
-