org.jboss.deployment
Class Deployment
java.lang.Object
|
+--org.jboss.deployment.Deployment
- All Implemented Interfaces:
- java.io.Serializable
- public class Deployment
- extends java.lang.Object
- implements java.io.Serializable
Represents a J2EE application or module (EJB.jar, Web.war or App.ear).
- Version:
- $Revision: 1.4 $
- Author:
- Daniel Schulze
- See Also:
- Serialized Form
Field Summary |
protected java.util.Vector |
commonUrls
the content of the commonLibs directory as
URL Collection |
protected java.util.Vector |
ejbModules
the EJB Modules |
protected java.net.URL |
localUrl
the local position of the apps root directory |
protected java.lang.String |
name
the apploications name |
protected java.util.Vector |
webModules
the WEB Modules |
Method Summary |
org.jboss.deployment.Deployment.Module |
newModule()
returns a new instance of the Module innerclass |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
- the apploications name
localUrl
protected java.net.URL localUrl
- the local position of the apps root directory
commonUrls
protected java.util.Vector commonUrls
- the content of the
commonLibs
directory as
URL Collection
ejbModules
protected java.util.Vector ejbModules
- the EJB Modules
webModules
protected java.util.Vector webModules
- the WEB Modules
newModule
public org.jboss.deployment.Deployment.Module newModule()
- returns a new instance of the Module innerclass
Copyright © 2000 The jBoss Organization. All Rights Reserved.