|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.Action com.bmc.arsys.api.FilterMessageAction
public class FilterMessageAction
The FilterStatusInfo
class returns the type of filter message error
generated by a function call.
Constructor Summary | |
---|---|
FilterMessageAction()
constructor |
|
FilterMessageAction(int messageType,
int messageNum,
String messageText)
Constructs a new FilterStatusInfo object
with the following parameters: |
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(Object obj)
Use this method for checking equality. |
int |
getMessageNum()
Returns number associated with the message in Message filter action. |
String |
getMessageText()
Returns text of Message filter action corresponding to message number. |
int |
getMessageType()
|
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setMessageNum(int messageNum)
Sets number associated with the message in Message filter action. |
void |
setMessageText(String messageText)
Sets message text for Message filter action. |
void |
setMessageType(int messageType)
Sets type of Message filter action. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.Action |
---|
equals, getActionType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FilterMessageAction()
public FilterMessageAction(int messageType, int messageNum, String messageText)
FilterStatusInfo
object
with the following parameters:
messageType
- Type of Message filter actionmessageNum
- Number of Message filter actionmessageText
- Text of Message filter actionMethod Detail |
---|
public int getMessageType()
AR_RETURN_OK
indicates operation is successful-status may contain one or
more informational messages.
AR_RETURN_WARNING
indicates operation is successful but some problems encountered-status may contain one or
more warning messages and may also contain information messages.
AR_RETURN_ERROR
indicates operation failed-status may contain one or
more error messages and may also contain warning or informational messages.
AR_RETURN_FATAL
indicates operation failed-status may contain one or
more messages.
AR_RETURN_BAD_STATUS
indicates invalid status parameter-operation cancelled.
public void setMessageType(int messageType)
getMessageType()
for possible values.
public int getMessageNum()
public void setMessageNum(int messageNum)
public String getMessageText()
public void setMessageText(String messageText)
public Object clone() throws CloneNotSupportedException
clone
in class Action
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Action
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Action
public String toString()
Action
toString
in class Action
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |