Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.subsystems.qsys.comm
Class SystemCommunicationsDaemonEvent

java.lang.Object
  extended by com.ibm.etools.iseries.subsystems.qsys.comm.SystemCommunicationsDaemonEvent

public class SystemCommunicationsDaemonEvent
extends Object

Event data for the SystemCommunicationsDaemon.


Field Summary
static int STARTED
           
static int STOPPED
           
static int STOPPED_IN_ERROR
           
 
Constructor Summary
SystemCommunicationsDaemonEvent(int state)
          Constructor for SystemCommunicationsDaemonEvent
 
Method Summary
 int getState()
          Get the new state for the communications daemon.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STARTED

public static final int STARTED
See Also:
Constant Field Values

STOPPED

public static final int STOPPED
See Also:
Constant Field Values

STOPPED_IN_ERROR

public static final int STOPPED_IN_ERROR
See Also:
Constant Field Values
Constructor Detail

SystemCommunicationsDaemonEvent

public SystemCommunicationsDaemonEvent(int state)
Constructor for SystemCommunicationsDaemonEvent

Method Detail

getState

public int getState()
Get the new state for the communications daemon.


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.