| Package | Description |
|---|---|
| com.arjuna.ats.arjuna.recovery | |
| com.arjuna.ats.internal.arjuna.recovery |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionStatusService |
| Modifier and Type | Class and Description |
|---|---|
class |
WorkerService |
| Constructor and Description |
|---|
Connection(Socket server_socket,
Service service)
Takes socket and service to execute.
|
Connection(Socket server_socket,
Service service,
Connection.Callback callback)
Takes socket and service to execute and a callback to run when processing of the connection has completed
|
Listener(int port,
Service service)
Creates a listener thread on the specified port
for the specified service to run.
|
Listener(ServerSocket serverSocket,
Service service)
Creates a listener thread on the specified server socket
for the specified service to run.
|
Copyright © 2013. All rights reserved.