Interface UserConnectionSource
-
- All Superinterfaces:
FlatFetchSettings
,MonitorSource
public interface UserConnectionSource extends FlatFetchSettings, MonitorSource
The interfaceUserConnectionSource
is the entry point to retrieve and disconnect user connections.- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserConnectionManipulator
getManipulator()
Returns theUserConnectionManipulator
object to disconnect user connections.UserConnectionResults
getUserConnections()
Retrieves the user connection information.UserConnectionResults
getUserConnectionsOnSpecificIServerNode(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.FlatFetchSettings
getMaxCount, getStartIndex, setMaxCount, setStartIndex
-
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.MonitorSource
getCountSettings, getFilter, getLevel, getSortCriteria, getType, reset, setLevel
-
-
-
-
Method Detail
-
getUserConnections
UserConnectionResults getUserConnections() throws WebObjectsAdminException
Retrieves the user connection information.- Returns:
- the user connection information.
- Throws:
WebObjectsAdminException
- thrown if there is any error occurred.
-
getUserConnectionsOnSpecificIServerNode
UserConnectionResults 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
-
getManipulator
UserConnectionManipulator getManipulator()
Returns theUserConnectionManipulator
object to disconnect user connections.- Returns:
- the
UserConnectionManipulator
object
-
-