|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.jbi.management.task.AbstractLoggableTask
org.ow2.petals.jbi.management.task.installation.uninstall.component.UnregisterComponentFromSLTask
public class UnregisterComponentFromSLTask
Unregister the component from its Shared Libraries.
| Field Summary |
|---|
| Fields inherited from class org.ow2.petals.jbi.management.task.AbstractLoggableTask |
|---|
log |
| Constructor Summary | |
|---|---|
UnregisterComponentFromSLTask(org.ow2.petals.util.LoggingUtil log,
AdminService adminService)
|
|
| Method Summary | |
|---|---|
void |
execute(Context context)
Launch the task with the given context. |
void |
undo(Context context)
Reverse the task in order to retrieve the environ state before execution of this task. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnregisterComponentFromSLTask(org.ow2.petals.util.LoggingUtil log,
AdminService adminService)
| Method Detail |
|---|
public void execute(Context context)
throws java.lang.Exception
Task
context - the execution context handling input and output information
java.lang.Exception - if an error occurs during Task processing
public void undo(Context context)
throws java.lang.Exception
Task
context - the execution context handling input and output information
java.lang.Exception - if an error occurs during Task unprocessing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||