Interface UserConnectionSource
- 
- All Superinterfaces:
- FlatFetchSettings,- MonitorSource
 
 public interface UserConnectionSource extends FlatFetchSettings, MonitorSource The interfaceUserConnectionSourceis the entry point to retrieve and disconnect user connections.- Since:
- MicroStrategy Web 9.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description UserConnectionManipulatorgetManipulator()Returns theUserConnectionManipulatorobject to disconnect user connections.UserConnectionResultsgetUserConnections()Retrieves the user connection information.UserConnectionResultsgetUserConnectionsOnSpecificIServerNode(java.lang.String iServerNode)THIS METHOD IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT.- 
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.FlatFetchSettingsgetMaxCount, getStartIndex, setMaxCount, setStartIndex
 - 
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.MonitorSourcegetCountSettings, getFilter, getLevel, getSortCriteria, getType, reset, setLevel
 
- 
 
- 
- 
- 
Method Detail- 
getUserConnectionsUserConnectionResults getUserConnections() throws WebObjectsAdminException Retrieves the user connection information.- Returns:
- the user connection information.
- Throws:
- WebObjectsAdminException- thrown if there is any error occurred.
 
 - 
getUserConnectionsOnSpecificIServerNodeUserConnectionResults getUserConnectionsOnSpecificIServerNode(java.lang.String iServerNode) throws WebObjectsAdminException THIS METHOD IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT. THE METHOD IS SUBJECT TO CHANGE IN FUTURE RELEASES AND SOME METHODS AND PROPERTIES MAY NOT BE SUITABLE FOR CUSTOM DEVELOPMENT. Retrieves the user connection information on specific IServer node- Parameters:
- iServerNode- specific IServer node
- Returns:
- Throws:
- WebObjectsAdminException
 
 - 
getManipulatorUserConnectionManipulator getManipulator() Returns theUserConnectionManipulatorobject to disconnect user connections.- Returns:
- the UserConnectionManipulatorobject
 
 
- 
 
-