com.novell.zos.grid
Interface Message.ClientResponseMessage

All Superinterfaces:
Cloneable, Message, Serializable
All Known Subinterfaces:
Message.Ack, Message.AuthFailure, Message.GridObjects, Message.JobInfo, Message.Jobs, Message.JobStatus, Message.LogoutAck, Message.RunningJobs
Enclosing interface:
Message

public static interface Message.ClientResponseMessage
extends Message

All messages that can optionally carry an error string back to the client extend this.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.novell.zos.grid.Message
Message.Ack, Message.AuthFailure, Message.ClientResponseMessage, Message.Event, Message.GetGridObjects, Message.GridObjects, Message.JobAccepted, Message.JobError, Message.JobFinished, Message.JobIdEvent, Message.JobInfo, Message.Jobs, Message.JobStarted, Message.JobStatus, Message.LoginFailed, Message.LoginSuccess, Message.LogoutAck, Message.NeedUpgrade, Message.RunningJobs, Message.ServerStatus, Message.SessionAck, Message.SessionChallenge, Message.SessionResponse, Message.SessionStatus
 
Field Summary
 
Fields inherited from interface com.novell.zos.grid.Message
ACK, AUTH_FAILURE, COMPLETE, EVENT, GET_GRID_OBJECTS, GRID_OBJECTS, JOB_ACCEPTED, JOB_ERROR, JOB_FINISHED, JOB_INFO, JOB_STARTED, JOB_STATUS, JOB_STATUS_DETAIL, JOBS, LOGIN_FAILED, LOGIN_SUCCESS, LOGOUT_ACK, NEED_UPGRADE, RUN_JOB2, RUNNING_JOBS, SERVER_STATUS, SESSION_ACK, SESSION_CHALLENGE, SESSION_RESPONSE, SESSION_STATUS
 
Method Summary
 String getError()
          Retrieve error message (if any).
 
Methods inherited from interface com.novell.zos.grid.Message
getCreationTime, getSource, getType, getTypeString
 

Method Detail

getError

String getError()
Retrieve error message (if any).

Returns:
Error message. null if no error occurred.


Copyright 2008 Novell, Inc. All Rights Reserved.