Class NotificationBroadcasterSupport
- Namespace
- Javax.Management
- Assembly
- MASES.JNet.dll
public class NotificationBroadcasterSupport : NotificationEmitter, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, INotificationEmitter, INotificationBroadcaster
- Inheritance
-
NotificationBroadcasterSupport
- Implements
- Derived
- Extension Methods
Constructors
NotificationBroadcasterSupport()
public NotificationBroadcasterSupport()
NotificationBroadcasterSupport(Executor)
public NotificationBroadcasterSupport(Executor arg0)
Parameters
NotificationBroadcasterSupport(Executor, params MBeanNotificationInfo[])
public NotificationBroadcasterSupport(Executor arg0, params MBeanNotificationInfo[] arg1)
Parameters
arg0Executorarg1MBeanNotificationInfo[]
NotificationBroadcasterSupport(params MBeanNotificationInfo[])
public NotificationBroadcasterSupport(params MBeanNotificationInfo[] arg0)
Parameters
NotificationBroadcasterSupport(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public NotificationBroadcasterSupport(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
NotificationInfo
public MBeanNotificationInfo[] NotificationInfo { get; }
Property Value
Methods
AddNotificationListener(NotificationListener, NotificationFilter, object)
public void AddNotificationListener(NotificationListener arg0, NotificationFilter arg1, object arg2)
Parameters
arg0NotificationListenerarg1NotificationFilterarg2object
CreatePoolableInstance()
HPA initializer for NotificationBroadcasterSupport()
public static NotificationBroadcasterSupport CreatePoolableInstance()
Returns
CreatePoolableInstance(Executor)
HPA initializer for NotificationBroadcasterSupport(Java.Util.Concurrent.Executor arg0)
public static NotificationBroadcasterSupport CreatePoolableInstance(Executor arg0)
Parameters
arg0Executor
Returns
CreatePoolableInstance(Executor, params MBeanNotificationInfo[])
HPA initializer for NotificationBroadcasterSupport(Java.Util.Concurrent.Executor arg0, params Javax.Management.MBeanNotificationInfo[] arg1)
public static NotificationBroadcasterSupport CreatePoolableInstance(Executor arg0, params MBeanNotificationInfo[] arg1)
Parameters
arg0Executorarg1MBeanNotificationInfo[]
Returns
CreatePoolableInstance(params MBeanNotificationInfo[])
HPA initializer for NotificationBroadcasterSupport(params Javax.Management.MBeanNotificationInfo[] arg0)
public static NotificationBroadcasterSupport CreatePoolableInstance(params MBeanNotificationInfo[] arg0)
Parameters
arg0MBeanNotificationInfo[]
Returns
RemoveNotificationListener(NotificationListener)
public void RemoveNotificationListener(NotificationListener arg0)
Parameters
Exceptions
RemoveNotificationListener(NotificationListener, NotificationFilter, object)
public void RemoveNotificationListener(NotificationListener arg0, NotificationFilter arg1, object arg2)
Parameters
arg0NotificationListenerarg1NotificationFilterarg2object
Exceptions
SendNotification(Notification)
public void SendNotification(Notification arg0)
Parameters
arg0Notification