iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.core.util
Class AS400StatusChangeListener

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

public class AS400StatusChangeListener
extends com.ibm.etools.systems.universal.util.StatusChangeListener

This class is the status change listener for iSeries.


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
 
Fields inherited from class com.ibm.etools.systems.universal.util.StatusChangeListener
_networkDown, cancelled, copyright, done, historyOfTargets, monitor, shell, system, target
 
Fields inherited from interface com.ibm.etools.systems.dstore.extra.internal.extra.IDomainListener
Copyright
 
Constructor Summary
AS400StatusChangeListener(com.ibm.etools.systems.subsystems.ISystem system)
          Constructor.
AS400StatusChangeListener(Shell shell, IProgressMonitor monitor, com.ibm.etools.systems.subsystems.ISystem system)
          Constructor.
AS400StatusChangeListener(Shell shell, IProgressMonitor monitor, com.ibm.etools.systems.subsystems.ISystem system, com.ibm.etools.systems.dstore.core.model.DataElement target)
          Constructor.
 
Method Summary
protected  boolean determineStatusDone()
          Returns true.
 void domainChanged(com.ibm.etools.systems.dstore.extra.internal.extra.DomainEvent event)
           
 
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
 

Constructor Detail

AS400StatusChangeListener

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

Parameters:
shell -
monitor -
system -
target -

AS400StatusChangeListener

public AS400StatusChangeListener(Shell shell,
                                 IProgressMonitor monitor,
                                 com.ibm.etools.systems.subsystems.ISystem system)
Constructor.

Parameters:
shell -
monitor -
system -

AS400StatusChangeListener

public AS400StatusChangeListener(com.ibm.etools.systems.subsystems.ISystem system)
Constructor.

Parameters:
system -
Method Detail

determineStatusDone

protected boolean determineStatusDone()
Returns true.

See Also:
StatusChangeListener.determineStatusDone()

domainChanged

public void domainChanged(com.ibm.etools.systems.dstore.extra.internal.extra.DomainEvent event)
See Also:
IDomainListener.domainChanged(com.ibm.etools.systems.dstore.extra.internal.extra.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.