A C D E F G H I L M N O P R S U V W

A

appToUndeployRequestFile(File, File) - Static method in class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager
 
appToUndeployRequestFile(File) - Static method in class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager
 
AutoDeployConstants - Class in org.glassfish.deployment.autodeploy
constants detail
AutoDeployConstants() - Constructor for class org.glassfish.deployment.autodeploy.AutoDeployConstants
 
AutoDeployDirectoryScanner - Class in org.glassfish.deployment.autodeploy
Implementation of Directory scanner for autodeployment
Providing functionality for scanning the input source directory
and return the list of deployable components for autodeployment.
Provide the list of deployable modules/application, depending upon the "type" entry
passed to getAllDeployableEntity(File autodeployDir, String type).
AutoDeployDirectoryScanner() - Constructor for class org.glassfish.deployment.autodeploy.AutoDeployDirectoryScanner
 
AutoDeployedFilesManager - Class in org.glassfish.deployment.autodeploy
Contains the status of list of files that have been autodeployed.
AutoDeployedFilesManager() - Constructor for class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager
 
AutoDeployedFilesManager(String) - Constructor for class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager
 
AutoDeployedFilesManager.UndeployRequestedFile - Class in org.glassfish.deployment.autodeploy
 
AutoDeployedFilesManager.UndeployRequestedFile(File, String) - Constructor for class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager.UndeployRequestedFile
 
AutoDeployedFilesManager.UndeployRequestedFile(String) - Constructor for class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager.UndeployRequestedFile
 
AutoDeployedFilesManager.UndeployRequestedFile(String, String) - Constructor for class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager.UndeployRequestedFile
 
AutoDeployedFilesManager.UndeployRequestedFile(URI) - Constructor for class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager.UndeployRequestedFile
 
AutoDeployedFilesManager.UndeployRequestedFile(File) - Constructor for class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager.UndeployRequestedFile
 
AutoDeployer - Class in org.glassfish.deployment.autodeploy
Handles the logic of deploying the module/app to the required destination.
The destination is specified on the constructor and can be modified by calling setTarget().
AutoDeployer(String, String, String, Habitat) - Constructor for class org.glassfish.deployment.autodeploy.AutoDeployer
Creates a new autodeployer.
AutoDeployer(String, String, String, boolean, boolean, boolean, boolean, boolean, Habitat) - Constructor for class org.glassfish.deployment.autodeploy.AutoDeployer
Creates a new instance of AutoDeployer
AutoDeployer(String, String, String, boolean, boolean, Habitat) - Constructor for class org.glassfish.deployment.autodeploy.AutoDeployer
 
AutoDeployer.AutodeploymentStatus - Enum in org.glassfish.deployment.autodeploy
 
AutoDeploymentException - Exception in org.glassfish.deployment.autodeploy
AutoDeploymentException
AutoDeploymentException() - Constructor for exception org.glassfish.deployment.autodeploy.AutoDeploymentException
constructor with no argument
AutoDeploymentException(String) - Constructor for exception org.glassfish.deployment.autodeploy.AutoDeploymentException
constructor with argument String
AutoDeploymentException(Throwable) - Constructor for exception org.glassfish.deployment.autodeploy.AutoDeploymentException
constructor with argument Throwable
AutoDeploymentException(String, Throwable) - Constructor for exception org.glassfish.deployment.autodeploy.AutoDeploymentException
constructor with argument String, Throwable
AutoDeploymentOperation - Class in org.glassfish.deployment.autodeploy
Performs a single auto-deployment operation for a single file.
AutoDeploymentOperation() - Constructor for class org.glassfish.deployment.autodeploy.AutoDeploymentOperation
 
AutodeployRetryManager - Class in org.glassfish.deployment.autodeploy
Manages retrying of autodeployed files in case a file is copied slowly.
AutodeployRetryManager() - Constructor for class org.glassfish.deployment.autodeploy.AutodeployRetryManager
 
AutoDeployService - Class in org.glassfish.deployment.autodeploy
A service wrapper around the autodeployer.
AutoDeployService() - Constructor for class org.glassfish.deployment.autodeploy.AutoDeployService
 
AutoOperation - Class in org.glassfish.deployment.autodeploy
Abstract class for operations the AutoDeployer can perform (currently deploy and undeploy).
AutoOperation() - Constructor for class org.glassfish.deployment.autodeploy.AutoOperation
 
AutoUndeploymentOperation - Class in org.glassfish.deployment.autodeploy
Performs a single auto-undeploy operation for a single file.
AutoUndeploymentOperation() - Constructor for class org.glassfish.deployment.autodeploy.AutoUndeploymentOperation
 

C

