public class TckMbeanServerBuilder.TckMbeanServerDelegate extends MBeanServerDelegate
DELEGATE_NAME| Constructor and Description |
|---|
TckMbeanServerDelegate(MBeanServerDelegate delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback) |
String |
getImplementationName() |
String |
getImplementationVendor() |
String |
getImplementationVersion() |
String |
getMBeanServerId() |
MBeanNotificationInfo[] |
getNotificationInfo() |
String |
getSpecificationName() |
String |
getSpecificationVendor() |
String |
getSpecificationVersion() |
void |
removeNotificationListener(NotificationListener listener) |
void |
removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback) |
void |
sendNotification(Notification notification) |
public TckMbeanServerDelegate(MBeanServerDelegate delegate)
public String getMBeanServerId()
getMBeanServerId in interface MBeanServerDelegateMBeangetMBeanServerId in class MBeanServerDelegatepublic String getSpecificationName()
getSpecificationName in interface MBeanServerDelegateMBeangetSpecificationName in class MBeanServerDelegatepublic String getSpecificationVersion()
getSpecificationVersion in interface MBeanServerDelegateMBeangetSpecificationVersion in class MBeanServerDelegatepublic String getSpecificationVendor()
getSpecificationVendor in interface MBeanServerDelegateMBeangetSpecificationVendor in class MBeanServerDelegatepublic String getImplementationName()
getImplementationName in interface MBeanServerDelegateMBeangetImplementationName in class MBeanServerDelegatepublic String getImplementationVersion()
getImplementationVersion in interface MBeanServerDelegateMBeangetImplementationVersion in class MBeanServerDelegatepublic String getImplementationVendor()
getImplementationVendor in interface MBeanServerDelegateMBeangetImplementationVendor in class MBeanServerDelegatepublic MBeanNotificationInfo[] getNotificationInfo()
getNotificationInfo in interface NotificationBroadcastergetNotificationInfo in class MBeanServerDelegatepublic void addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) throws IllegalArgumentException
addNotificationListener in interface NotificationBroadcasteraddNotificationListener in class MBeanServerDelegateIllegalArgumentExceptionpublic void removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) throws ListenerNotFoundException
removeNotificationListener in interface NotificationEmitterremoveNotificationListener in class MBeanServerDelegateListenerNotFoundExceptionpublic void removeNotificationListener(NotificationListener listener) throws ListenerNotFoundException
removeNotificationListener in interface NotificationBroadcasterremoveNotificationListener in class MBeanServerDelegateListenerNotFoundExceptionpublic void sendNotification(Notification notification)
sendNotification in class MBeanServerDelegateCopyright © 2025 JBoss, a division of Red Hat. All rights reserved.