iSeries Remote Systems
v6.0.1

com.ibm.etools.systems.as400cmdsubsys.impl
Class BatchCommandStatusListener

java.lang.Object
  extended bycom.ibm.etools.systems.universal.util.StatusChangeListener
      extended bycom.ibm.etools.iseries.core.util.AS400StatusChangeListener
          extended bycom.ibm.etools.systems.as400cmdsubsys.impl.BatchCommandStatusListener
All Implemented Interfaces:
com.ibm.etools.systems.subsystems.ICommunicationsListener, com.ibm.etools.systems.dstore.extra.internal.extra.IDomainListener

public class BatchCommandStatusListener
extends AS400StatusChangeListener


Nested Class Summary
 
Nested classes inherited from class com.ibm.etools.systems.universal.util.StatusChangeListener
com.ibm.etools.systems.universal.util.StatusChangeListener.FindShell
 
Field Summary
static String copyright
           
 
Fields inherited from class com.ibm.etools.systems.universal.util.StatusChangeListener
_networkDown, cancelled, done, historyOfTargets, monitor, shell, system, target
 
Fields inherited from interface com.ibm.etools.systems.dstore.extra.internal.extra.IDomainListener
Copyright
 
Constructor Summary
BatchCommandStatusListener(Shell shell, IProgressMonitor monitor, com.ibm.etools.systems.subsystems.ISystem system, com.ibm.etools.systems.dstore.core.model.DataElement target)
          Construct a BatchCommandStatusListener
 
Method Summary
 void domainChanged(com.ibm.etools.systems.dstore.extra.internal.extra.DomainEvent event)
           
 
Methods inherited from class com.ibm.etools.iseries.core.util.AS400StatusChangeListener
determineStatusDone
 
Methods inherited from class com.ibm.etools.systems.universal.util.StatusChangeListener
communicationsStateChange, getShell, getStatus, isNetworkDown, isPassiveCommunicationsListener, listeningTo, setDone, setStatus, waitForUpdate, waitForUpdate, waitForUpdate, wasCancelled, whatIsGoingOn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Constructor Detail

BatchCommandStatusListener

public BatchCommandStatusListener(Shell shell,
                                  IProgressMonitor monitor,
                                  com.ibm.etools.systems.subsystems.ISystem system,
                                  com.ibm.etools.systems.dstore.core.model.DataElement target)
Construct a BatchCommandStatusListener

Parameters:
shell - A valid Shell object
monitor - A progress monitor if you want this object to check if the user presses cancel while waiting for the status object to be updated
target - The status DataElement for which you wish to wait for an update
Method Detail

domainChanged

public void domainChanged(com.ibm.etools.systems.dstore.extra.internal.extra.DomainEvent event)
Specified by:
domainChanged in interface com.ibm.etools.systems.dstore.extra.internal.extra.IDomainListener
Overrides:
domainChanged in class AS400StatusChangeListener
See Also:
IDomainListener.domainChanged(DomainEvent)

iSeries Remote Systems
v6.0.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.