org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote
Class DefaultRemoteNotificationServerHandler.NotificationBuffer

java.lang.Object
  extended by org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.DefaultRemoteNotificationServerHandler.NotificationBuffer
Enclosing class:
DefaultRemoteNotificationServerHandler

public class DefaultRemoteNotificationServerHandler.NotificationBuffer
extends Object


Constructor Summary
DefaultRemoteNotificationServerHandler.NotificationBuffer(Map environment)
           
 
Method Summary
 void add(TargetedNotification notification)
           
 NotificationResult getNotifications(long sequenceNumber, int maxNotifications, long timeout)
           
 int getSize()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultRemoteNotificationServerHandler.NotificationBuffer

public DefaultRemoteNotificationServerHandler.NotificationBuffer(Map environment)
Method Detail

getSize

public int getSize()

add

public void add(TargetedNotification notification)

getNotifications

public NotificationResult getNotifications(long sequenceNumber,
                                           int maxNotifications,
                                           long timeout)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Apache Software Foundation. All Rights Reserved.