|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.probe.collectors.JCollectorService
org.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
|
static String |
LONG_DESC
|
static int |
MAC_OS_X
|
protected int |
osType
Supported OS |
static String |
PROP_CMD
Properties |
static String |
PROP_CMD_DESC
|
static String |
PROP_RESOURCES
|
static String |
PROP_RESOURCES_DESC
|
static String |
SHORT_DESC
Description |
static String |
SOURCE_DESC
Sources |
static int |
SOURCE_MAX
|
static int |
SOURCE_MIN
|
static int |
WINDOWS
|
| Fields inherited from class org.ow2.jasmine.probe.collectors.JCollectorService |
|---|
collectorInfo, logger, properties |
| Constructor Summary | |
|---|---|
LewysCollectorService()
|
|
| Method Summary | |
|---|---|
JasmineCollector |
getCollector(JasmineIndicator indicator,
JasmineProbe probe)
Create a Collector for this JasmineIndicator |
void |
start()
|
void |
stop()
|
| Methods inherited from class org.ow2.jasmine.probe.collectors.JCollectorService |
|---|
addCollector, getCollectorInfo, getDependantIndicators, getPropertiesInfo, getType, removeCollectors |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SHORT_DESC
public static final String LONG_DESC
public static final String SOURCE_DESC
public static final int SOURCE_MIN
public static final int SOURCE_MAX
public static final String PROP_CMD
public static final String PROP_CMD_DESC
public static final String PROP_RESOURCES
public static final String PROP_RESOURCES_DESC
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 JasmineCollector getCollector(JasmineIndicator indicator,
JasmineProbe probe)
throws JasmineCollectorException
getCollector in interface JasmineCollectorServicegetCollector in class JCollectorServiceindicator - probe -
JasmineCollectorException - operation failed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||