cancel(boolean) - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
set cancel flag, which will ensure that only if there is any current deployment is in process,
it will be completed but the deployer will not do any more deployment.
changed(PropertyChangeEvent[]) - Method in class org.glassfish.deployment.autodeploy.AutoDeployService
 

D

DEFAULT_AUTODEPLOY_DIR - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
Default autodeploy dir set to "autodeploy" relative to server root
DEFAULT_POLLING_INTERVAL - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
Default polling interval set to 2sec
deleteAllMarks(File) - Method in class org.glassfish.deployment.autodeploy.AutoOperation
Deletes all possible marker files for the file.
deleteDeployedFileInfo(File) - Method in class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager
 
deploy(File, File) - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
Deploy any type of module.
DEPLOY_FAILED - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
 
DEPLOY_FAILURE - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployer
 
DEPLOY_METHOD - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
common deploy action
DEPLOY_PENDING - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployer
 
DEPLOY_SUCCESS - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployer
 
DEPLOYED - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
Extension of file, after successful deployment
deployedEntity(File, File) - Method in class org.glassfish.deployment.autodeploy.AutoDeployDirectoryScanner
 
deployedEntity(File, File) - Method in interface org.glassfish.deployment.autodeploy.DirectoryScanner
 
deploymentDefaultMessage - Variable in enum org.glassfish.deployment.autodeploy.AutoDeployer.AutodeploymentStatus
 
deploymentMessageKey - Variable in enum org.glassfish.deployment.autodeploy.AutoDeployer.AutodeploymentStatus
 
DirectoryScanner - Interface in org.glassfish.deployment.autodeploy
Interface defining a method for filtering out deployable compenets.
disableRenameOnSuccess() - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
If an archive is successfully autodeployed, file will not be renamed to archive_deployed

E

enableRenameOnSuccess() - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
If an archive is successfully autodeployed will be renamed to archive_deployed
exitCode - Variable in enum org.glassfish.deployment.autodeploy.AutoDeployer.AutodeploymentStatus
 

F

forExitCode(ActionReport.ExitCode) - Static method in enum org.glassfish.deployment.autodeploy.AutoDeployer.AutodeploymentStatus
 

G

getAllDeployableModules(File, boolean) - Method in class org.glassfish.deployment.autodeploy.AutoDeployDirectoryScanner
Get the list of all deployable files
getAllDeployableModules(File, boolean) - Method in interface org.glassfish.deployment.autodeploy.DirectoryScanner
 
getAllFilesForUndeployment(File, boolean) - Method in class org.glassfish.deployment.autodeploy.AutoDeployDirectoryScanner
 
getAllFilesForUndeployment(File, boolean) - Method in interface org.glassfish.deployment.autodeploy.DirectoryScanner
 
getDeployedFile(File) - Method in class org.glassfish.deployment.autodeploy.AutoOperation
Returns a File object for the "deployed" marker file for a given file.
getDeployFailedFile(File) - Method in class org.glassfish.deployment.autodeploy.AutoOperation
Returns a File object for the "deploy failed" marker file for a given file.
getFilesForDeployment(File[]) - Method in class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager
Compare the list of files with the current status info and determine the files that need to be deployed
getFilesForUndeployment(File[]) - Method in class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager
Compare the list of files with the current status info and determine the apps that need to be undeployed.
getListOfFiles(File) - Method in class org.glassfish.deployment.autodeploy.AutoDeployDirectoryScanner
 
getListOfFiles(File, boolean) - Method in class org.glassfish.deployment.autodeploy.AutoDeployDirectoryScanner
 
getMessageString(AutoDeployer.AutodeploymentStatus, File) - Method in class org.glassfish.deployment.autodeploy.AutoDeploymentOperation
Returns the appropriate message string for the given operation and the outcome.
getMessageString(AutoDeployer.AutodeploymentStatus, File) - Method in class org.glassfish.deployment.autodeploy.AutoOperation
Returns the appropriate message string for the given operation and the outcome.
getMessageString(AutoDeployer.AutodeploymentStatus, File) - Method in class org.glassfish.deployment.autodeploy.AutoUndeploymentOperation
Returns the appropriate message string for the given operation and the outcome.
getUndeployedFile(File) - Method in class org.glassfish.deployment.autodeploy.AutoOperation
Returns a File object for the "undeployed" marker file for a given file.
getUndeployFailedFile(File) - Method in class org.glassfish.deployment.autodeploy.AutoOperation
Returns a File object for the "undeploy failed" marker file for a given file.

H

hasNewDeployableEntity(File) - Method in class org.glassfish.deployment.autodeploy.AutoDeployDirectoryScanner
return true if any new deployable entity is present in autodeployDir
hasNewDeployableEntity(File) - Method in interface org.glassfish.deployment.autodeploy.DirectoryScanner
 

