com.ibm.websphere.wim.pluginmanager.context

Interface NotificationListContext

    • Method Detail

      • getSubscriberExecuteContext

        java.util.List getSubscriberExecuteContext()
        Returns the value of the 'Subscriber Execute Context' containment reference list. The list contents are of type NotificationSubscriberContext.

        If the meaning of the 'Subscriber Execute Context' containment reference list isn't clear, there really should be more of a description here...

        See Also:
        ContextPackage.getNotificationListContext_SubscriberExecuteContext()
        Model:
        type="com.ibm.websphere.wim.pluginmanager.context.NotificationSubscriberContext" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Subscriber Execute Context' containment reference list.
      • getSubscriberExecuteContextAsArray

        NotificationSubscriberContext[] getSubscriberExecuteContextAsArray()
        Returns the array value of the 'Subscriber Execute Context' containment reference list.

        If the meaning of the 'Subscriber Execute Context' containment reference list isn't clear, there really should be more of a description here...

        See Also:
        ContextPackage.getNotificationListContext_SubscriberExecuteContext()
        Generated:
        Return:
        the array value of the 'Subscriber Execute Context' containment reference list.
      • createSubscriberExecuteContext

        NotificationSubscriberContext createSubscriberExecuteContext()
        This method will return a new NotificationSubscriberContext object that is contained by this object. This is equivalent to calling createDataObject("subscriberExecuteContext").
        Generated:
        Return:
        NotificationSubscriberContext