Interface UserConnectionResults
- 
- All Superinterfaces:
 MonitorResults
public interface UserConnectionResults extends MonitorResults
The interfaceUserConnectionResultsrepresents the result of a user connection retrieval.- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisconnect(UserConnection[] connections)Disconnects an array of ofUserConnection.UserConnectionget(int i)Returns theUserConnectionat the given position.- 
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.MonitorResults
elements, getCount, getCountSummary, getLevel, getServerBusyIndicator, getTotal 
 - 
 
 - 
 
- 
- 
Method Detail
- 
get
UserConnection get(int i)
Returns theUserConnectionat the given position.- Parameters:
 i- 0-based index ofUserConnectionobjects.- Returns:
 - the 
UserConnectionobject at the given position. 
 
- 
disconnect
void disconnect(UserConnection[] connections) throws MonitorManipulationException, WebObjectsAdminException
Disconnects an array of ofUserConnection.- Parameters:
 connections- an array ofUserConnectionobjects.- Throws:
 MonitorManipulationException- thrown if there are failures to disconnect user connections.WebObjectsAdminException- throwns if there is any fatal error preventing this operation, such as network error, server crash, etc.
 
 - 
 
 -