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

  • Constructor Details

    • JMSLNetActions

      public JMSLNetActions()
  • Method Details

    • toName

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