org.objectweb.jonas_lib.deployment.api
Interface DeploymentDesc

All Known Implementing Classes:
AbsDeploymentDesc, ClusterDaemonConfiguration, DomainMap, EarDeploymentDesc, RarDeploymentDesc, WSDeploymentDesc

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.
 

Method Detail

getDisplayName

java.lang.String getDisplayName()
Get the display name of the deployment descriptor.

Returns:
the display name of the deployment descriptor.

toString

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.