Methods Summary |
---|
public NotificationService | createNotificationService(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}.
|
public NotificationService | getNotificationService(java.lang.String name)Get the specified {@link NotificationService}.
|
public java.util.Map | getNotificationServiceMap()
|
public void | removeNotificationService(java.lang.String name)Remove the specified {@link NotificationService}.
|