|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.probe.collectors.lewys.internal.LewysCollectorService
public class LewysCollectorService
This CollectorService implements the "lewys" collector. This is just a wrapper on a LeWYS probe. It should be able to treat any lewys command, and any resource.
| Field Summary | |
|---|---|
static int |
LINUX_2_4
|
static int |
LINUX_2_6
|
protected org.ow2.util.log.Log |
logger
Logger. |
static int |
MAC_OS_X
|
protected int |
osType
Supported OS |
static int |
WINDOWS
|
| Constructor Summary | |
|---|---|
LewysCollectorService()
|
|
| Method Summary | |
|---|---|
org.ow2.jasmine.probe.collector.JasmineCollector |
getCollector(org.ow2.jasmine.probe.JasmineIndicator indicator,
int period,
String probeid)
Create a Collector for this JasmineIndicator |
Collection<org.ow2.jasmine.probe.JasminePropertyInfo> |
getPropertiesInfo()
Retrieve the description of all specific properties hidden in JasmineCollector Return a Collection of all properties with their description |
void |
start()
|
void |
stop()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.ow2.util.log.Log logger
protected int osType
public static final int LINUX_2_4
public static final int LINUX_2_6
public static final int WINDOWS
public static final int MAC_OS_X
| Constructor Detail |
|---|
public LewysCollectorService()
| Method Detail |
|---|
public void start()
public void stop()
public org.ow2.jasmine.probe.collector.JasmineCollector getCollector(org.ow2.jasmine.probe.JasmineIndicator indicator,
int period,
String probeid)
throws org.ow2.jasmine.probe.collector.JasmineCollectorException
getCollector in interface org.ow2.jasmine.probe.collector.JasmineCollectorServiceindicator - period - in secondprobeid -
org.ow2.jasmine.probe.collector.JasmineCollectorException - operation failedpublic Collection<org.ow2.jasmine.probe.JasminePropertyInfo> getPropertiesInfo()
getPropertiesInfo in interface org.ow2.jasmine.probe.collector.JasmineCollectorService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||