|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jboss.deployment.Deployment
Represents a J2EE application or module (EJB.jar, Web.war or App.ear).
Field Summary | |
protected java.util.Vector |
commonUrls
the content of the commonLibs directory as
URL Collection |
protected java.util.Date |
date
the date this deployment was made |
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.net.URL |
sourceUrl
the position from which this deployment is installed |
protected java.util.Vector |
webModules
the WEB Modules |
Method Summary | |
java.util.Vector |
getAllFiles()
returns all files (URLs) that are needed to run this deployment properly |
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 |
Field Detail |
protected java.lang.String name
protected java.util.Date date
protected java.net.URL localUrl
protected java.net.URL sourceUrl
protected java.util.Vector commonUrls
commonLibs
directory as
URL Collectionprotected java.util.Vector ejbModules
protected java.util.Vector webModules
Method Detail |
public org.jboss.deployment.Deployment.Module newModule()
public java.util.Vector getAllFiles()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |