Package org.ovirt.engine.api.extensions
Class Base.InvokeCommands
java.lang.Object
org.ovirt.engine.api.extensions.Base.InvokeCommands
- Enclosing class:
Base
Invoke commands.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
Initialize extension instance. Extension should initialize the extension based on the configuration. -
TERMINATE
Terminate extension instance.
-
-
Constructor Details
-
InvokeCommands
public InvokeCommands()
-