| Constructor and Description |
|---|
TransactionStateChange(OpCode kind,
String contextPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(BatchVisitor visitor)
Perform an operation in acceptor-visitor pattern.
|
String |
getContextPath() |
String |
toString() |
void |
uninstall(List<Change> operations)
|
getBatchCompletedAction, getContextModels, getKind, registerBatchCompletedActionpublic void accept(BatchVisitor visitor)
Changepublic void uninstall(List<Change> operations)
ChangeChange may be reversed, which is handy when rolling back existing Batch. A single
change may be a no-op during uninstallation (like for example welcome files), but also may consist of
more uninstallation changes - like OsgiContextModelChange which has to follow unregistrations of
dynamic servlets/filters/listeners.public String getContextPath()
Copyright © 2006–2024 OPS4J - Open Participation Software for Java. All rights reserved.