Table of Contents

Class BasicAttributes

Namespace
Javax.Naming.Directory
Assembly
MASES.JNet.dll
public class BasicAttributes : Attributes, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IAttributes
Inheritance
JVMBridgeBase
JVMBridgeBase<Attributes>
BasicAttributes
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Attributes>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Attributes>.IsAssignableFrom<T>()
JVMBridgeBase<Attributes>.Execute<T>(params T[])
JVMBridgeBase<Attributes>.DynBridgeClazz
JVMBridgeBase<Attributes>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

BasicAttributes()

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

public BasicAttributes()

BasicAttributes(String, object)

public BasicAttributes(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

BasicAttributes(String, object, bool)

public BasicAttributes(String arg0, object arg1, bool arg2)

Parameters

arg0 String

String

arg1 object

object

arg2 bool

bool

BasicAttributes(bool)

public BasicAttributes(bool arg0)

Parameters

arg0 bool

bool

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

Parameters

args object[]

Properties

All

public NamingEnumeration<Attribute> All { get; }

Property Value

NamingEnumeration<Attribute>

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

IDs

public NamingEnumeration<String> IDs { get; }

Property Value

NamingEnumeration<String>

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Methods

Get(String)

public Attribute Get(String arg0)

Parameters

arg0 String

String

Returns

Attribute

Attribute

IsCaseIgnored()

public bool IsCaseIgnored()

Returns

bool

bool

Put(String, object)

public Attribute Put(String arg0, object arg1)

Parameters

arg0 String

String

arg1 object

object

Returns

Attribute

Attribute

Put(Attribute)

public Attribute Put(Attribute arg0)

Parameters

arg0 Attribute

Attribute

Returns

Attribute

Attribute

Remove(String)

public Attribute Remove(String arg0)

Parameters

arg0 String

String

Returns

Attribute

Attribute

Size()

public int Size()

Returns

int

int