public interface CoreSession
| Modifier and Type | Method and Description |
|---|---|
int |
getPort()
The port used for this session.
|
long |
getSendingTime() |
java.lang.String |
getUsername() |
boolean |
isLoggedOn() |
void |
logon()
Sends a logon message with the supplied username and password.
|
void |
logout()
Initiates logout.
|
void |
logoutResponse()
The response to a logout from the server.
|
java.lang.String getUsername()
int getPort()
void logon()
throws MFException
MFException - If there is an error when attempting to
send this message.void logout()
throws MFException
MFException - If there is an error when attempting to
send this message.boolean isLoggedOn()
void logoutResponse()
throws MFException
MFException - If there is an error when attempting to
send this message.long getSendingTime()