|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttest.compliance.server.support.InvocationHandlerTest (src)
test.compliance.server.support.BroadcasterInvocationHandlerTest
Field Summary |
Fields inherited from class test.compliance.server.support.InvocationHandlerTest (src) |
invokeNoArgsNoReturnInvoked, invokeNoReturnInvoked, primitive, type |
Constructor Summary | |
BroadcasterInvocationHandlerTest()
|
Method Summary | |
void |
addNotificationListener(NotificationListener (src) listener,
NotificationFilter (src) filter,
java.lang.Object handback)
Add a listener to an MBean. |
MBeanNotificationInfo (src) [] |
getNotificationInfo()
Returns the notification metadata associated with the MBean. |
void |
removeNotificationListener(NotificationListener (src) listener)
Removes a listener from an MBean. |
void |
sendNotification()
|
Methods inherited from class test.compliance.server.support.InvocationHandlerTest (src) |
getAttribute, invoke, invokeMixedParameters, invokeNoArgs, invokeNoArgsNoReturn, invokeNoReturn, isIsPrimitive, isIsType, setAttribute, setIsPrimitive, setIsType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BroadcasterInvocationHandlerTest()
Method Detail |
public void addNotificationListener(NotificationListener (src) listener, NotificationFilter (src) filter, java.lang.Object handback)
NotificationBroadcaster (src)
addNotificationListener
in interface NotificationBroadcaster (src)
listener
- implementation of the listener objectfilter
- implementation of the filter object or null
if no filtering is requiredhandback
- A handback object associated with each notification
sent by this notification broadcaster.public MBeanNotificationInfo (src) [] getNotificationInfo()
NotificationBroadcaster (src)
getNotificationInfo
in interface NotificationBroadcaster (src)
MBeanNotificationInfo
(src) public void removeNotificationListener(NotificationListener (src) listener) throws ListenerNotFoundException (src)
NotificationBroadcaster (src)
removeNotificationListener
in interface NotificationBroadcaster (src)
listener
- the listener object to remove
ListenerNotFoundException (src)
- if the listener was not foundpublic void sendNotification()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |