Package org.apache.camel.component.jmx
Class JMXEndpoint
- java.lang.Object
-
- org.apache.camel.support.service.BaseService
-
- org.apache.camel.support.service.ServiceSupport
-
- org.apache.camel.support.DefaultEndpoint
-
- org.apache.camel.component.jmx.JMXEndpoint
-
- All Implemented Interfaces:
AutoCloseable,org.apache.camel.CamelContextAware,org.apache.camel.Endpoint,org.apache.camel.IsSingleton,org.apache.camel.Service,org.apache.camel.ShutdownableService,org.apache.camel.spi.HasId,org.apache.camel.StatefulService,org.apache.camel.SuspendableService
@UriEndpoint(firstVersion="2.6.0", scheme="jmx", title="JMX", syntax="jmx:serverURL", consumerOnly=true, category=MONITORING) public class JMXEndpoint extends org.apache.camel.support.DefaultEndpointReceive JMX notifications. Endpoint that describes a connection to an mbean. The component can connect to the local platform mbean server with the following URI:jmx://platform?optionsA remote mbean server url can be provided following the initial JMX scheme like so:jmx:service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi?optionsYou can append query options to the URI in the following format, ?options=value&option2=value&...
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringERR_GAUGE_NOTIFYprotected static StringERR_OBSERVED_ATTRIBUTEprotected static StringERR_PLATFORM_SERVERprotected static StringERR_STRING_NOTIFYprotected static StringERR_STRING_TO_COMPAREprotected static StringERR_THRESHOLD_HIGHprotected static StringERR_THRESHOLD_LOW
-
Constructor Summary
Constructors Constructor Description JMXEndpoint(String aEndpointUri, JMXComponent aComponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.ConsumercreateConsumer(org.apache.camel.Processor aProcessor)org.apache.camel.ProducercreateProducer()ExecutorServicegetExecutorService()StringgetFormat()longgetGranularityPeriod()ObjectgetHandback()intgetInitThreshold()protected ObjectNamegetJMXObjectName()intgetModulus()StringgetMonitorType()NotificationFiltergetNotificationFilter()StringgetObjectDomain()StringgetObjectName()Map<String,String>getObjectProperties()StringgetObservedAttribute()intgetOffset()StringgetPassword()intgetReconnectDelay()protected StringgetServerURL()StringgetStringToCompare()DoublegetThresholdHigh()DoublegetThresholdLow()StringgetUser()booleanisDifferenceMode()booleanisNotifyDiffer()booleanisNotifyHigh()booleanisNotifyLow()booleanisNotifyMatch()booleanisPlatformServer()booleanisReconnectOnConnectionFailure()booleanisTestConnectionOnStartup()booleanisXML()voidsetDifferenceMode(boolean aDifferenceMode)voidsetExecutorService(ExecutorService executorService)voidsetFormat(String aFormat)voidsetGranularityPeriod(long aGranularityPeriod)voidsetHandback(Object aHandback)voidsetInitThreshold(int aInitThreshold)protected voidsetJMXObjectName(ObjectName aCachedObjectName)voidsetModulus(int aModulus)voidsetMonitorType(String aMonitorType)voidsetNotificationFilter(NotificationFilter aFilterRef)voidsetNotifyDiffer(boolean aNotifyDiffer)voidsetNotifyHigh(boolean aNotifyHigh)voidsetNotifyLow(boolean aNotifyLow)voidsetNotifyMatch(boolean aNotifyMatch)voidsetObjectDomain(String aObjectDomain)voidsetObjectName(String aObjectName)voidsetObjectProperties(Map<String,String> objectProperties)Setter for the ObjectProperties is either called by reflection when processing the URI or manually by the component.voidsetObservedAttribute(String aObservedAttribute)voidsetOffset(int aOffset)voidsetPassword(String aPassword)voidsetReconnectDelay(int reconnectDelay)voidsetReconnectOnConnectionFailure(boolean reconnectOnConnectionFailure)protected voidsetServerURL(String aServerURL)voidsetStringToCompare(String aStringToCompare)voidsetTestConnectionOnStartup(boolean testConnectionOnStartup)voidsetThresholdHigh(Double aThresholdHigh)voidsetThresholdLow(Double aThresholdLow)voidsetUser(String aUser)-
Methods inherited from class org.apache.camel.support.DefaultEndpoint
configureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, createPollingConsumer, doInit, doStart, doStop, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toString
-
Methods inherited from class org.apache.camel.support.service.BaseService
build, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspend
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
ERR_PLATFORM_SERVER
protected static final String ERR_PLATFORM_SERVER
- See Also:
- Constant Field Values
-
ERR_THRESHOLD_LOW
protected static final String ERR_THRESHOLD_LOW
- See Also:
- Constant Field Values
-
ERR_THRESHOLD_HIGH
protected static final String ERR_THRESHOLD_HIGH
- See Also:
- Constant Field Values
-
ERR_GAUGE_NOTIFY
protected static final String ERR_GAUGE_NOTIFY
- See Also:
- Constant Field Values
-
ERR_STRING_NOTIFY
protected static final String ERR_STRING_NOTIFY
- See Also:
- Constant Field Values
-
ERR_STRING_TO_COMPARE
protected static final String ERR_STRING_TO_COMPARE
- See Also:
- Constant Field Values
-
ERR_OBSERVED_ATTRIBUTE
protected static final String ERR_OBSERVED_ATTRIBUTE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JMXEndpoint
public JMXEndpoint(String aEndpointUri, JMXComponent aComponent)
-
-
Method Detail
-
createConsumer
public org.apache.camel.Consumer createConsumer(org.apache.camel.Processor aProcessor) throws Exception- Throws:
Exception
-
getFormat
public String getFormat()
-
setFormat
public void setFormat(String aFormat)
-
isXML
public boolean isXML()
-
isPlatformServer
public boolean isPlatformServer()
-
getUser
public String getUser()
-
setUser
public void setUser(String aUser)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String aPassword)
-
getObjectDomain
public String getObjectDomain()
-
setObjectDomain
public void setObjectDomain(String aObjectDomain)
-
getObjectName
public String getObjectName()
-
setObjectName
public void setObjectName(String aObjectName)
-
getServerURL
protected String getServerURL()
-
setServerURL
protected void setServerURL(String aServerURL)
-
getNotificationFilter
public NotificationFilter getNotificationFilter()
-
setNotificationFilter
public void setNotificationFilter(NotificationFilter aFilterRef)
-
getHandback
public Object getHandback()
-
setHandback
public void setHandback(Object aHandback)
-
setObjectProperties
public void setObjectProperties(Map<String,String> objectProperties)
Setter for the ObjectProperties is either called by reflection when processing the URI or manually by the component. If the URI contained a value with a reference like "objectProperties=#myHashtable" then the Hashtable will be set in place. If there are extra properties that begin with "key." then the component will create a Hashtable with these values after removing the "key." prefix.
-
getJMXObjectName
protected ObjectName getJMXObjectName() throws MalformedObjectNameException
- Throws:
MalformedObjectNameException
-
setJMXObjectName
protected void setJMXObjectName(ObjectName aCachedObjectName)
-
getObservedAttribute
public String getObservedAttribute()
-
setObservedAttribute
public void setObservedAttribute(String aObservedAttribute)
-
getGranularityPeriod
public long getGranularityPeriod()
-
setGranularityPeriod
public void setGranularityPeriod(long aGranularityPeriod)
-
getMonitorType
public String getMonitorType()
-
setMonitorType
public void setMonitorType(String aMonitorType)
-
getInitThreshold
public int getInitThreshold()
-
setInitThreshold
public void setInitThreshold(int aInitThreshold)
-
getOffset
public int getOffset()
-
setOffset
public void setOffset(int aOffset)
-
getModulus
public int getModulus()
-
setModulus
public void setModulus(int aModulus)
-
isDifferenceMode
public boolean isDifferenceMode()
-
setDifferenceMode
public void setDifferenceMode(boolean aDifferenceMode)
-
isNotifyHigh
public boolean isNotifyHigh()
-
setNotifyHigh
public void setNotifyHigh(boolean aNotifyHigh)
-
isNotifyLow
public boolean isNotifyLow()
-
setNotifyLow
public void setNotifyLow(boolean aNotifyLow)
-
getThresholdHigh
public Double getThresholdHigh()
-
setThresholdHigh
public void setThresholdHigh(Double aThresholdHigh)
-
getThresholdLow
public Double getThresholdLow()
-
setThresholdLow
public void setThresholdLow(Double aThresholdLow)
-
isNotifyDiffer
public boolean isNotifyDiffer()
-
setNotifyDiffer
public void setNotifyDiffer(boolean aNotifyDiffer)
-
isNotifyMatch
public boolean isNotifyMatch()
-
setNotifyMatch
public void setNotifyMatch(boolean aNotifyMatch)
-
getStringToCompare
public String getStringToCompare()
-
setStringToCompare
public void setStringToCompare(String aStringToCompare)
-
isTestConnectionOnStartup
public boolean isTestConnectionOnStartup()
-
setTestConnectionOnStartup
public void setTestConnectionOnStartup(boolean testConnectionOnStartup)
-
isReconnectOnConnectionFailure
public boolean isReconnectOnConnectionFailure()
-
setReconnectOnConnectionFailure
public void setReconnectOnConnectionFailure(boolean reconnectOnConnectionFailure)
-
getReconnectDelay
public int getReconnectDelay()
-
setReconnectDelay
public void setReconnectDelay(int reconnectDelay)
-
getExecutorService
public ExecutorService getExecutorService()
-
setExecutorService
public void setExecutorService(ExecutorService executorService)
-
-