org.objectweb.jonas_lib.deployment
Interface DeploymentDesc
- All Known Implementing Classes:
- AbsDeploymentDesc
- public interface DeploymentDesc
This interface provides a description for deployment descriptor in JOnAS
- Author:
- Ludovic Bert, Florent Benoit
Method Summary |
java.lang.String |
getDisplayName()
Get the display name of the deployment descriptor. |
java.lang.String |
toString()
Return a String representation of the DeploymentDesc. |
getDisplayName
public java.lang.String getDisplayName()
- Get the display name of the deployment descriptor.
- Returns:
- the display name of the deployment descriptor.
toString
public java.lang.String toString()
- Return a String representation of the DeploymentDesc.
- Overrides:
toString
in class java.lang.Object
- Returns:
- a String representation of the DeploymentDesc.