public interface

UserConnectionResults

implements MonitorResults
com.microstrategy.web.objects.admin.monitors.UserConnectionResults

Class Overview

The interface UserConnectionResults represents the result of a user connection retrieval.

Summary

Public Methods
abstract void disconnect(UserConnection[] connections)
Disconnects an array of of UserConnection.
abstract UserConnection get(int i)
Returns the UserConnection at the given position.
[Expand]
Inherited Methods
From interface com.microstrategy.web.objects.admin.monitors.MonitorResults

Public Methods

public abstract void disconnect (UserConnection[] connections)

Disconnects an array of of UserConnection.

Parameters
connections an array of UserConnection objects.
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.

public abstract UserConnection get (int i)

Returns the UserConnection at the given position.

Parameters
i 0-based index of UserConnection objects.
Returns
  • the UserConnection object at the given position.