org.jacorb.notification.interfaces

Interface JMXManageable.JMXCallback

public static interface JMXManageable.JMXCallback

Method Summary
voidsendJMXAttributeChanged(String name, Object oldValue, Object newValue)
voidsendJMXNotification(String type, String message, Object payload)
voidsendJMXNotification(String type, String message)

Method Detail

sendJMXAttributeChanged

public void sendJMXAttributeChanged(String name, Object oldValue, Object newValue)

sendJMXNotification

public void sendJMXNotification(String type, String message, Object payload)

sendJMXNotification

public void sendJMXNotification(String type, String message)