I

init(boolean, File, boolean, String, boolean, boolean, boolean, String) - Method in class org.glassfish.deployment.autodeploy.AutoDeploymentOperation
Completes the initialization of the object.
init(File, String, String) - Method in class org.glassfish.deployment.autodeploy.AutoUndeploymentOperation
Completes the intialization of the object.
isCancelled() - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
get cancel flag value

L

loadStatus(File) - Static method in class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager
Create an instance from the persisted file in the specified directory.
loadStatus(String) - Static method in class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager
 

M

MARKER_FILE_SUFFIXES - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
 
markFiles(AutoDeployer.AutodeploymentStatus, File) - Method in class org.glassfish.deployment.autodeploy.AutoDeploymentOperation
Marks the files relevant to the specified file appropriately given the outcome of the command as given in the status.
markFiles(AutoDeployer.AutodeploymentStatus, File) - Method in class org.glassfish.deployment.autodeploy.AutoOperation
Marks the files relevant to the specified file appropriately given the outcome of the command as given in the status.
markFiles(AutoDeployer.AutodeploymentStatus, File) - Method in class org.glassfish.deployment.autodeploy.AutoUndeploymentOperation
Marks the files relevant to the specified file appropriately given the outcome of the command as given in the status.
MAX_TARDINESS - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
Max tardiness between schedule and actual execution of task.
MIN_POOLING_INTERVAL - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
Max tardiness between schedule and actual execution of task.

N

NOTDEPLOYED - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
Extension of file, if deployment fails

O

org.glassfish.deployment.autodeploy - package org.glassfish.deployment.autodeploy
 

P

PENDING - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
File type if it is being monitored due to slow growth
postConstruct() - Method in class org.glassfish.deployment.autodeploy.AutodeployRetryManager
 
postConstruct() - Method in class org.glassfish.deployment.autodeploy.AutoDeployService
 
preDestroy() - Method in class org.glassfish.deployment.autodeploy.AutoDeployService
 
printException(Exception) - Method in class org.glassfish.deployment.autodeploy.AutoDeployDirectoryScanner
 

R

run() - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
Run through the auto-deployment procedure.
run(boolean) - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
 

S

setDeployedFileInfo(File) - Method in class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager
Update the status of the file as deployed.
setDirectory(String) - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
Sets the directory to be scanned by the autodeployer.
setDirectoryScanner(DirectoryScanner) - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
set DirectoryScanner which will be used for filtering out deployeble component
setHabitat(Habitat) - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
Sets the habitat for use in creating DeployCommand and UndeployCommand instances.
setJspPreCompilation(boolean) - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
Set whether this AutoDeployer should precompile JSPs or not.
setJspPrecompilationEnabled(boolean) - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
Sets whether or not the precompileJSP option should be requested during autodeployments.
setTarget(String) - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
set target server where the autual deployment will be done
setVerifierEnabled(boolean) - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
Sets whether descriptor verification should be requested during autodeployments.
setVerify(boolean) - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
Set whether this AutoDeployer should verify or not.
STARTING_DELAY - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
Starting delay between AutoDeployTask activation and actual deployment.
statDir - Variable in class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager
 
status - Variable in enum org.glassfish.deployment.autodeploy.AutoDeployer.AutodeploymentStatus
 

U

UNDEPLOY_FAILED - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
 
UNDEPLOY_METHOD - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
common undeploy action
UNDEPLOY_REQUESTED - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
 
undeployAll(File, boolean) - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
do undeployment for all deleted applications in autoDeployDir dir.
UNDEPLOYED - Static variable in class org.glassfish.deployment.autodeploy.AutoDeployConstants
 
undeployedEntity(File, File) - Method in class org.glassfish.deployment.autodeploy.AutoDeployDirectoryScanner
 
undeployedEntity(File, File) - Method in interface org.glassfish.deployment.autodeploy.DirectoryScanner
 
undeploymentDefaultMessage - Variable in enum org.glassfish.deployment.autodeploy.AutoDeployer.AutodeploymentStatus
 
undeploymentMessageKey - Variable in enum org.glassfish.deployment.autodeploy.AutoDeployer.AutodeploymentStatus
 

V

valueOf(String) - Static method in enum org.glassfish.deployment.autodeploy.AutoDeployer.AutodeploymentStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.glassfish.deployment.autodeploy.AutoDeployer.AutodeploymentStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitUntilIdle() - Method in class org.glassfish.deployment.autodeploy.AutoDeployer
 
writeStatus() - Method in class org.glassfish.deployment.autodeploy.AutoDeployedFilesManager
 

A C D E F G H I L M N O P R S U V W

Copyright © 2012 GlassFish Community. All Rights Reserved.