public class ServerAdminCommandProvider extends Object implements org.eclipse.osgi.framework.console.CommandProvider
| Constructor and Description |
|---|
ServerAdminCommandProvider() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public void _restartCarbon(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreterException - If an error occurs while restartingpublic void _rcbn(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreterException - If an error occurs while restartingpublic void _shutdownCarbon(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreterException - If an error occurs while shutting downpublic void _scbn(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreterException - If an error occurs while shutting downpublic void _restartCarbonGracefully(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreterException - If an error occurs while restartingpublic void _rcbng(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreterException - If an error occurs while restartingpublic void _shutdownCarbonGracefully(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreterException - If an error occurs while shutting downpublic void _scbng(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreterException - If an error occurs while shutting downpublic void _startCarbonMaintenance(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreterException - If an error occurred while switching to maintenace modepublic void _scbnm(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreterException - If an error occurred while switching to maintenace modepublic void _endCarbonMaintenance(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreterException - If an error occurred while switching to normal modepublic void _ecbnm(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreterException - If an error occurred while switching to normal modepublic void _listAdminServices(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreterException - If an error occurred while listing admin servicespublic void _listSystemServicesInfo(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
Exceptionpublic void _dumpAdminServices(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
Exceptionpublic void _listHiddenServices(org.eclipse.osgi.framework.console.CommandInterpreter ci)
throws Exception
ci - CommandInterpreterException - If an error occurred while listing hidden servicespublic String getHelp()
getHelp in interface org.eclipse.osgi.framework.console.CommandProviderCopyright © 2018 WSO2 Inc. All rights reserved.