|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.glassfish.deployment.autodeploy.AutoOperation
org.glassfish.deployment.autodeploy.AutoUndeploymentOperation
@Service @Scoped(value=org.jvnet.hk2.component.PerLookup.class) public class AutoUndeploymentOperation
Performs a single auto-undeploy operation for a single file.
Note - Use the newInstance static method to obtain a fully-injected operation; it is safer and more convenient than using the no-arg constructor and then invoking init yourself.
| Constructor Summary | |
|---|---|
AutoUndeploymentOperation()
|
|
| Method Summary | |
|---|---|
protected java.lang.String |
getMessageString(AutoDeployer.AutodeploymentStatus ds,
java.io.File file)
Returns the appropriate message string for the given operation and the outcome. |
protected AutoUndeploymentOperation |
init(java.io.File appFile,
java.lang.String name,
java.lang.String target)
Completes the intialization of the object. |
protected void |
markFiles(AutoDeployer.AutodeploymentStatus ds,
java.io.File file)
Marks the files relevant to the specified file appropriately given the outcome of the command as given in the status. |
| Methods inherited from class org.glassfish.deployment.autodeploy.AutoOperation |
|---|
deleteAllMarks, getDeployedFile, getDeployFailedFile, getUndeployedFile, getUndeployFailedFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AutoUndeploymentOperation()
| Method Detail |
|---|
protected AutoUndeploymentOperation init(java.io.File appFile,
java.lang.String name,
java.lang.String target)
appFile - name - target -
protected java.lang.String getMessageString(AutoDeployer.AutodeploymentStatus ds,
java.io.File file)
getMessageString in class AutoOperationds - AutodeploymentStatus value giving the outcome of the operationfile - file of interest
protected void markFiles(AutoDeployer.AutodeploymentStatus ds,
java.io.File file)
markFiles in class AutoOperationds - AutodeploymentStatus indicating the outcome of the operationfile - file of interest
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||