27282930313233
private final Logger log = LoggerFactory.getLogger(getClass()); protected Object doExecute() throws Exception { log.info("Disconnecting from current session..."); throw new CloseShellException(); }