The XMOJO Project | ||
<< Prev | 5. Shop Keeper MBean Creation | Next >> |
Attribute
Information |
|||
Attribute Name |
Attribute Type |
Attribute Access |
Attribute Description |
PetName | java.lang.String |
read only |
The item name |
InventoryLevel | java.lang.Integer |
read only |
The number of items available |
Operation
Information |
|||
Operation Name |
Signature |
Parameters |
Operation Description |
increaseStock | void | Integer quantity | To increase the inventory level of an item |
<< Prev | Home | Next >> |
Customer MBean Creation | JMX Agent Creation |