Class ObjectFactory


  • public class ObjectFactory
    extends Object
    ObjectFactory is a simple factory class which creates new instances of objects. It also provides convienant method to parse XML status results.
    • Constructor Detail

      • ObjectFactory

        protected ObjectFactory()
    • Method Detail

      • parseBytes

        public Status parseBytes​(byte[] bytes)
      • parseString

        public Status parseString​(String content)
      • createStatus

        public Status createStatus()
      • createConnector

        public Connector createConnector()
      • createJvm

        public Jvm createJvm()
      • createMemory

        public Memory createMemory()
      • createRequestInfo

        public RequestInfo createRequestInfo()
      • createThreadInfo

        public ThreadInfo createThreadInfo()
      • createWorker

        public Worker createWorker()
      • createWorkers

        public Workers createWorkers()