Class InterestOperationContext

    • Constructor Detail

      • InterestOperationContext

        public InterestOperationContext​(java.lang.Object key,
                                        InterestType interestType)
        Deprecated.
        Constructor for the register interest operation.
        Parameters:
        key - the key or list of keys being registered/unregistered
        interestType - the InterestType of the register request
    • Method Detail

      • isPostOperation

        public boolean isPostOperation()
        Deprecated.
        True if the context is for post-operation.
        Specified by:
        isPostOperation in class OperationContext
        Returns:
        whether the context is for post-operation
      • getKey

        public java.lang.Object getKey()
        Deprecated.
        Get the key for this register/unregister interest operation.
        Returns:
        the key to be registered/unregistered.
      • setKey

        public void setKey​(java.lang.Object key)
        Deprecated.
        Set the key for this register/unregister interest operation.
        Parameters:
        key - the new key
      • getInterestType

        public InterestType getInterestType()
        Deprecated.
        Get the InterestType of this register/unregister operation.
        Returns:
        the InterestType of this request.