Class Base.InvokeResult

  • Enclosing class:
    Base

    public static class Base.InvokeResult
    extends java.lang.Object
    Invoke result.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int FAILED
      Command failed.
      static int SUCCESS
      Success.
      static int UNSUPPORTED
      Invoke command is unsupported.
    • Constructor Summary

      Constructors 
      Constructor Description
      InvokeResult()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait