Package org.smooks.management
Class DefaultInstrumentationAgentFactory
- java.lang.Object
-
- org.smooks.management.DefaultInstrumentationAgentFactory
-
- All Implemented Interfaces:
InstrumentationAgentFactory
public class DefaultInstrumentationAgentFactory extends Object implements InstrumentationAgentFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultInstrumentationAgentFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstrumentationAgent
create(boolean usePlatformMBeanServer, String mBeanServerDefaultDomain)
-
-
-
Method Detail
-
create
public InstrumentationAgent create(boolean usePlatformMBeanServer, String mBeanServerDefaultDomain)
- Specified by:
create
in interfaceInstrumentationAgentFactory
-
-