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.6 $
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.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

name

protected java.lang.String name
the apploications name

date

protected java.util.Date date
the date this deployment was made

localUrl

protected java.net.URL localUrl
the local position of the apps root directory

sourceUrl

protected java.net.URL sourceUrl
the position from which this deployment is installed

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

newModule

public org.jboss.deployment.Deployment.Module newModule()
returns a new instance of the Module innerclass

getAllFiles

public java.util.Vector getAllFiles()
returns all files (URLs) that are needed to run this deployment properly


Copyright © 2000 The JBoss Organization. All Rights Reserved.