DocumentConnectionPoolNotification Class

com.bea.p13n.mbeans
DocumentConnectionPoolNotification Class

public class DocumentConnectionPoolNotification

    extends Notification

A notification sent out when a request has been made to start, restart, or shutdown the connection pool configured by a DocumentConnectionPoolMBean.


Hierarchy
Object
  EventObject
    Notification
      DocumentConnectionPoolNotification
All Implemented Interfaces

Serializable

Field Summary

public static final String
RESTART
The restart a connection pool notification type.
public static final String
SHUTDOWN
The shutdown a connection pool notification type.
public static final String
START
The start a connection pool notification type.
   
Fields from  javax.management.Notification
source
 
Fields from  java.util.EventObject
source
 

Constructor Summary

DocumentConnectionPoolNotification(Object src, String type)

Constructor.
 

Method Summary

 
Methods from  javax.management.Notification
getMessage, getSequenceNumber, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData
 
Methods from  java.util.EventObject
getSource, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

RESTART

public static final String RESTART
The restart a connection pool notification type.


SHUTDOWN

public static final String SHUTDOWN
The shutdown a connection pool notification type.


START

public static final String START
The start a connection pool notification type.

 

Constructor Detail

DocumentConnectionPoolNotification

public DocumentConnectionPoolNotification(Object src, 
                                          String type)
Constructor.