|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.webconsole.internal.BaseManagementPlugin
org.apache.felix.webconsole.internal.system.ShutdownAction
public class ShutdownAction
Field Summary | |
---|---|
static java.lang.String |
NAME
|
Fields inherited from interface org.apache.felix.webconsole.Action |
---|
ATTR_REDIRECT_PARAMETERS, SERVICE |
Constructor Summary | |
---|---|
ShutdownAction()
|
Method Summary | |
---|---|
java.lang.String |
getLabel()
|
java.lang.String |
getName()
|
boolean |
performAction(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Performs the action the request data optionally sending a response to the HTTP Servlet Response. |
Methods inherited from class org.apache.felix.webconsole.internal.BaseManagementPlugin |
---|
getBundleContext, getLog, getPackageAdmin, getStartLevel, setBundleContext, setLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
Constructor Detail |
---|
public ShutdownAction()
Method Detail |
---|
public java.lang.String getName()
getName
in interface Action
public java.lang.String getLabel()
getLabel
in interface Action
public boolean performAction(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Action
performAction
in interface Action
true
the client should be redirected after the
action has been taken. false
if this method also
provided response to the client and nore more processing is
required.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |