RSE
Release 1.0

org.eclipse.rse.core.comm
Class SystemCommunicationsDaemonEvent

java.lang.Object
  extended byorg.eclipse.rse.core.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.


RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.