|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wso2.carbon.server.admin.internal.ServerAdminCommandProvider
public class ServerAdminCommandProvider
Equinox console commands for Server Administration
| Constructor Summary | |
|---|---|
ServerAdminCommandProvider()
|
|
| Method Summary | |
|---|---|
void |
_dumpAdminServices(org.eclipse.osgi.framework.console.CommandInterpreter ci)
|
void |
_ecbnm(org.eclipse.osgi.framework.console.CommandInterpreter ci)
Method to change the state of a node from "maintenance" to "normal" |
void |
_endCarbonMaintenance(org.eclipse.osgi.framework.console.CommandInterpreter ci)
Method to change the state of a node from "maintenance" to "normal" |
void |
_listAdminServices(org.eclipse.osgi.framework.console.CommandInterpreter ci)
List Admin Services deployed on this server |
void |
_listHiddenServices(org.eclipse.osgi.framework.console.CommandInterpreter ci)
List Hidden Services deployed on this server |
void |
_listSystemServicesInfo(org.eclipse.osgi.framework.console.CommandInterpreter ci)
|
void |
_rcbn(org.eclipse.osgi.framework.console.CommandInterpreter ci)
Forcefully restart this Carbon instance |
void |
_rcbng(org.eclipse.osgi.framework.console.CommandInterpreter ci)
Gracefully restart this Carbon instance. |
void |
_restartCarbon(org.eclipse.osgi.framework.console.CommandInterpreter ci)
Forcefully restart this Carbon instance |
void |
_restartCarbonGracefully(org.eclipse.osgi.framework.console.CommandInterpreter ci)
Gracefully restart this Carbon instance. |
void |
_scbn(org.eclipse.osgi.framework.console.CommandInterpreter ci)
Forcefully shutdown this Carbon instance |
void |
_scbng(org.eclipse.osgi.framework.console.CommandInterpreter ci)
Gracefully shutdown this Carbon instance All client connections will be served before shutting down the server |
void |
_scbnm(org.eclipse.osgi.framework.console.CommandInterpreter ci)
Method to switch a node to maintenance mode. |
void |
_shutdownCarbon(org.eclipse.osgi.framework.console.CommandInterpreter ci)
Forcefully shutdown this Carbon instance |
void |
_shutdownCarbonGracefully(org.eclipse.osgi.framework.console.CommandInterpreter ci)
Gracefully shutdown this Carbon instance All client connections will be served before shutting down the server |
void |
_startCarbonMaintenance(org.eclipse.osgi.framework.console.CommandInterpreter ci)
Method to switch a node to maintenance mode. |
String |
getHelp()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerAdminCommandProvider()
| Method Detail |
|---|
public void _restartCarbon(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreter
Exception - If an error occurs while restarting
public void _rcbn(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreter
Exception - If an error occurs while restarting
public void _shutdownCarbon(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreter
Exception - If an error occurs while shutting down
public void _scbn(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreter
Exception - If an error occurs while shutting down
public void _restartCarbonGracefully(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreter
Exception - If an error occurs while restarting
public void _rcbng(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreter
Exception - If an error occurs while restarting
public void _shutdownCarbonGracefully(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreter
Exception - If an error occurs while shutting down
public void _scbng(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreter
Exception - If an error occurs while shutting down
public void _startCarbonMaintenance(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreter
Exception - If an error occurred while switching to maintenace mode
public void _scbnm(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreter
Exception - If an error occurred while switching to maintenace mode
public void _endCarbonMaintenance(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreter
Exception - If an error occurred while switching to normal mode
public void _ecbnm(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreter
Exception - If an error occurred while switching to normal mode
public void _listAdminServices(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreter
Exception - If an error occurred while listing admin services
public void _listSystemServicesInfo(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
Exception
public void _dumpAdminServices(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
Exception
public void _listHiddenServices(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreter
Exception - If an error occurred while listing hidden servicespublic String getHelp()
getHelp in interface org.eclipse.osgi.framework.console.CommandProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||