| Stream | Notification Type | Description |
| All | STATE_CHANGED | When the state of any resource/service is changed. See com.pramati.util.admin.StateManageable for different states. |
| Resource | MAIL_DELIVERY_FAILURE | When a mail could not be sent properly. |
| - | AUTHENTICATION_FAILED | When the mail server failed to authenticate the username/password. |
| - | MAX_POOL_SIZE_EXCEEDED | When the pool size exceeds the datasource maximum pool size. |
| - | FATAL_CONNECTION_ERROR | When a fatal error occurred in connection to the Enterprise Information Systems. |
| JTA | TX_STARTED | When a new transaction is started. |
| - | TX_COMMITTED | When a transaction is committed. |
| - | TX_ROLLEDBACK_SYSTEM_EXCEPTION | When a transaction is rolledback due to system exception. |
| - | TX_ROLLEDBACK_MARKED_ROLLBACK | When a transaction is rolledback due to marked (setRollbackOnly) by application. |
| - | TX_ROLLEDBACK_COLLISION | When a transaction is rolledback due to collision. |
| - | TX_ROLLEDBACK_TIMEDOUT | When a transaction is rolledback due to timeout. |
| Services | POOL_ENTITY_CREATED | When a new poolable entity is created. |
| - | POOL_ENTITY_DESTROYED | When a poolable entity is destroyed. |
| - | POOL_ENTITY_LENT | When a poolable entity is given (from pool) to application for use. |
| - | POOL_ENTITY_RETURNED | When a poolable entity is returned back to the pool. |
| - | POOL_ENTITY_DEMANDED | When a thread request for a poolable entity and there is no more free entity. |
| - | POOL_THREAD_WAIT_STARTED | When a thread starts the wait for a connection due to unavailability of any free poolable entity in pool. |
| - | POOL_THREAD_WAIT_ENDED | When a thread end the wait due to becoming a poolable entity available in pool. |
| Cluster | CLUSTER_NODE_BECOMES_SLS | When Node has become an SLS. |
| - | CLUSTER_NODE_CONNECTION_BROKEN | When a connection is broken. Should identify how many attempts were made if connection is re-established. |
| - | CLUSTER_NODE_CONNECTION_ESTABLISHED | When a connection is established. Should identify how many attempts were made if connection is established. |
| - | CLUSTER_NODE_GOES_DOWN | When a Node goes down. Could contain information if that was an SLS. |
| - | STATE_CHANGED | When a node moves to upstate from bootstate. |
| - | CLUSTER_NODE_STATE_CHANGED | - |
| Util | UNAUTHORIZED_ACCESS_ATTEMPT | When an unsuccessful attempt is made to access the secure resource. |
| - | POOL_SIZE_CHANGED | When the pool size changes. |
| - | TARGET_REACED/TARGET_REACH_OVER | When the idle thread count reaches target. |
| - | POSITIVE_CHANGE | When the job queue size changes. |
| - | MAX_POOL_SIZE_REACHED | When the pool size changes. |
| J2EE | DEPLOY_TASK_FINISHED | When the particular deployment task is finished. |
| - | DEPLOY_TASK_ABORTED | When a deployment task is aborted. |
| - | DEPLOY_PROCESS_FINISHED | When deployment is finished successfully. |
| - | DEPLOY_PROCESS_ABORTED | When deployment is aborted. |
| - | APPLICATION_STARTED | When a deployed application is started. |
| - | APPLICATION_STOPPED | When a deployed application is stopped. |
| - | J2EE_STATE_RUNNING | When an application is running. |
| - | J2EE_STATE_STARTING | When an application is starting. |
| - | J2EE_STATE_FAILED | When the application start/stop has failed. |
| - | J2EE_STATE_STOPPED | When an application has stopped. |
| - | J2EE_STATE_STOPPING | When an application is stopping. |