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 IEventListener
public void endTransaction(Transaction transaction)
endTransaction
in interface IEventListener
public void endSession()
endSession
in interface IEventListener
Copyright © 2010–2019 GZoltar. All rights reserved.