|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.tests.services.monitoring.jmx.Foo
public class Foo
This class is used to test the JMX package. It contains a member, a getter and a setter method for this member and an 'add' method.
| Field Summary | |
|---|---|
private String |
m_fullName
The only member variable, used for testing. |
| Constructor Summary | |
|---|---|
Foo()
|
|
| Method Summary | |
|---|---|
int |
add(int x,
int y)
An adding method to be used for JMX testing. |
String |
getFullName()
The getter method for the fullName member variable. |
void |
setFullName(String fullName)
The setter method for the fullName member variable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private String m_fullName
| Constructor Detail |
|---|
public Foo()
| Method Detail |
|---|
public void setFullName(String fullName)
fullName - The fullName to be setpublic String getFullName()
public int add(int x,
int y)
x - The first addendy - The second addend
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||