com.ibm.jtopenlite.components
Class ListDiskStatuses

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

public class ListDiskStatuses
extends Object

Represents the information returned by the WRKDSKSTS command.


Constructor Summary
ListDiskStatuses()
           
 
Method Summary
 DiskStatus[] getDiskStatuses(CommandConnection cmdConn, DDMConnection ddmConn, String workingLibrary)
           
 String getElapsedTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDiskStatuses

public ListDiskStatuses()
Method Detail

getElapsedTime

public String getElapsedTime()

getDiskStatuses

public DiskStatus[] getDiskStatuses(CommandConnection cmdConn,
                                    DDMConnection ddmConn,
                                    String workingLibrary)
                             throws IOException
Throws:
IOException