mx4j.remote

Class ConnectionNotificationEmitter

Implemented Interfaces:
javax.management.NotificationEmitter

public class ConnectionNotificationEmitter
extends javax.management.NotificationBroadcasterSupport

Version:
$Revision: 1.4 $

Constructor Summary

ConnectionNotificationEmitter(javax.management.remote.JMXConnector connector)

Method Summary

void
sendConnectionNotificationClosed()
void
sendConnectionNotificationFailed()
void
sendConnectionNotificationLost(long howMany)
void
sendConnectionNotificationOpened()

Methods inherited from class javax.management.NotificationBroadcasterSupport

addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification

Constructor Details

ConnectionNotificationEmitter

public ConnectionNotificationEmitter(javax.management.remote.JMXConnector connector)

Method Details

sendConnectionNotificationClosed

public void sendConnectionNotificationClosed()

sendConnectionNotificationFailed

public void sendConnectionNotificationFailed()

sendConnectionNotificationLost

public void sendConnectionNotificationLost(long howMany)

sendConnectionNotificationOpened

public void sendConnectionNotificationOpened()

Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.