| Package | Description |
|---|---|
| org.teiid.client.security | |
| org.teiid.dqp.service | |
| org.teiid.services | |
| org.teiid.transport |
| Modifier and Type | Method and Description |
|---|---|
void |
ILogon.assertIdentity(SessionToken sessionId) |
ResultsFuture<?> |
ILogon.logoff()
Log off the specified session.
|
ResultsFuture<?> |
ILogon.ping()
Ping the server to see if the client-server connection is alive.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionService.closeSession(String sessionID)
Closes the specified session.
|
void |
SessionService.pingServer(String sessionID)
Periodically called by the client to indicate the client is still alive.
|
SessionMetadata |
SessionService.validateSession(String sessionID)
This method is intended to verify that the session is valid, and, if
need be, set the session in an active state, ready to be used.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SessionServiceImpl.closeSession(String sessionID) |
void |
SessionServiceImpl.pingServer(String sessionID) |
SessionMetadata |
SessionServiceImpl.validateSession(String sessionID) |
| Modifier and Type | Method and Description |
|---|---|
void |
LogonImpl.assertIdentity(SessionToken checkSession) |
ResultsFuture<?> |
LogonImpl.logoff() |
ResultsFuture<?> |
LogonImpl.ping() |
Copyright © 2019. All rights reserved.