org.apache.camel.example.jmx
Class SimpleBean
java.lang.Object
javax.management.NotificationBroadcasterSupport
org.apache.camel.example.jmx.SimpleBean
- All Implemented Interfaces:
- Serializable, NotificationBroadcaster, NotificationEmitter, ISimpleMXBean
public class SimpleBean
- extends NotificationBroadcasterSupport
- implements ISimpleMXBean
Our business logic which also is capable of broadcasting JMX notifications,
such as an attribute being changed.
- See Also:
- Serialized Form
|
Method Summary |
void |
tick()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleBean
public SimpleBean()
tick
public void tick()
throws Exception
- Specified by:
tick in interface ISimpleMXBean
- Throws:
Exception
Apache CAMEL