public class Client extends Object implements IEventListener
| Constructor and Description |
|---|
Client(int port) |
Client(String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
endSession() |
void |
endTransaction(Transaction transaction) |
void |
regiterProbeGroup(ProbeGroup probeGroup) |
public Client(String host, int port)
public Client(int port)
public void regiterProbeGroup(ProbeGroup probeGroup)
regiterProbeGroup in interface IEventListenerpublic void endTransaction(Transaction transaction)
endTransaction in interface IEventListenerpublic void endSession()
endSession in interface IEventListenerCopyright © 2010–2019 GZoltar. All rights reserved.