com.softsynth.jmsl.net
Class JMSLNetActions

java.lang.Object
  extended by 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
static java.lang.String[] JMSLNetActionsNames
           
static int NO_ACTION
           
static int OK
           
static int POST_OBJECT
           
static int REQUEST_OBJECT
           
 
Constructor Summary
JMSLNetActions()
           
 
Method Summary
static java.lang.String toName(int code)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

JMSLNetActions

public JMSLNetActions()
Method Detail

toName

public static java.lang.String toName(int code)