com.ibm.websphere.wim.pluginmanager.context

Interface NotificationSubscriberContext

    • Method Detail

      • createExecuteContext

        SubscriberExecContext createExecuteContext()
        This method will return a new SubscriberExecContext object that is contained by this object. This is equivalent to calling createDataObject("executeContext").
        Generated:
        Return:
        SubscriberExecContext
      • getSubscriberName

        java.lang.String getSubscriberName()
        Returns the value of the 'Subscriber Name' attribute.

        If the meaning of the 'Subscriber Name' attribute isn't clear, there really should be more of a description here...

        See Also:
        setSubscriberName(String), ContextPackage.getNotificationSubscriberContext_SubscriberName()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
        Generated:
        Return:
        the value of the 'Subscriber Name' attribute.
      • setSubscriberName

        void setSubscriberName(java.lang.String value)
        Sets the value of the 'Subscriber Name' attribute.
        Parameters:
        value - the new value of the 'Subscriber Name' attribute.
        See Also:
        getSubscriberName()
        Generated: