Java EE 5 SDK

com.sun.appserv.management.helper
Class NotificationServiceHelper

java.lang.Object
  extended by com.sun.appserv.management.helper.NotificationServiceHelper

public final class NotificationServiceHelper
extends Object

Helps make it easier to get Notifications from a NotificationService


Constructor Summary
NotificationServiceHelper(NotificationService proxy, Object bufferID)
           
 
Method Summary
 NotificationService get()
           
 Notification[] getNotifications()
          Get any outstanding Notifications and return them.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationServiceHelper

public NotificationServiceHelper(NotificationService proxy,
                                 Object bufferID)
Method Detail

get

public NotificationService get()

getNotifications

public Notification[] getNotifications()
Get any outstanding Notifications and return them.


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.