| Modifier and Type | Method and Description |
|---|---|
int |
disconnect(UserLocatorVO userLocator)
Disconnects the given user.
|
int |
disconnectBySessionIds(java.util.Set<java.lang.Long> ids)
Removes all sessions with the given ids, returning the number of sessions actually removed
|
ConnectedUserSearchData |
getSearchData()
Returns data for searching connected users
|
Page<ConnectedUserVO> |
search(ConnectedUserQuery query)
Searches users connected to the application
|
int disconnect(UserLocatorVO userLocator) throws FrameworkException
FrameworkExceptionint disconnectBySessionIds(java.util.Set<java.lang.Long> ids)
throws FrameworkException
FrameworkExceptionConnectedUserSearchData getSearchData() throws FrameworkException
FrameworkExceptionPage<ConnectedUserVO> search(ConnectedUserQuery query) throws FrameworkException
FrameworkException