FileDocCategorySizeDatePackage
HANotificationBroadcasterClientExampleMBean.javaAPI DocJBoss 4.2.12151Fri Jul 13 20:52:42 BST 2007org.jboss.ha.jmx.examples

HANotificationBroadcasterClientExampleMBean

public interface HANotificationBroadcasterClientExampleMBean implements org.jboss.system.ServiceMBean
see
org.jboss.ha.jmx.notification.examples.HANotificationBroadcasterExampleMBean
author
Ivelin Ivanov

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetHANotificationBroadcasterName()

return
the name of the broadcaster MBean

public java.util.CollectiongetReceivedNotifications()
Lists the notifications received on the cluster partition

public voidsendTextMessageViaHANBExample(java.lang.String message)
Broadcasts a notification to the cluster partition via the HANBExample MBean

public voidsetHANotificationBroadcasterName(java.lang.String newBroadcasterName)
Sets the name of the broadcaster MBean.

param