JBoss

JMX MBean View

Back to Agent View Refresh MBean View

MBean description:

Scheduler Service used by other Services to register callbacks for periodical invocation by the JMX Timer Service

List of MBean attributes:

Name Type Access Value Description
Name java.lang.String R SchedulerService The class name of the MBean
State int R 3 The status of the MBean
StateString java.lang.String R Started The status of the MBean in text form

List of MBean operations:


java.lang.Integer startScheduler()

Register callback, return Scheduler ID

Param ParamType ParamValue ParamDescription
name java.lang.String Scheduler Name
period long Period in ms
listener javax.management.NotificationListener Callback

void stopScheduler()

Unregister callback

Param ParamType ParamValue ParamDescription
name java.lang.String Scheduler Name
id java.lang.Integer Scheduler ID
listener javax.management.NotificationListener Callback

void create()

Standard MBean lifecycle method


void start()

The start lifecycle operation


void stop()

The stop lifecycle operation


void destroy()

The destroy lifecycle operation


void jbossInternalLifecycle()

The detyped lifecycle operation (for internal use only)

Param ParamType ParamValue ParamDescription
method java.lang.String The lifecycle operation