|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InternalSessionControlResponse
Defines the internal response to a SessionControlRequest, which
request information about a Cams authentication Session.
SessionControlRequest| Field Summary |
|---|
| Fields inherited from interface com.cafesoft.cams.session.control.SessionControlResponse |
|---|
RC_GENERAL_SERVER_ERROR, RC_INVALID_SESSION_ID, RC_NOT_APPLICABLE, RC_POISONED_SESSION, RC_SESSION_DOES_NOT_EXIST, RC_UNKNOWN_SECURITY_DOMAIN, SC_FAILED, SC_PENDING, SC_SUCCESS |
| Method Summary | |
|---|---|
void |
setMessage(String message)
Set the message. |
void |
setReason(int reason)
Set the reason code. |
void |
setStatus(int status)
Set the status code. |
| Methods inherited from interface com.cafesoft.cams.session.control.SessionControlResponse |
|---|
getMessage, getReason, getStatus, log |
| Method Detail |
|---|
void setStatus(int status)
status - the status code.void setReason(int reason)
reason - a code indicating why session control is failed.void setMessage(String message)
message - a message, usually used to convey error information
if session control failed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||