Package org.opennms.netmgt.tl1d.jmx
Class Tl1d
- java.lang.Object
-
- org.opennms.netmgt.daemon.AbstractSpringContextJmxServiceDaemon<Tl1d>
-
- org.opennms.netmgt.tl1d.jmx.Tl1d
-
- All Implemented Interfaces:
BaseOnmsMBean
,Tl1dMBean
public class Tl1d extends AbstractSpringContextJmxServiceDaemon<Tl1d> implements Tl1dMBean
Tl1d class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Field Summary
-
Fields inherited from class org.opennms.netmgt.daemon.AbstractSpringContextJmxServiceDaemon
DAEMON_BEAN_NAME
-
-
Constructor Summary
Constructors Constructor Description Tl1d()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getLoggingPrefix()
getLoggingPrefixprotected String
getSpringContext()
getSpringContext-
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
-
-
-
-
Method Detail
-
getLoggingPrefix
protected String getLoggingPrefix()
getLoggingPrefix
- Specified by:
getLoggingPrefix
in classAbstractSpringContextJmxServiceDaemon<Tl1d>
- Returns:
- a
String
object.
-
getSpringContext
protected String getSpringContext()
getSpringContext
- Specified by:
getSpringContext
in classAbstractSpringContextJmxServiceDaemon<Tl1d>
- Returns:
- a
String
object.
-
-