Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.actions
Class SystemStartCommunicationsDaemonAction

java.lang.Object
  extended by SystemBaseAction
      extended by com.ibm.etools.iseries.rse.ui.actions.SystemStartCommunicationsDaemonAction
All Implemented Interfaces:
ISystemCommunicationsDaemonListener

public class SystemStartCommunicationsDaemonAction
extends SystemBaseAction
implements ISystemCommunicationsDaemonListener

Action to start and stop RSE communications daemon


Field Summary
static boolean ISSTARTED
           
 
Fields inherited from interface com.ibm.etools.iseries.subsystems.qsys.comm.ISystemCommunicationsDaemonListener
Copyright
 
Constructor Summary
SystemStartCommunicationsDaemonAction(Shell shell)
          Constructor
 
Method Summary
 void daemonStateChanged(SystemCommunicationsDaemonEvent event)
          This method is invoked whenever the state of the SystemCommunicationsDaemon changes.
 void run()
           
 void setActionLabelToStart()
          Helper method for changing the action text and tooltip to start
 void setActionLabelToStop()
          Helper method for changing the action text and tooltip to stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ISSTARTED

public static boolean ISSTARTED
Constructor Detail

SystemStartCommunicationsDaemonAction

public SystemStartCommunicationsDaemonAction(Shell shell)
Constructor

Parameters:
shell -
Method Detail

run

public void run()

setActionLabelToStart

public void setActionLabelToStart()
Helper method for changing the action text and tooltip to start


setActionLabelToStop

public void setActionLabelToStop()
Helper method for changing the action text and tooltip to stop


daemonStateChanged

public void daemonStateChanged(SystemCommunicationsDaemonEvent event)
This method is invoked whenever the state of the SystemCommunicationsDaemon changes. For example if the daemon is started, stopped or ends in error.

Specified by:
daemonStateChanged in interface ISystemCommunicationsDaemonListener

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 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.