com.ibm.etools.iseries.subsystems.qsys.comm
Class SystemCommunicationsDaemonEvent
java.lang.Object
com.ibm.etools.iseries.subsystems.qsys.comm.SystemCommunicationsDaemonEvent
public class SystemCommunicationsDaemonEvent
- extends Object
Event data for the SystemCommunicationsDaemon.
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 |
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
SystemCommunicationsDaemonEvent
public SystemCommunicationsDaemonEvent(int state)
- Constructor for SystemCommunicationsDaemonEvent
getState
public int getState()
- Get the new state for the communications daemon.
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.