The XMOJO Project | ||
<< Prev | Chapter 2.1 Standard MBean | Next >> |
public String
getName();
public void setName(String some_name);
public AttributeType get<AttributeName>();
public void set<AttributeName>(AttributeType obj);
AttributeType
can be of any Java type, including array
types.public boolean is<AttributeName>();
instead of public boolean get<AttributeName>();
public void destroy();
is exposed as an operation with the name
destroy.
|
<< Prev | Home | Next >> |
Instrumentation Level | Writing a Standard MBean |