com.accendia.iris.admin.interfaces
Interface IUsersBrowserFactory


public interface IUsersBrowserFactory

The interface is implemented by the user_browser command factory.


Method Summary
 IUsersBrowser getUsersBrowser(java.lang.String userName)
          Returns an user browser dynamic command.
 

Method Detail

getUsersBrowser

IUsersBrowser getUsersBrowser(java.lang.String userName)
                              throws java.io.IOException
Returns an user browser dynamic command.

Parameters:
userName - A string representing the position in the list of server users ordered alphabetically from which the browsing starts.
Returns:
An user browser instance.
Throws:
java.io.IOException