com.ibm.jtopenlite.components
Class ListUsers
java.lang.Object
com.ibm.jtopenlite.components.ListUsers
public class ListUsers
- extends Object
Represents the information returned by the WRKUSRPRF command.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListUsers
public ListUsers()
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