com.esri.arcgis.geodatabase
Interface IEnumUserInfo

All Superinterfaces:
Serializable

public interface IEnumUserInfo
extends Serializable

Enumerates users connected to a database.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IUserInfo next()
          Retrieves the next user.
 void reset()
          Resets the enumeration of users to the beginning
 

Method Detail

next

IUserInfo next()
               throws IOException,
                      AutomationException
Retrieves the next user.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A reference to a com.esri.arcgis.geodatabase.IUserInfo
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumeration of users to the beginning

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.