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


public interface SubscriberExecContext

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

The following features are supported:

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

Method Summary
 java.lang.String getExceptionMsg()
          Returns the value of the 'Exception Msg' attribute.
 java.lang.String getReasonCode()
          Returns the value of the 'Reason Code' attribute.
 java.lang.String getReasonString()
          Returns the value of the 'Reason String' attribute.
 SubscriberExecStatus getStatus()
          Returns the value of the 'Status' attribute.
 boolean isSetStatus()
          Returns whether the value of the 'Status' attribute is set.
 void setExceptionMsg(java.lang.String value)
          Sets the value of the 'Exception Msg' attribute.
 void setReasonCode(java.lang.String value)
          Sets the value of the 'Reason Code' attribute.
 void setReasonString(java.lang.String value)
          Sets the value of the 'Reason String' attribute.
 void setStatus(SubscriberExecStatus value)
          Sets the value of the 'Status' attribute.
 void unsetStatus()
          Unsets the value of the 'Status' attribute.
 

Method Detail

getStatus

SubscriberExecStatus getStatus()
Returns the value of the 'Status' attribute. The default value is "SUCCESS". The literals are from the enumeration SubscriberExecStatus.

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

See Also:
SubscriberExecStatus, isSetStatus(), unsetStatus(), setStatus(SubscriberExecStatus), ContextPackage.getSubscriberExecContext_Status()
Model:
default="SUCCESS" unique="false" unsettable="true" required="true"
Generated:
Return:
the value of the 'Status' attribute.

setStatus

void setStatus(SubscriberExecStatus value)
Sets the value of the 'Status' attribute.

Parameters:
value - the new value of the 'Status' attribute.
See Also:
SubscriberExecStatus, isSetStatus(), unsetStatus(), getStatus()
Generated:

unsetStatus

void unsetStatus()
Unsets the value of the 'Status' attribute.

See Also:
isSetStatus(), getStatus(), setStatus(SubscriberExecStatus)
Generated:

isSetStatus

boolean isSetStatus()
Returns whether the value of the 'Status' attribute is set.

See Also:
unsetStatus(), getStatus(), setStatus(SubscriberExecStatus)
Generated:
Return:
whether the value of the 'Status' attribute is set.

getReasonCode

java.lang.String getReasonCode()
Returns the value of the 'Reason Code' attribute.

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

See Also:
setReasonCode(String), ContextPackage.getSubscriberExecContext_ReasonCode()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
Generated:
Return:
the value of the 'Reason Code' attribute.

setReasonCode

void setReasonCode(java.lang.String value)
Sets the value of the 'Reason Code' attribute.

Parameters:
value - the new value of the 'Reason Code' attribute.
See Also:
getReasonCode()
Generated:

getReasonString

java.lang.String getReasonString()
Returns the value of the 'Reason String' attribute.

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

See Also:
setReasonString(String), ContextPackage.getSubscriberExecContext_ReasonString()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
Generated:
Return:
the value of the 'Reason String' attribute.

setReasonString

void setReasonString(java.lang.String value)
Sets the value of the 'Reason String' attribute.

Parameters:
value - the new value of the 'Reason String' attribute.
See Also:
getReasonString()
Generated:

getExceptionMsg

java.lang.String getExceptionMsg()
Returns the value of the 'Exception Msg' attribute.

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

See Also:
setExceptionMsg(String), ContextPackage.getSubscriberExecContext_ExceptionMsg()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
Generated:
Return:
the value of the 'Exception Msg' attribute.

setExceptionMsg

void setExceptionMsg(java.lang.String value)
Sets the value of the 'Exception Msg' attribute.

Parameters:
value - the new value of the 'Exception Msg' attribute.
See Also:
getExceptionMsg()
Generated: