org.norther.tammi.manual.sample
Class Counter

java.lang.Object
  extended by org.norther.tammi.manual.sample.FibonacciCounter
      extended by org.norther.tammi.manual.sample.Counter
All Implemented Interfaces:
CounterMBean
Direct Known Subclasses:
ReferableCounter

public class Counter
extends FibonacciCounter
implements CounterMBean

Counter is an MBean implementation of the simple Fibonacci counter. Note that this code is only instructional.


Constructor Summary
Counter()
          Default constructor.
 
Method Summary
 
Methods inherited from class org.norther.tammi.manual.sample.FibonacciCounter
count, getCounter, setCounter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.norther.tammi.manual.sample.CounterMBean
count, getCounter, setCounter
 

Constructor Detail

Counter

public Counter()
Default constructor.



Copyright © 2004 The Norther Organization. All rights reserved.