Table of Contents

Interface IObjectFactoryBuilder

Namespace
Javax.Naming.Spi
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/naming/spi/ObjectFactoryBuilder.html

public interface IObjectFactoryBuilder

Methods

CreateObjectFactory(object, Hashtable<object, object>)

ObjectFactory CreateObjectFactory(object arg0, Hashtable<object, object> arg1)

Parameters

arg0 object

object

arg1 Hashtable<object, object>

Hashtable

Returns

ObjectFactory

ObjectFactory

Exceptions

NamingException