Interface Operator.SharedObjectManager

    • Method Detail

      • getSharedObject

        Operator.SharedObject getSharedObject​(Object key)
        get the SharedObject from this Container.
        Parameters:
        key - Object key
        Returns:
        the SharedObject associated with this key on this Container or null if there was no mapping
        See Also:
        Operator.SharedObject
      • removeSharedObject

        Operator.SharedObject removeSharedObject​(Object key)
        Remove the SharedObject from this Container. Once removed from this Container the user is responsible for state management of the SharedObject.
        Parameters:
        key - Object key
        Returns:
        the SharedObject associated with this key on this Container or null if there was no mapping
        See Also:
        Operator.SharedObject