Version 8

    [Note:JBoss AS-4 and below!]

    The events described below apply to JBoss AS-4 and below. For more details on AS-5 deployment notifications, read this  forum thread http://community.jboss.org/thread/2709

    Notifications Emitted by JBoss MBeans

     

    This page will attempt to document the various JMX Notifications emitted

    by MBeans in JBoss. Please add any notifications you see missing,

    along with the version they were introduced, if possible.

     

    Also listed are properties of the DeploymentInfoNotificationFilterFactory filter. It is used like so

     

     

     

    System Module

     

    • org.jboss.system.server.started - javax.management.Notification

    notification emitted by jboss.system:type=Server to indicate the server

    has completed startup.

     

    • org.jboss.system.server.stopped - javax.management.Notification

    notification emitted by jboss.system:type=Server to indicate the server

    has initiated shutdown (should have been named "stopping", really).

     

    EAR Module

     

    • org.jboss.deployment.SubDeployer.start - javax.management.Notification

      notification emitted by jboss.j2ee:service=EARDeployer to indicate an EAR

      has been deployed. The short-name property contains the EAR filename.

     

    • org.jboss.deployment.SubDeployer.stop - javax.management.Notification

      notification emitted by jboss.j2ee:service=EARDeployer to indicate an EAR

      has been undeployed. The short-name property contains the EAR filename.

     

     

    EJB Module

     

    • org.jboss.deployment.SubDeployer.start - javax.management.Notification

      notification emitted by jboss.ejb:service=EJBDeployer to indicate an EJB-JAR

      has been deployed. The short-name property contains the JAR filename.

     

    • org.jboss.deployment.SubDeployer.stop - javax.management.Notification

      notification emitted by jboss.ejb:service=EJBDeployer to indicate an EJB-JAR

      has been undeployed. The short-name property contains the JAR filename.

     

    WAR Module

     

    • org.jboss.deployment.SubDeployer.start - javax.management.Notification

      notification emitted by jboss.web:service=WebServer to indicate a WAR

      has been deployed. The short-name property contains the WAR filename.

     

    • org.jboss.deployment.SubDeployer.stop - javax.management.Notification

      notification emitted by jboss.web:service=WebServer to indicate a WAR

      has been undeployed. The short-name property contains the WAR filename.

     

     

     

    Referenced by: