org.objectweb.jonas_lib.deployment.api
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.
 

Method Detail

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.

Returns:
a String representation of the DeploymentDesc.