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

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

public class ServiceClientPoolExhaustedNotification
extends Notification

Notification associated to the following defect: the pool of service clients of the BC SOAP, in mode 'provider', is exhausted.

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

Field Summary
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
ServiceClientPoolExhaustedNotification(Object obj, long seqNum, String serviceClientPoolId)
          Create a notification
 
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

ServiceClientPoolExhaustedNotification

public ServiceClientPoolExhaustedNotification(Object obj,
                                              long seqNum,
                                              String serviceClientPoolId)
Create a notification

Parameters:
obj - The MBean source of this notification
seqNum - A sequence number
serviceClientPoolId - The identifier of the service client pool
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.