org.jboss.deployment
Class SerializableDeploymentInfo
java.lang.Object
org.jboss.deployment.SerializableDeploymentInfo
- All Implemented Interfaces:
- java.io.Serializable
- public class SerializableDeploymentInfo
- extends java.lang.Object
- implements java.io.Serializable
DeploymentInfo for remote access by the DeploymentManager.
It provides a serializable subset of the information available in DeploymentInfo.
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
Returns a string representation of the object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
date
public java.util.Date date
url
public java.net.URL url
localUrl
public java.net.URL localUrl
watch
public java.net.URL watch
shortName
public java.lang.String shortName
lastDeployed
public long lastDeployed
lastModified
public long lastModified
status
public java.lang.String status
state
public DeploymentState (src) state
deployer
public ObjectName (src) deployer
classpath
public java.util.Collection classpath
mbeans
public java.util.List mbeans
subDeployments
public java.util.List subDeployments
parent
public SerializableDeploymentInfo (src) parent
webContext
public java.lang.String webContext
documentUrl
public java.net.URL documentUrl
isXML
public boolean isXML
isScript
public boolean isScript
isDirectory
public boolean isDirectory
deployedObject
public ObjectName (src) deployedObject
SerializableDeploymentInfo
public SerializableDeploymentInfo(DeploymentInfo (src) info)
- Construct this object from a DeploymentInfo
toString
public java.lang.String toString()
- Returns a string representation of the object.