Class Commands
- java.lang.Object
-
- com.levigo.jadice.server.msoffice.Commands
-
public final class Commands extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEBUG
static String
EXCEPTION
static String
FINISHED
static String
FIRST_EXPORT_PAGE
static String
INFO
static String
LAST_EXPORT_PAGE
static String
LOAD
static char
MESSAGE_END
static String
PARAM_START
static String
PING
static String
PONG
static String
PROCESS_ID
static String
QUIT
static String
RESULT
static String
START
static String
TARGET_MIME_TYPE
static String
WARNING
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
sendMessage(String msg, OutputStream channel)
static void
sendMessage(String msg, String param, OutputStream channel)
static String
stripMessage(String message)
static String
unstripMessage(String message)
-
-
-
Field Detail
-
LOAD
public static final String LOAD
- See Also:
- Constant Field Values
-
TARGET_MIME_TYPE
public static final String TARGET_MIME_TYPE
- See Also:
- Constant Field Values
-
START
public static final String START
- See Also:
- Constant Field Values
-
QUIT
public static final String QUIT
- See Also:
- Constant Field Values
-
RESULT
public static final String RESULT
- See Also:
- Constant Field Values
-
FINISHED
public static final String FINISHED
- See Also:
- Constant Field Values
-
PING
public static final String PING
- See Also:
- Constant Field Values
-
PONG
public static final String PONG
- See Also:
- Constant Field Values
-
INFO
public static final String INFO
- See Also:
- Constant Field Values
-
WARNING
public static final String WARNING
- See Also:
- Constant Field Values
-
EXCEPTION
public static final String EXCEPTION
- See Also:
- Constant Field Values
-
PROCESS_ID
public static final String PROCESS_ID
- See Also:
- Constant Field Values
-
PARAM_START
public static final String PARAM_START
- See Also:
- Constant Field Values
-
MESSAGE_END
public static final char MESSAGE_END
- See Also:
- Constant Field Values
-
DEBUG
public static final String DEBUG
- See Also:
- Constant Field Values
-
FIRST_EXPORT_PAGE
public static final String FIRST_EXPORT_PAGE
- See Also:
- Constant Field Values
-
LAST_EXPORT_PAGE
public static final String LAST_EXPORT_PAGE
- See Also:
- Constant Field Values
-
-
Method Detail
-
sendMessage
public static final void sendMessage(String msg, String param, OutputStream channel) throws IOException
- Throws:
IOException
-
sendMessage
public static final void sendMessage(String msg, OutputStream channel) throws IOException
- Throws:
IOException
-
-