Application MBean

Management interface for a J2EE Application.

All Parent MBeans:
DeployedObject

Attribute Summary
java.lang.Stringserver
           The name of the server.
java.lang.String[]modules
           The J2EEModules utilized by this application

Attributes inherited from MBean DeployedObject
name, deploymentDescriptor, javaVersion, javaVendor

Notification Summary
j2ee.state.starting
           This application is being started
j2ee.state.running
           This application is now running
j2ee.state.stopping
           This application is stopping
j2ee.state.stopped
           This application is now stopped

Attribute Detail

server

public java.lang.String server
The name of the server.

modules

public java.lang.String[] modules
The J2EEModules utilized by this application

Notification Detail

j2ee.state.starting

This application is being started
Severity:
6  (Normal, Cleared, or Informative)

j2ee.state.running

This application is now running
Severity:
6  (Normal, Cleared, or Informative)

j2ee.state.stopping

This application is stopping
Severity:
6  (Normal, Cleared, or Informative)

j2ee.state.stopped

This application is now stopped
Severity:
6  (Normal, Cleared, or Informative)

Copyright IBM Corp. 1996-2003