Package org.smooks.api.management
Interface InstrumentationResource
-
public interface InstrumentationResource
-
-
Field Summary
Fields Modifier and Type Field Description static TypedKey<InstrumentationResource>INSTRUMENTATION_RESOURCE_TYPED_KEY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetIncludeHostName()InstrumentationAgentgetInstrumentationAgent()StringgetMBeanObjectDomainName()
-
-
-
Field Detail
-
INSTRUMENTATION_RESOURCE_TYPED_KEY
static final TypedKey<InstrumentationResource> INSTRUMENTATION_RESOURCE_TYPED_KEY
-
-
Method Detail
-
getMBeanObjectDomainName
String getMBeanObjectDomainName()
-
getIncludeHostName
Boolean getIncludeHostName()
-
getInstrumentationAgent
InstrumentationAgent getInstrumentationAgent()
-
-