FileDocCategorySizeDatePackage
ControllerMBean.javaAPI DocExample480Thu May 23 09:32:50 BST 2002 sample.model

ControllerMBean

public interface ControllerMBean implements sample.standard.BasicMBean
Management interface for the Controller in order to instrument it as a standard MBean. There are no attributes and two operations: 1. createWorker() - creates a new worker thread. 2. reset() - resets the state of the controller. This method is inherited from BasicMBean.

Fields Summary
Constructors Summary
Methods Summary
public voidcreateWorker(java.lang.String role, int workFactor)