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 SummaryAll 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.MonitorResultselements, getCount, getCountSummary, getLevel, getServerBusyIndicator, getTotal
 
- 
 
- 
- 
- 
Method Detail- 
getUserConnection get(int i) Returns theUserConnectionat the given position.- Parameters:
- i- 0-based index of- UserConnectionobjects.
- Returns:
- the UserConnectionobject at the given position.
 
 - 
disconnectvoid disconnect(UserConnection[] connections) throws MonitorManipulationException, WebObjectsAdminException Disconnects an array of ofUserConnection.- Parameters:
- connections- an array of- UserConnectionobjects.
- 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.
 
 
- 
 
-