Table of Contents

Class NamingExceptionEvent

Namespace
Javax.Naming.Event
Assembly
MASES.JNet.dll
public class NamingExceptionEvent : EventObject, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
Inheritance
NamingExceptionEvent
Implements
Inherited Members
Extension Methods

Constructors

NamingExceptionEvent(EventContext, NamingException)

public NamingExceptionEvent(EventContext arg0, NamingException arg1)

Parameters

arg0 EventContext

EventContext

arg1 NamingException

NamingException

NamingExceptionEvent(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 NamingExceptionEvent(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EventContext

public EventContext EventContext { get; }

Property Value

EventContext

Exception

public NamingException Exception { get; }

Property Value

NamingException

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

CreatePoolableInstance(EventContext, NamingException)

HPA initializer for NamingExceptionEvent(Javax.Naming.Event.EventContext arg0, Javax.Naming.NamingException arg1)

public static NamingExceptionEvent CreatePoolableInstance(EventContext arg0, NamingException arg1)

Parameters

arg0 EventContext
arg1 NamingException

Returns

NamingExceptionEvent

Dispatch(NamingListener)

public void Dispatch(NamingListener arg0)

Parameters

arg0 NamingListener

NamingListener