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, wait
call
public AbstractParallelClient(ParallelClientManager<T> manager, int id)
manager
- Client Managerid
- Client IDpublic int getID()
ParallelClient
getID
in interface ParallelClient<T extends Options>
public ParallelClientManager<T> getManager()
ParallelClient
getManager
in interface ParallelClient<T extends Options>
Copyright © 2015. All rights reserved.