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


public interface NotificationSubscriberContext

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

The following features are supported:

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

Method Summary
 SubscriberExecContext createExecuteContext()
          This method will return a new SubscriberExecContext object that is contained by this object.
 SubscriberExecContext getExecuteContext()
          Returns the value of the 'Execute Context' containment reference.
 java.lang.String getSubscriberName()
          Returns the value of the 'Subscriber Name' attribute.
 void setExecuteContext(SubscriberExecContext value)
          Sets the value of the 'Execute Context' containment reference.
 void setSubscriberName(java.lang.String value)
          Sets the value of the 'Subscriber Name' attribute.
 

Method Detail

getExecuteContext

SubscriberExecContext getExecuteContext()
Returns the value of the 'Execute Context' containment reference.

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

See Also:
setExecuteContext(SubscriberExecContext), ContextPackage.getNotificationSubscriberContext_ExecuteContext()
Model:
containment="true" resolveProxies="false" required="true"
Generated:
Return:
the value of the 'Execute Context' containment reference.

setExecuteContext

void setExecuteContext(SubscriberExecContext value)
Sets the value of the 'Execute Context' containment reference.

Parameters:
value - the new value of the 'Execute Context' containment reference.
See Also:
getExecuteContext()
Generated:

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: