com.ibm.streams.management
Interface OperationStatusMessage
-
public interface OperationStatusMessageOperationStatusMessage contains message information about the status of an operation performed on a Streams managed bean.- See Also:
OperationListenerMXBean
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface and Description static classOperationStatusMessage.DetailLevelEnumeration to identify the detail level of the message.
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringIBM_COPYRIGHT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description OperationStatusMessage.DetailLevelgetDetailLevel()Returns the message detail level.java.lang.StringgetMessage()Returns the message text.OperationListenerMXBean.StatusgetStatus()Returns the status type of the message.
-
-
-
Field Detail
-
IBM_COPYRIGHT
static final java.lang.String IBM_COPYRIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStatus
OperationListenerMXBean.Status getStatus()
Returns the status type of the message.- Returns:
- the message status type.
-
getMessage
java.lang.String getMessage()
Returns the message text.- Returns:
- the message text. Explanations and user responses can be found for numbered Streams messages in the product documentation at http://www.ibm.com/support/knowledgecenter/SSCRJU_4.0.1/com.ibm.streams.msg.doc/doc/parentcontainer.html
-
getDetailLevel
OperationStatusMessage.DetailLevel getDetailLevel()
Returns the message detail level.- Returns:
- the message detail level.
-
-