Class ContextStopChange
- java.lang.Object
-
- org.ops4j.pax.web.service.spi.task.Change
-
- org.ops4j.pax.web.service.spi.task.ContextStopChange
-
public class ContextStopChange extends Change
Explicit order to stop the context.
-
-
Constructor Summary
Constructors Constructor Description ContextStopChange(OpCode op, String contextPath)
ContextStopChange(OpCode op, OsgiContextModel osgiContextModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(BatchVisitor visitor)
Perform an operation in acceptor-visitor pattern.String
getContextPath()
OsgiContextModel
getOsgiContextModel()
-
Methods inherited from class org.ops4j.pax.web.service.spi.task.Change
getBatchCompletedAction, getContextModels, getKind, registerBatchCompletedAction, uninstall
-
-
-
-
Constructor Detail
-
ContextStopChange
public ContextStopChange(OpCode op, OsgiContextModel osgiContextModel)
-
-
Method Detail
-
accept
public void accept(BatchVisitor visitor)
Description copied from class:Change
Perform an operation in acceptor-visitor pattern.
-
getContextPath
public String getContextPath()
-
getOsgiContextModel
public OsgiContextModel getOsgiContextModel()
-
-