public class ListQSYSOPRMessages
extends java.lang.Object
| Constructor and Description | 
|---|
| ListQSYSOPRMessages() | 
| Modifier and Type | Method and Description | 
|---|---|
| MessageInfo[] | getMessages(CommandConnection conn)Returns an array of messages, sorted by time, the way DSPMSG does. | 
| void | getMessages(CommandConnection conn,
           MessageInfoListener miListener) | 
public MessageInfo[] getMessages(CommandConnection conn) throws java.io.IOException
conn - The connection to use.java.io.IOExceptionpublic void getMessages(CommandConnection conn, MessageInfoListener miListener) throws java.io.IOException
java.io.IOException