public class ArStatusInfo extends ArrayList<StatusInfo>
| Constructor and Description |
|---|
ArStatusInfo() |
ArStatusInfo(com.bmc.arsys.arrpc.xdr.ArRpcStatusList statusList) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.bmc.arsys.arrpc.xdr.ArRpcStatusList statusList)
add error if they are not already in the list
|
void |
add(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut result)
add status from the result if they are not already in the list
|
boolean |
contains(int msgNum)
Returns true if this list contains the specified element.
|
int |
getMessageType() |
boolean |
hasError() |
boolean |
hasWarning() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringcontainsAll, equals, hashCodeparallelStream, streampublic ArStatusInfo()
public ArStatusInfo(com.bmc.arsys.arrpc.xdr.ArRpcStatusList statusList)
public void add(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut result)
statusList - public void add(com.bmc.arsys.arrpc.xdr.ArRpcStatusList statusList)
statusList - public boolean contains(int msgNum)
msgNum - element whose presence in this List is to be tested.true if the specified element is present;
false otherwise.public int getMessageType()
public boolean hasError()
public boolean hasWarning()
? Copyright 2013 BMC Software, Inc.