return;
case RequestMethodConstants.STOP_REQUEST_Quit:
case RequestMethodConstants.STOP_REQUEST_quit:
case RequestMethodConstants.STOP_REQUEST_Stop:
case RequestMethodConstants.STOP_REQUEST_stop:
Server server = SystemInstance.get().getComponent(Server.class);
if (null != server) {
server.stop();
}
break;
default:
//If this turns up in the logs then it is time to take action
Logger.getInstance(LogCategory.OPENEJB_SERVER, AdminDaemon.class).warning("Invalid Server Socket request: " + requestType);