Class Base.InvokeCommands

  • Enclosing class:
    Base

    public static class Base.InvokeCommands
    extends java.lang.Object
    Invoke commands.
    • Constructor Summary

      Constructors 
      Constructor Description
      InvokeCommands()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOAD

        public static final ExtUUID LOAD
        Loads extension instance. Extension should configure its information within the context during this command. No operation that may fail or change system state should be carried out at this stage.
      • INITIALIZE

        public static final ExtUUID INITIALIZE
        Initialize extension instance. Extension should initialize the extension based on the configuration.
      • TERMINATE

        public static final ExtUUID TERMINATE
        Terminate extension instance.
    • Constructor Detail

      • InvokeCommands

        public InvokeCommands()