org.opennms.netmgt.importer.jmx
Class ImporterService

java.lang.Object
  extended by org.opennms.netmgt.daemon.AbstractSpringContextJmxServiceDaemon<ImporterService>
      extended by org.opennms.netmgt.importer.jmx.ImporterService
All Implemented Interfaces:
BaseOnmsMBean, ImporterServiceMBean

public class ImporterService
extends AbstractSpringContextJmxServiceDaemon<ImporterService>
implements ImporterServiceMBean

ImporterService class.

Version:
$Id: $
Author:
ranger

Field Summary
 
Fields inherited from class org.opennms.netmgt.daemon.AbstractSpringContextJmxServiceDaemon
DAEMON_BEAN_NAME
 
Constructor Summary
ImporterService()
           
 
Method Summary
protected  String getLoggingPrefix()
          getLoggingPrefix
protected  String getSpringContext()
          getSpringContext
 String getStats()
          getStats
 
Methods inherited from class org.opennms.netmgt.daemon.AbstractSpringContextJmxServiceDaemon
getContext, getDaemon, getStatus, getStatusText, init, start, status, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opennms.netmgt.daemon.BaseOnmsMBean
getStatus, getStatusText, init, start, status, stop
 

Constructor Detail

ImporterService

public ImporterService()
Method Detail

getLoggingPrefix

protected String getLoggingPrefix()

getLoggingPrefix

Specified by:
getLoggingPrefix in class AbstractSpringContextJmxServiceDaemon<ImporterService>
Returns:
a String object.

getSpringContext

protected String getSpringContext()

getSpringContext

Specified by:
getSpringContext in class AbstractSpringContextJmxServiceDaemon<ImporterService>
Returns:
a String object.

getStats

public String getStats()

getStats

Specified by:
getStats in interface ImporterServiceMBean
Returns:
a String object.


Copyright © 2011. All Rights Reserved.