com.accendia.iris.admin.interfaces
Interface IClientConnectionsBrowserFactory


public interface IClientConnectionsBrowserFactory

The interface is implemented by the connection_browser command factory.


Method Summary
 IClientConnectionsBrowser getClientConnectionsBrowser(java.lang.String user)
          Returns an active client connections browser dynamic command.
 

Method Detail

getClientConnectionsBrowser

IClientConnectionsBrowser getClientConnectionsBrowser(java.lang.String user)
                                                      throws java.io.IOException
Returns an active client connections browser dynamic command.

Parameters:
user - Filter only active connections from this user.
Returns:
A client connections browser instance.
Throws:
java.io.IOException