com.microstrategy.web.objects.admin.monitors.UserConnectionResults |
The interface UserConnectionResults
represents the result
of a user connection retrieval.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Disconnects an array of of UserConnection
.
connections | an array of UserConnection objects. |
---|
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. |
Returns the UserConnection
at the given position.
i | 0-based index of UserConnection objects. |
---|
UserConnection
object at the given position.