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
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.
|
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
DocumentConnectionPoolNotification
public DocumentConnectionPoolNotification(Object
src,
String
type)
- Constructor.