org.jboss.deployment
Class SerializableDeploymentInfo

java.lang.Object
  extended byorg.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

Field Summary
 java.util.Collection classpath
           
 java.util.Date date
           
 ObjectName (src) deployedObject
           
 ObjectName (src) deployer
           
 java.net.URL documentUrl
           
 boolean isDirectory
           
 boolean isScript
           
 boolean isXML
           
 long lastDeployed
           
 long lastModified
           
 java.net.URL localUrl
           
 java.util.List mbeans
           
 SerializableDeploymentInfo (src) parent
           
 java.lang.String shortName
           
 DeploymentState (src) state
           
 java.lang.String status
           
 java.util.List subDeployments
           
 java.net.URL url
           
 java.net.URL watch
           
 java.lang.String webContext
           
 
Constructor Summary
SerializableDeploymentInfo(DeploymentInfo (src)  info)
          Construct this object from a DeploymentInfo
 
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
 

Field Detail

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
Constructor Detail

SerializableDeploymentInfo

public SerializableDeploymentInfo(DeploymentInfo (src)  info)
Construct this object from a DeploymentInfo

Method Detail

toString

public java.lang.String toString()
Returns a string representation of the object.