Class ManagedProcessor

    • Constructor Detail

      • ManagedProcessor

        public ManagedProcessor​(org.apache.camel.CamelContext context,
                                org.apache.camel.Processor processor,
                                org.apache.camel.model.ProcessorDefinition<?> definition)
    • Method Detail

      • getContext

        public org.apache.camel.CamelContext getContext()
      • getInstance

        public Object getInstance()
        Specified by:
        getInstance in interface org.apache.camel.api.management.ManagedInstance
      • getProcessor

        public org.apache.camel.Processor getProcessor()
      • getDefinition

        public org.apache.camel.model.ProcessorDefinition<?> getDefinition()
      • getStepId

        public String getStepId()
        Specified by:
        getStepId in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
      • getIndex

        public Integer getIndex()
        Specified by:
        getIndex in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
      • getLevel

        public int getLevel()
        Specified by:
        getLevel in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
      • getSourceLocation

        public String getSourceLocation()
        Specified by:
        getSourceLocation in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
      • getSourceLineNumber

        public Integer getSourceLineNumber()
        Specified by:
        getSourceLineNumber in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
      • getSupportExtendedInformation

        public Boolean getSupportExtendedInformation()
        Specified by:
        getSupportExtendedInformation in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
      • getRoute

        public org.apache.camel.Route getRoute()
      • setRoute

        public void setRoute​(org.apache.camel.Route route)
      • getState

        public String getState()
        Specified by:
        getState in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
      • getCamelId

        public String getCamelId()
        Specified by:
        getCamelId in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
      • getCamelManagementName

        public String getCamelManagementName()
        Specified by:
        getCamelManagementName in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
      • getRouteId

        public String getRouteId()
        Specified by:
        getRouteId in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
      • getProcessorId

        public String getProcessorId()
        Specified by:
        getProcessorId in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
      • getProcessorName

        public String getProcessorName()
        Specified by:
        getProcessorName in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
      • start

        public void start()
                   throws Exception
        Specified by:
        start in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
        Throws:
        Exception
      • stop

        public void stop()
                  throws Exception
        Specified by:
        stop in interface org.apache.camel.api.management.mbean.ManagedProcessorMBean
        Throws:
        Exception