| Interface | Description |
|---|---|
| ClientProcess.Protocol |
Implement this to define the behavior of the communication on the client side.
|
| ExecutionInfo | |
| ProcessLauncherServer.Protocol |
Implement this to define the behavior of the communication on the server side.
|
| ProcessLauncherServer.ServerObserver | |
| Server.Protocol<S extends Server> |
Implement this to define the behavior of the communication on the server side.
|
| Server.ServerObserver |
| Class | Description |
|---|---|
| ClientProcess |
The client of what the ProcessLauncherServer launches.
|
| MessageObject |
A holder for a message that is sent over a socket.
|
| ObjectSocketWrapper |
Wrapper around a java.net.Socket just to simplify usage.
|
| ProcessLauncherServer |
This launches an application as a separate process then listens for messages from it.
|
| Server<P extends Server.Protocol,O extends Server.ServerObserver> |
This is a server that talks to a client via sockets (Rudimentary form of Inter-Process Communication (IPC)).
|
Copyright © 2013. All rights reserved