© 2004 BEA Systems, Inc.

com.bea.p13n.mbeans
Class DocumentConnectionPoolNotification

java.lang.Object
  extended byjava.util.EventObject
      extended byjavax.management.Notification
          extended bycom.bea.p13n.mbeans.DocumentConnectionPoolNotification
All Implemented Interfaces:
Serializable

public class DocumentConnectionPoolNotification
extends javax.management.Notification

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

See Also:
Serialized Form

Field Summary
static String RESTART
          The restart a connection pool notification type.
static String SHUTDOWN
          The shutdown a connection pool notification type.
static String START
          The start a connection pool notification type.
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
DocumentConnectionPoolNotification(Object src, String type)
          Constructor.
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getSource, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESTART

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

See Also:
Constant Field Values

SHUTDOWN

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

See Also:
Constant Field Values

START

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

See Also:
Constant Field Values
Constructor Detail

DocumentConnectionPoolNotification

public DocumentConnectionPoolNotification(Object src,
                                          String type)
Constructor.


© 2004 BEA Systems, Inc.

Copyright © 2004 BEA Systems, Inc. All Rights Reserved