Package | Description |
---|---|
com.gzoltar.agent.rt.output |
Copyright (C) 2019 GZoltar contributors.
|
com.gzoltar.core.events |
Copyright (C) 2019 GZoltar contributors.
|
com.gzoltar.core.messaging |
Copyright (C) 2019 GZoltar contributors.
|
com.gzoltar.core.model |
Copyright (C) 2019 GZoltar contributors.
|
com.gzoltar.core.runtime |
Copyright (C) 2019 GZoltar contributors.
|
com.gzoltar.core.spectrum |
Copyright (C) 2019 GZoltar contributors.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputEventListener.regiterProbeGroup(ProbeGroup probeGroup) |
Modifier and Type | Method and Description |
---|---|
void |
MultiEventListener.regiterProbeGroup(ProbeGroup probeGroup) |
void |
IEventListener.regiterProbeGroup(ProbeGroup probeGroup) |
void |
EmptyEventListener.regiterProbeGroup(ProbeGroup probeGroup) |
Modifier and Type | Field and Description |
---|---|
ProbeGroup |
Message.AddProbeGroupMessage.probeGroup |
Modifier and Type | Method and Description |
---|---|
void |
Client.regiterProbeGroup(ProbeGroup probeGroup) |
Constructor and Description |
---|
AddProbeGroupMessage(ProbeGroup probeGroup) |
Modifier and Type | Method and Description |
---|---|
boolean[] |
Transaction.getHitArray(ProbeGroup probeGroup)
Returns a boolean hit array of a probeGroup.
|
boolean |
Transaction.isProbeActived(ProbeGroup probeGroup,
int probeIndex)
Returns true if a specific probe of a probeGroup has been executed, false otherwise.
|
Modifier and Type | Method and Description |
---|---|
ProbeGroup |
Collector.getProbeGroup(ProbeGroup probeGroup) |
ProbeGroup |
Collector.getProbeGroupByHash(String probeGroupHash) |
Modifier and Type | Method and Description |
---|---|
ProbeGroup |
Collector.getProbeGroup(ProbeGroup probeGroup) |
void |
Collector.regiterProbeGroup(ProbeGroup probeGroup) |
Modifier and Type | Method and Description |
---|---|
ProbeGroup |
Spectrum.getProbeGroup(ProbeGroup probeGroup)
Returns the
ProbeGroup with a given name, or null if there is
not any. |
ProbeGroup |
ISpectrum.getProbeGroup(ProbeGroup probeGroup)
Returns the
ProbeGroup with a given name, or null if there is
not any. |
ProbeGroup |
Spectrum.getProbeGroupByHash(String hash)
Returns the
ProbeGroup with a given name, or null if there is
not any. |
ProbeGroup |
ISpectrum.getProbeGroupByHash(String hash)
Returns the
ProbeGroup with a given name, or null if there is
not any. |
Modifier and Type | Method and Description |
---|---|
Collection<ProbeGroup> |
Spectrum.getProbeGroups()
Returns all
ProbeGroup that have been registered. |
Collection<ProbeGroup> |
ISpectrum.getProbeGroups()
Returns all
ProbeGroup that have been registered. |
Modifier and Type | Method and Description |
---|---|
void |
Spectrum.addProbeGroup(ProbeGroup probeGroup)
Register a new probe group.
|
void |
ISpectrum.addProbeGroup(ProbeGroup probeGroup)
Register a new probe group.
|
boolean |
Spectrum.containsProbeGroup(ProbeGroup probeGroup)
Checks whether a probe group has been registered.
|
boolean |
ISpectrum.containsProbeGroup(ProbeGroup probeGroup)
Checks whether a probe group has been registered.
|
ProbeGroup |
Spectrum.getProbeGroup(ProbeGroup probeGroup)
Returns the
ProbeGroup with a given name, or null if there is
not any. |
ProbeGroup |
ISpectrum.getProbeGroup(ProbeGroup probeGroup)
Returns the
ProbeGroup with a given name, or null if there is
not any. |
void |
SpectrumListener.regiterProbeGroup(ProbeGroup probeGroup) |
Copyright © 2010–2019 GZoltar. All rights reserved.