org.deltava.util.ipc
Class IPCDaemon
java.lang.Object
org.deltava.util.ipc.IPCDaemon
- All Implemented Interfaces:
- Runnable
public class IPCDaemon
- extends Object
- implements Runnable
A daemon to listen for inter-process events.
- Since:
- 1.0
- Version:
- 3.1
- Author:
- Luke
|
Method Summary |
void |
run()
Executes the thread. |
String |
toString()
Returns the thread name. |
IPCDaemon
public IPCDaemon()
toString
public String toString()
- Returns the thread name.
- Overrides:
toString in class Object
- Returns:
- the tread name
run
public void run()
- Executes the thread.
- Specified by:
run in interface Runnable
Copyright © 2004-2009 Global Virtual Airlines Group. All Rights Reserved.