public class ListJobLogMessages
extends java.lang.Object
Constructor and Description |
---|
ListJobLogMessages() |
Modifier and Type | Method and Description |
---|---|
MessageInfo[] |
getMessages(CommandConnection conn,
JobInfo job)
Returns an array of messages, sorted by time, the way DSPJOBLOG does.
|
public MessageInfo[] getMessages(CommandConnection conn, JobInfo job) throws java.io.IOException
conn
- The connection to use.job
- The job from which to retrieve log messages.java.io.IOException