org.apache.aries.subsystem.core.internal
Class AbstractAction
java.lang.Object
org.apache.aries.subsystem.core.internal.AbstractAction
- All Implemented Interfaces:
- PrivilegedAction<Object>
- Direct Known Subclasses:
- StartAction, StopAction, UninstallAction
public abstract class AbstractAction
- extends Object
- implements PrivilegedAction<Object>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
disableRootCheck
protected final boolean disableRootCheck
requestor
protected final BasicSubsystem requestor
target
protected final BasicSubsystem target
AbstractAction
public AbstractAction(BasicSubsystem requestor,
BasicSubsystem target,
boolean disableRootCheck)
checkRoot
protected void checkRoot()
checkValid
protected void checkValid()
waitForStateChange
protected void waitForStateChange()
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.