org.ow2.jonas.deployment.api
Interface IDeploymentDesc

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

public interface IDeploymentDesc

This interface provides a description for deployment descriptor in JOnAS.

Author:
Ludovic Bert, Florent Benoit

Method Summary
 String getDisplayName()
          Get the display name of the deployment descriptor.
 String toString()
          Return a String representation of the DeploymentDesc.
 

Method Detail

getDisplayName

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

Returns:
the display name of the deployment descriptor.

toString

String toString()
Return a String representation of the DeploymentDesc.

Overrides:
toString in class Object
Returns:
a String representation of the DeploymentDesc.


Copyright © 2010 OW2 Consortium. All Rights Reserved.