Package com.softsynth.jmsl.net
Class JMSLNetActions
java.lang.Object
com.softsynth.jmsl.net.JMSLNetActions
public class JMSLNetActions
extends java.lang.Object
Constants representing actions sent to a URL that recognizes JMSL
Experimental, barely tested. May disappear in future versions.
- Author:
- Nick Didkovsky, copyright 1999 Nick Didkovsky, all rights reserved
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
JMSLNetActionsNames
static int
NO_ACTION
static int
OK
static int
POST_OBJECT
static int
REQUEST_OBJECT
-
Constructor Summary
Constructors Constructor Description JMSLNetActions()
-
Method Summary
Modifier and Type Method Description static java.lang.String
toName(int code)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NO_ACTION
public static final int NO_ACTION- See Also:
- Constant Field Values
-
REQUEST_OBJECT
public static final int REQUEST_OBJECT- See Also:
- Constant Field Values
-
POST_OBJECT
public static final int POST_OBJECT- See Also:
- Constant Field Values
-
OK
public static final int OK- See Also:
- Constant Field Values
-
JMSLNetActionsNames
public static final java.lang.String[] JMSLNetActionsNames
-
-
Constructor Details
-
JMSLNetActions
public JMSLNetActions()
-
-
Method Details
-
toName
public static java.lang.String toName(int code)
-