com.ibm.jtopenlite.components
Class ListUsers

java.lang.Object
  extended by com.ibm.jtopenlite.components.ListUsers

public class ListUsers
extends Object

Represents the information returned by the WRKUSRPRF command.


Constructor Summary
ListUsers()
           
 
Method Summary
 UserInfo[] getUsers(DDMConnection conn)
          Returns an array of users, the way WRKUSRPRF does.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListUsers

public ListUsers()
Method Detail

getUsers

public UserInfo[] getUsers(DDMConnection conn)
                    throws IOException
Returns an array of users, the way WRKUSRPRF does.

Parameters:
conn - The connection to use.
Throws:
IOException