| Package | Description |
|---|---|
| at.borkowski.scovillej.services.comm | |
| at.borkowski.scovillej.services.comm.impl |
| Modifier and Type | Method and Description |
|---|---|
SimulationSocket<T> |
SimulationServerSocket.accept()
Accepts a socket from the waiting queue.
|
<T> SimulationSocket<T> |
CommunicationService.beginConnect(String name,
Class<T> clazz)
Creates a client socket and begins connection to the given socket name,
using the given object class for transfer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimulationSocketImpl<T> |
class |
SimulationSocketImplA<T> |
class |
SimulationSocketImplB<T> |
| Modifier and Type | Method and Description |
|---|---|
SimulationSocket<T> |
SimulationServerSocketImpl.accept() |
<T> SimulationSocket<T> |
CommunicationServiceImpl.beginConnect(String name,
Class<T> clazz) |
Copyright © 2015. All rights reserved.