Table of Contents

Class Name

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

Constructors

Name()

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

[Obsolete("Name class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Name()

Name(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

[Obsolete("Name class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Name(params object[] args)

Parameters

args object[]

Properties

All

public Enumeration<String> All { get; }

Property Value

Enumeration<String>

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { 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

serialVersionUID

public static long serialVersionUID { get; }

Property Value

long

Methods

Add(String)

public Name Add(String arg0)

Parameters

arg0 String

String

Returns

Name

Name

Exceptions

InvalidNameException

Add(int, String)

public Name Add(int arg0, String arg1)

Parameters

arg0 int

int

arg1 String

String

Returns

Name

Name

Exceptions

InvalidNameException

AddAll(Name)

public Name AddAll(Name arg0)

Parameters

arg0 Name

Name

Returns

Name

Name

Exceptions

InvalidNameException

AddAll(int, Name)

public Name AddAll(int arg0, Name arg1)

Parameters

arg0 int

int

arg1 Name

Name

Returns

Name

Name

Exceptions

InvalidNameException

CompareTo(object)

public int CompareTo(object arg0)

Parameters

arg0 object

object

Returns

int

int

EndsWith(Name)

public bool EndsWith(Name arg0)

Parameters

arg0 Name

Name

Returns

bool

bool

Get(int)

public String Get(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetPrefix(int)

public Name GetPrefix(int arg0)

Parameters

arg0 int

int

Returns

Name

Name

GetSuffix(int)

public Name GetSuffix(int arg0)

Parameters

arg0 int

int

Returns

Name

Name

IsEmpty()

public bool IsEmpty()

Returns

bool

bool

Remove(int)

public object Remove(int arg0)

Parameters

arg0 int

int

Returns

object

object

Exceptions

InvalidNameException

Size()

public int Size()

Returns

int

int

StartsWith(Name)

public bool StartsWith(Name arg0)

Parameters

arg0 Name

Name

Returns

bool

bool

Operators

implicit operator Serializable(Name)

Converter from Name to Serializable

public static implicit operator Serializable(Name t)

Parameters

t Name

Returns

Serializable

implicit operator Cloneable(Name)

Converter from Name to Cloneable

public static implicit operator Cloneable(Name t)

Parameters

t Name

Returns

Cloneable

implicit operator Comparable(Name)

Converter from Name to Comparable

public static implicit operator Comparable(Name t)

Parameters

t Name

Returns

Comparable