Table of Contents

Class Reference

Namespace
Javax.Naming
Assembly
MASES.JNet.dll
public class Reference : JVMBridgeBase<Reference>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
Reference
Implements
Derived
Inherited Members
Extension Methods

Constructors

Reference()

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

public Reference()

Reference(String)

public Reference(String arg0)

Parameters

arg0 String

String

Reference(String, String, String)

public Reference(String arg0, String arg1, String arg2)

Parameters

arg0 String

String

arg1 String

String

arg2 String

String

Reference(String, RefAddr)

public Reference(String arg0, RefAddr arg1)

Parameters

arg0 String

String

arg1 RefAddr

RefAddr

Reference(String, RefAddr, String, String)

public Reference(String arg0, RefAddr arg1, String arg2, String arg3)

Parameters

arg0 String

String

arg1 RefAddr

RefAddr

arg2 String

String

arg3 String

String

Reference(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 Reference(params object[] args)

Parameters

args object[]

Properties

All

public Enumeration<RefAddr> All { get; }

Property Value

Enumeration<RefAddr>

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

ClassName

public String ClassName { get; }

Property Value

String

FactoryClassLocation

public String FactoryClassLocation { get; }

Property Value

String

FactoryClassName

public String FactoryClassName { get; }

Property Value

String

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 Closeable

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

Add(RefAddr)

public void Add(RefAddr arg0)

Parameters

arg0 RefAddr

RefAddr

Add(int, RefAddr)

public void Add(int arg0, RefAddr arg1)

Parameters

arg0 int

int

arg1 RefAddr

RefAddr

Clear()

public void Clear()

Get(String)

public RefAddr Get(String arg0)

Parameters

arg0 String

String

Returns

RefAddr

RefAddr

Get(int)

public RefAddr Get(int arg0)

Parameters

arg0 int

int

Returns

RefAddr

RefAddr

Remove(int)

public object Remove(int arg0)

Parameters

arg0 int

int

Returns

object

object

Size()

public int Size()

Returns

int

int

Operators

implicit operator Serializable(Reference)

Converter from Reference to Serializable

public static implicit operator Serializable(Reference t)

Parameters

t Reference

Returns

Serializable

implicit operator Cloneable(Reference)

Converter from Reference to Cloneable

public static implicit operator Cloneable(Reference t)

Parameters

t Reference

Returns

Cloneable