| |
|
| java.lang.Object org.jboss.deployment.SerializableDeploymentInfo
SerializableDeploymentInfo | public class SerializableDeploymentInfo implements Serializable(Code) | | DeploymentInfo for remote access by the DeploymentManager.
It provides a serializable subset of the information available in DeploymentInfo.
author: thomas.diesler@jboss.org version: $Revision: 57205 $ |
Method Summary | |
public String | toString() Returns a string representation of the object. |
isDirectory | public boolean isDirectory(Code) | | |
isScript | public boolean isScript(Code) | | |
isXML | public boolean isXML(Code) | | |
lastDeployed | public long lastDeployed(Code) | | |
lastModified | public long lastModified(Code) | | |
SerializableDeploymentInfo | public SerializableDeploymentInfo(DeploymentInfo info)(Code) | | Construct this object from a DeploymentInfo
|
toString | public String toString()(Code) | | Returns a string representation of the object.
|
|
|
|