|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse
net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisResponse
net.sourceforge.fixagora.basis.shared.model.communication.LoginResponse
public class LoginResponse
The Class LoginResponse.
Nested Class Summary | |
---|---|
static class |
LoginResponse.LoginStatus
The Enum LoginStatus. |
Constructor Summary | |
---|---|
LoginResponse(AbstractRequest abstractRequest,
FUser fUser,
LoginResponse.LoginStatus loginStatus,
java.lang.String responseText,
byte[] logs)
Instantiates a new login response. |
Method Summary | |
---|---|
FUser |
getFUser()
Gets the f user. |
LoginResponse.LoginStatus |
getLoginStatus()
Gets the login status. |
byte[] |
getLogs()
Gets the logs. |
java.lang.String |
getResponseText()
Gets the response text. |
void |
handleAbstractFBasisResponse(BasisResponses fBasisResponses)
Handle abstract f basis response. |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractBasisResponse |
---|
handleAbstractResponse |
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.communication.AbstractResponse |
---|
getRequestID, getTimestamp, setTimestamp |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LoginResponse(AbstractRequest abstractRequest, FUser fUser, LoginResponse.LoginStatus loginStatus, java.lang.String responseText, byte[] logs)
abstractRequest
- the abstract requestfUser
- the f userloginStatus
- the login statusresponseText
- the response textlogs
- the logsMethod Detail |
---|
public LoginResponse.LoginStatus getLoginStatus()
public FUser getFUser()
public byte[] getLogs()
public void handleAbstractFBasisResponse(BasisResponses fBasisResponses)
AbstractBasisResponse
handleAbstractFBasisResponse
in class AbstractBasisResponse
fBasisResponses
- the f basis responsespublic java.lang.String getResponseText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |