org.eclipse.rse.core.comm
Class SystemCommunicationsDaemonEvent
java.lang.Object
org.eclipse.rse.core.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 (c) IBM Corporation and others 2000, 2006. All Rights Reserved.