|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CounterMBean
CounterMBean is an MBean interface to a simple Fibonacci counter. Note that this code is only instructional.
| Method Summary | |
|---|---|
int |
count()
Counts the Fibonacci number specified by the preset counter. |
int |
getCounter()
Gets the value of the counter. |
void |
setCounter(int counter)
Sets the value of the counter. |
| Method Detail |
|---|
int getCounter()
void setCounter(int counter)
counter - the counter.int count()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||