|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.continuent.tungsten.replicator.thl.Server
public class Server
This class defines a Server
| Constructor Summary | |
|---|---|
Server(PluginContext context,
AtomicCounter sequencer,
THL thl)
Creates a new Server object |
|
| Method Summary | |
|---|---|
java.util.LinkedList<ConnectorHandler> |
getClients()
Returns list of this server's clients. |
void |
removeClient(ConnectorHandler client)
Marks a client for removal. |
void |
run()
|
void |
start()
TODO: start definition. |
void |
stop()
TODO: stop definition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Server(PluginContext context,
AtomicCounter sequencer,
THL thl)
throws ReplicatorException
Server object
ReplicatorException| Method Detail |
|---|
public void run()
run in interface java.lang.RunnableRunnable.run()public void removeClient(ConnectorHandler client)
public void start()
throws java.io.IOException
java.io.IOException
public void stop()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic java.util.LinkedList<ConnectorHandler> getClients()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||