Table of Contents

Class UnsolicitedNotificationListener

Namespace
Javax.Naming.Ldap
Assembly
MASES.JNet.dll
public class UnsolicitedNotificationListener : JVMBridgeListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IUnsolicitedNotificationListener
Inheritance
UnsolicitedNotificationListener
Implements
Derived
Inherited Members
Extension Methods

Constructors

UnsolicitedNotificationListener()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public UnsolicitedNotificationListener()

UnsolicitedNotificationListener(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public UnsolicitedNotificationListener(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnNamingExceptionThrown

public Action<NamingExceptionEvent> OnNamingExceptionThrown { get; set; }

Property Value

Action<NamingExceptionEvent>

Remarks

If OnNamingExceptionThrown has a value it takes precedence over corresponding class method

OnNotificationReceived

public Action<UnsolicitedNotificationEvent> OnNotificationReceived { get; set; }

Property Value

Action<UnsolicitedNotificationEvent>

Remarks

If OnNotificationReceived has a value it takes precedence over corresponding class method

Methods

InitializeHandlers()

Handlers initializer for UnsolicitedNotificationListener

protected virtual void InitializeHandlers()

NamingExceptionThrown(NamingExceptionEvent)

public virtual void NamingExceptionThrown(NamingExceptionEvent arg0)

Parameters

arg0 NamingExceptionEvent

NamingExceptionEvent

NotificationReceived(UnsolicitedNotificationEvent)

public virtual void NotificationReceived(UnsolicitedNotificationEvent arg0)

Parameters

arg0 UnsolicitedNotificationEvent

UnsolicitedNotificationEvent