org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote
Class DefaultRemoteNotificationServerHandler.NotificationBuffer
java.lang.Object
org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.DefaultRemoteNotificationServerHandler.NotificationBuffer
- Enclosing class:
- DefaultRemoteNotificationServerHandler
public class DefaultRemoteNotificationServerHandler.NotificationBuffer
- extends java.lang.Object
Method Summary |
void |
add(javax.management.remote.TargetedNotification notification)
|
javax.management.remote.NotificationResult |
getNotifications(long sequenceNumber,
int maxNotifications,
long timeout)
|
int |
getSize()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DefaultRemoteNotificationServerHandler.NotificationBuffer
public DefaultRemoteNotificationServerHandler.NotificationBuffer(java.util.Map environment)
getSize
public int getSize()
add
public void add(javax.management.remote.TargetedNotification notification)
getNotifications
public javax.management.remote.NotificationResult getNotifications(long sequenceNumber,
int maxNotifications,
long timeout)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object