com.ibm.jtopenlite.components

Class ListUsers

  • java.lang.Object
    • com.ibm.jtopenlite.components.ListUsers


  • public class ListUsers
    extends java.lang.Object
    Represents the information returned by the WRKUSRPRF command.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ListUsers() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      UserInfo[] getUsers(DDMConnection conn)
      Returns an array of users, the way WRKUSRPRF does.
      void getUsers(DDMConnection conn, UserInfoListener listener) 
      • 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 java.io.IOException
        Returns an array of users, the way WRKUSRPRF does.
        Parameters:
        conn - The connection to use.
        Throws:
        java.io.IOException