Interface Operator.SharedObject

Enclosing class:
Operator

public static interface Operator.SharedObject
A SharedObject is an object that can be shared between Operators within a Container. Each SharedObject must implement the given interface so that it can be properly managed by the Container.
Since:
7.1 initial release
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    The state of the SharedObject
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Resume the SharedObject.
    void
    Shutdown the SharedObject.
    void
    Start the SharedObject.
    void
    Suspend the SharedObject.
  • Method Details