com.novell.zos.grid
Interface Message.LoginFailed

All Superinterfaces:
Cloneable, Message, Serializable
Enclosing interface:
Message

public static interface Message.LoginFailed
extends Message

Response message for an unsuccessful login


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
static int REASON_ACCOUNT_DISABLED
           
static int REASON_AUTHENTICATION
           
static int REASON_BAD_TYPE
           
static int REASON_DUPLICATE
           
static int REASON_LICENSE
           
static int REASON_SUBTYPE_MISMATCH
           
static int REASON_TOOBUSY
           
static int REASON_UNKNOWN
           
static String[] reasonString
           
 
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
 int getReason()
          Retrieve reason constant describing failure.
 String getReasonMessage()
          Retrieve reason string describing failure.
 
Methods inherited from interface com.novell.zos.grid.Message
getCreationTime, getSource, getType, getTypeString
 

Field Detail

REASON_UNKNOWN

static final int REASON_UNKNOWN
See Also:
Constant Field Values

REASON_AUTHENTICATION

static final int REASON_AUTHENTICATION
See Also:
Constant Field Values

REASON_LICENSE

static final int REASON_LICENSE
See Also:
Constant Field Values

REASON_TOOBUSY

static final int REASON_TOOBUSY
See Also:
Constant Field Values

REASON_DUPLICATE

static final int REASON_DUPLICATE
See Also:
Constant Field Values

REASON_ACCOUNT_DISABLED

static final int REASON_ACCOUNT_DISABLED
See Also:
Constant Field Values

REASON_SUBTYPE_MISMATCH

static final int REASON_SUBTYPE_MISMATCH
See Also:
Constant Field Values

REASON_BAD_TYPE

static final int REASON_BAD_TYPE
See Also:
Constant Field Values

reasonString

static final String[] reasonString
Method Detail

getReason

int getReason()
Retrieve reason constant describing failure.

Returns:
Reason integer constant

getReasonMessage

String getReasonMessage()
Retrieve reason string describing failure.

Returns:
Reason string for failure


Copyright 2008 Novell, Inc. All Rights Reserved.