001 package org.crsh.shell.impl.remoting; 002 003 /** @author <a href="mailto:julien.viet@exoplatform.com">Julien Viet</a> */ 004 public enum ClientMessage { 005 006 007 GET_WELCOME, 008 009 GET_PROMPT, 010 011 GET_COMPLETION, 012 013 EXECUTE, 014 015 CANCEL, 016 017 CLOSE 018 019 }