com.ibm.websphere.wim.pluginmanager.context
Interface NotificationListContext


public interface NotificationListContext

A representation of the model object 'Notification List Context'.

The following features are supported:

See Also:
ContextPackage.getNotificationListContext()
Model:
Generated:

Method Summary
 NotificationSubscriberContext createSubscriberExecuteContext()
          This method will return a new NotificationSubscriberContext object that is contained by this object.
 java.util.List getSubscriberExecuteContext()
          Returns the value of the 'Subscriber Execute Context' containment reference list.
 NotificationSubscriberContext[] getSubscriberExecuteContextAsArray()
          Returns the array value of the 'Subscriber Execute Context' containment reference list.
 

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