public interface

UserDisconnectionFailure

implements MonitorManipulationFailure
com.microstrategy.web.objects.admin.monitors.UserDisconnectionFailure

Class Overview

The interface UserDisconnectionFailure represents a failure in disconnecting user connections.

Summary

Public Methods
abstract int getProjectID()
Returns the project ID of the project that is connected to
abstract String getSessionID()
Returns the session ID of a user connection.
[Expand]
Inherited Methods
From interface com.microstrategy.web.objects.admin.monitors.MonitorManipulationFailure

Public Methods

public abstract int getProjectID ()

Returns the project ID of the project that is connected to

Returns
  • the project ID of the project that is connected to

public abstract String getSessionID ()

Returns the session ID of a user connection.

Returns
  • the session ID of a user connection.