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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetProjectID()Returns the project ID of the project that is connected tojava.lang.StringgetSessionID()Returns the session ID of a user connection.- 
Methods inherited from interface com.microstrategy.web.objects.admin.monitors.MonitorManipulationFailuregetErrorCode, getMessage, getType
 
- 
 
- 
- 
- 
Method Detail- 
getSessionIDjava.lang.String getSessionID() Returns the session ID of a user connection.- Returns:
- the session ID of a user connection.
 
 - 
getProjectIDint getProjectID() Returns the project ID of the project that is connected to- Returns:
- the project ID of the project that is connected to
 
 
- 
 
-