Interface UserDisconnectionFailure
-
- All Superinterfaces:
MonitorManipulationFailure
public interface UserDisconnectionFailure extends MonitorManipulationFailure
The interfaceUserDisconnectionFailure represents a failure in disconnecting user connections.
- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getProjectID()
Returns the project ID of the project that is connected tojava.lang.String
getSessionID()
Returns the session ID of a user connection.-
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.MonitorManipulationFailure
getErrorCode, getMessage, getType
-
-
-
-
Method Detail
-
getSessionID
java.lang.String getSessionID()
Returns the session ID of a user connection.- Returns:
- the session ID of a user connection.
-
getProjectID
int getProjectID()
Returns the project ID of the project that is connected to- Returns:
- the project ID of the project that is connected to
-
-