Package org.smooks.management.mbean
Class ManagedResourceConfig
- java.lang.Object
-
- org.smooks.management.mbean.AbstractMBean
-
- org.smooks.management.mbean.ManagedResourceConfig
-
- All Implemented Interfaces:
MBean
@ManagedResource public class ManagedResourceConfig extends AbstractMBean
-
-
Field Summary
-
Fields inherited from class org.smooks.management.mbean.AbstractMBean
hostName
-
-
Constructor Summary
Constructors Constructor Description ManagedResourceConfig(ResourceConfigSeq resourceConfigSeq, ResourceConfig resourceConfig, InstrumentationResource instrumentationResource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContext()protected StringgetName()Map<String,Object>getParameters()StringgetResource()StringgetResourceType()StringgetSelector()PropertiesgetSelectorNamespaces()protected StringgetType()-
Methods inherited from class org.smooks.management.mbean.AbstractMBean
getLocalHostName, getObjectName
-
-
-
-
Constructor Detail
-
ManagedResourceConfig
public ManagedResourceConfig(ResourceConfigSeq resourceConfigSeq, ResourceConfig resourceConfig, InstrumentationResource instrumentationResource)
-
-
Method Detail
-
getParameters
@ManagedAttribute(description="Parameters") public Map<String,Object> getParameters()
-
getResourceType
@ManagedAttribute(description="Resource type") public String getResourceType()
-
getSelector
@ManagedAttribute(description="Selector") public String getSelector()
-
getSelectorNamespaces
@ManagedAttribute(description="Selector namespaces") public Properties getSelectorNamespaces()
-
getResource
@ManagedAttribute(description="Resource") public String getResource()
-
getName
protected String getName()
- Specified by:
getNamein classAbstractMBean
-
getType
protected String getType()
- Specified by:
getTypein classAbstractMBean
-
getContext
public String getContext()
- Overrides:
getContextin classAbstractMBean
-
-