Methods Summary |
---|
public java.lang.String[] | getClasspathUrls()Returns the class paths need by this archive to compile the
generated src.
|
public com.sun.enterprise.deployment.backend.DeploymentMode | getDeploymentMode()Returns the deployment mode, i.e., archive layout.
|
public com.sun.enterprise.deployment.backend.DeploymentRequest | getDeploymentRequest()Returns the original DeploymentRequest object for the current deployment
|
public com.sun.enterprise.deployment.Application | getDescriptor()Returns the object representation of the deployment descriptor
for the current archive.
|
public java.lang.String[] | getEjbClasspathUrls()Returns the ejb class paths of this archive.
|
public java.util.List | getJavacOptions()Returns the JAVAC options as defined in the instance's server
configuration.
|
public java.util.Properties | getOptionalArguments()Returns the optional arguments - which currently consists of
CMP-specific deployment arguments
|
public java.util.List | getRmicOptions()Returns the RMIC options as defined in the instance's server
configuration.
|
public java.io.File | getSrcDir()Returns the current directory where the archive has been exploded.
|
public java.io.File | getStubsDir()Returns the (current stubs) directory where all the code is
generated and being compiled for this archive.
|
public IASEJBCTimes | getTiming()Returns the timing information for the sub-tasks of ejbc.
|