FileDocCategorySizeDatePackage
NotificationServiceMgr.javaAPI DocGlassfish v2 API3298Fri May 04 22:30:30 BST 2007com.sun.appserv.management.base

NotificationServiceMgr

public interface NotificationServiceMgr implements Utility, com.sun.appserv.management.base.Container, AMX
Manages the creation and removal of NotificationService MBeans.

Fields Summary
public static final String
J2EE_TYPE
The j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}.
Constructors Summary
Methods Summary
public NotificationServicecreateNotificationService(java.lang.Object userData, int bufferSize)
Create a new NotificationService (j2eeType={@link XTypes#NOTIFICATION_SERVICE}). {@link NotificationService#getName} can later be used to retrieve the NotificationService via {@link #getNotificationService}.

param
userData
param
bufferSize
return
NotificationService

public NotificationServicegetNotificationService(java.lang.String name)
Get the specified {@link NotificationService}.

param
name

public java.util.MapgetNotificationServiceMap()

return
Map of all {@link NotificationService} keyed by name

public voidremoveNotificationService(java.lang.String name)
Remove the specified {@link NotificationService}.

param
name