org.ow2.petals.binding.soap.monitoring.notification
Class HTTPServerThreadPoolExhaustedNotification

java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by org.ow2.petals.binding.soap.monitoring.notification.HTTPServerThreadPoolExhaustedNotification
All Implemented Interfaces:
Serializable

public class HTTPServerThreadPoolExhaustedNotification
extends Notification

Notification associated to the following defect: no thread of the thread pool of the HTTP server is available to process an incoming request.

Author:
Christophe DENEUX (PetalsLink)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
HTTPServerThreadPoolExhaustedNotification(Object obj, long seqNum)
           
 
Method Summary
static MBeanNotificationInfo getNotificationInfo()
          Creation the information associated to the notification
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTTPServerThreadPoolExhaustedNotification

public HTTPServerThreadPoolExhaustedNotification(Object obj,
                                                 long seqNum)
Parameters:
obj - The MBean source of this notification
seqNum - A sequence number
Method Detail

getNotificationInfo

public static final MBeanNotificationInfo getNotificationInfo()
Creation the information associated to the notification

Returns:
Information associated to this notification


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.