Table of Contents

Interface IBeanContext

Namespace
Java.Beans.Beancontext
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IBeanContext

Methods

AddBeanContextMembershipListener(BeanContextMembershipListener)

void AddBeanContextMembershipListener(BeanContextMembershipListener arg0)

Parameters

arg0 BeanContextMembershipListener

BeanContextMembershipListener

GetResource(String, BeanContextChild)

URL GetResource(String arg0, BeanContextChild arg1)

Parameters

arg0 String

String

arg1 BeanContextChild

BeanContextChild

Returns

URL

URL

Exceptions

IllegalArgumentException

GetResourceAsStream(String, BeanContextChild)

InputStream GetResourceAsStream(String arg0, BeanContextChild arg1)

Parameters

arg0 String

String

arg1 BeanContextChild

BeanContextChild

Returns

InputStream

InputStream

Exceptions

IllegalArgumentException

InstantiateChild(String)

object InstantiateChild(String arg0)

Parameters

arg0 String

String

Returns

object

object

Exceptions

IOException
ClassNotFoundException

RemoveBeanContextMembershipListener(BeanContextMembershipListener)

void RemoveBeanContextMembershipListener(BeanContextMembershipListener arg0)

Parameters

arg0 BeanContextMembershipListener

BeanContextMembershipListener