FileDocCategorySizeDatePackage
ControllerMBean.javaAPI DocExample600Thu May 23 09:32:50 BST 2002 sample.notification

ControllerMBean

public interface ControllerMBean implements sample.standard.BasicMBean
Management interface for the Controller in order to instrument it as a standard MBean.
author
Steve Perry

Fields Summary
Constructors Summary
Methods Summary
public voidcreateWorker(java.lang.String role, int workFactor)
Creates a new worker thread of the specified type

param
role String containing the type of worker thread to create.
param
workFactor int containing the work factor for the newly created thread.