org.apache.aries.subsystem.core.internal
Class StopAction

java.lang.Object
  extended by org.apache.aries.subsystem.core.internal.AbstractAction
      extended by org.apache.aries.subsystem.core.internal.StopAction
All Implemented Interfaces:
PrivilegedAction<Object>

public class StopAction
extends AbstractAction


Field Summary
 
Fields inherited from class org.apache.aries.subsystem.core.internal.AbstractAction
disableRootCheck, requestor, target
 
Constructor Summary
StopAction(BasicSubsystem requestor, BasicSubsystem target, boolean disableRootCheck)
           
 
Method Summary
 Object run()
           
 
Methods inherited from class org.apache.aries.subsystem.core.internal.AbstractAction
checkRoot, checkValid, waitForStateChange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopAction

public StopAction(BasicSubsystem requestor,
                  BasicSubsystem target,
                  boolean disableRootCheck)
Method Detail

run

public Object run()


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.