当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 system API Documentation 英文版文档
SerializableDeploymentInfo (JBoss System API) - JBoss 4.0.1 sp1 system API Documentation 英文版文档
org.jboss.deployment
Class SerializableDeploymentInfo
java.lang.Object
org.jboss.deployment.SerializableDeploymentInfo
- All Implemented Interfaces:
- Serializable
- public class SerializableDeploymentInfo
- extends Object
- implements Serializable
DeploymentInfo for remote access by the DeploymentManager.
It provides a serializable subset of the information available in DeploymentInfo.
- Version:
- $Revision: 1.2 $
- Author:
- thomas.diesler@jboss.org
- See Also:
- Serialized Form
Method Summary |
String |
toString()
Returns a string representation of the object. |
date
public Date date
url
public URL url
localUrl
public URL localUrl
watch
public URL watch
shortName
public String shortName
lastDeployed
public long lastDeployed
lastModified
public long lastModified
status
public String status
state
public DeploymentState state
deployer
public javax.management.ObjectName deployer
classpath
public Collection classpath
mbeans
public List mbeans
subDeployments
public List subDeployments
parent
public SerializableDeploymentInfo parent
webContext
public String webContext
documentUrl
public URL documentUrl
isXML
public boolean isXML
isScript
public boolean isScript
isDirectory
public boolean isDirectory
deployedObject
public javax.management.ObjectName deployedObject
SerializableDeploymentInfo
public SerializableDeploymentInfo(DeploymentInfo info)
- Construct this object from a DeploymentInfo
toString
public String toString()
- Returns a string representation of the object.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.