public class ComputeServer
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DRIP_COMPUTE_ENGINE_PORT
The DRIP compute Service Engine Port
|
Constructor and Description |
---|
ComputeServer(int iListenerPort)
ComputServer Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
initialize()
Initialize the Compute Server Engine Listener Setup
|
static void |
main(java.lang.String[] astrArgs) |
boolean |
spin()
Spin on the Listener Loop
|
static ComputeServer |
Standard()
Create a Standard Instance of the ComputeServer
|
public static final int DRIP_COMPUTE_ENGINE_PORT
public ComputeServer(int iListenerPort) throws java.lang.Exception
iListenerPort
- The Listener Portjava.lang.Exception
- Thrown if the Inputs are Invalidpublic static final ComputeServer Standard()
public boolean initialize()
public boolean spin()
public static final void main(java.lang.String[] astrArgs) throws java.lang.Exception
java.lang.Exception