public class ObjectFactory extends Object
Modifier and Type | Class and Description |
---|---|
protected static class |
ObjectFactory.MonitorParser |
Modifier | Constructor and Description |
---|---|
protected |
ObjectFactory() |
Modifier and Type | Method and Description |
---|---|
Connector |
createConnector() |
Jvm |
createJvm() |
Memory |
createMemory() |
RequestInfo |
createRequestInfo() |
Status |
createStatus() |
ThreadInfo |
createThreadInfo() |
Worker |
createWorker() |
Workers |
createWorkers() |
static ObjectFactory |
getInstance() |
Status |
parseBytes(byte[] bytes) |
Status |
parseSampleResult(SampleResult result) |
Status |
parseString(String content) |
public static ObjectFactory getInstance()
public Status parseBytes(byte[] bytes)
public Status parseSampleResult(SampleResult result)
public Status createStatus()
public Connector createConnector()
public Jvm createJvm()
public Memory createMemory()
public RequestInfo createRequestInfo()
public ThreadInfo createThreadInfo()
public Worker createWorker()
public Workers createWorkers()
Copyright © 1998-2015 Apache Software Foundation. All Rights Reserved.