org.deltava.util.ipc
Class IPCDaemon

java.lang.Object
  extended by 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

Constructor Summary
IPCDaemon()
           
 
Method Summary
 void run()
          Executes the thread.
 String toString()
          Returns the thread name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IPCDaemon

public IPCDaemon()
Method Detail

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.