T - Options typepublic abstract class AbstractParallelClient<T extends Options> extends Object implements ParallelClient<T>
| Constructor and Description |
|---|
AbstractParallelClient(ParallelClientManager<T> manager,
int id)
Creates a new Parallel Client
|
| Modifier and Type | Method and Description |
|---|---|
int |
getID()
Gets the ID of this client
|
ParallelClientManager<T> |
getManager()
Gets the parallel client manager which is managing this client
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcallpublic AbstractParallelClient(ParallelClientManager<T> manager, int id)
manager - Client Managerid - Client IDpublic int getID()
ParallelClientgetID in interface ParallelClient<T extends Options>public ParallelClientManager<T> getManager()
ParallelClientgetManager in interface ParallelClient<T extends Options>Copyright © 2014. All Rights Reserved.