Package org.drip.sample.concurrency
Class InterruptibleDaemonExecutor
java.lang.Object
org.drip.sample.concurrency.InterruptibleDaemonExecutor
public class InterruptibleDaemonExecutor
extends java.lang.Object
InterruptibleDaemonMaster controls a Gracefully Interruptible Daemon.
- Module = Computational Core Module
- Library = Graph Algorithm Library
- Project = DROP API Construction and Usage
- Package = Concurrent Daemons Helper Utilities Illustration
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description InterruptibleDaemonExecutor()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] argumentArray)
Entry PointMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
InterruptibleDaemonExecutor
public InterruptibleDaemonExecutor()
-
-
Method Details
-
main
public static final void main(java.lang.String[] argumentArray) throws java.lang.ExceptionEntry Point- Parameters:
argumentArray
- Command Line Argument Array- Throws:
java.lang.Exception
- Thrown on Error/Exception Situation
-