Table of Contents

Class SortControl

Namespace
Javax.Naming.Ldap
Assembly
MASES.JNet.dll
public class SortControl : BasicControl, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IControl, ISerializable
Inheritance
SortControl
Implements
Inherited Members
Extension Methods

Constructors

SortControl(String, bool)

public SortControl(String arg0, bool arg1)

Parameters

arg0 String

String

arg1 bool

bool

Exceptions

IOException

SortControl(String[], bool)

public SortControl(String[] arg0, bool arg1)

Parameters

arg0 String[]

String

arg1 bool

bool

Exceptions

IOException

SortControl(SortKey[], bool)

public SortControl(SortKey[] arg0, bool arg1)

Parameters

arg0 SortKey[]

SortKey

arg1 bool

bool

Exceptions

IOException

SortControl(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SortControl(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

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 java.lang.AutoCloseable

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

OID

public static String OID { get; set; }

Property Value

String

Methods

CreatePoolableInstance(String, bool)

HPA initializer for SortControl(Java.Lang.String arg0, bool arg1)

public static SortControl CreatePoolableInstance(String arg0, bool arg1)

Parameters

arg0 String
arg1 bool

Returns

SortControl

CreatePoolableInstance(String[], bool)

HPA initializer for SortControl(Java.Lang.String[] arg0, bool arg1)

public static SortControl CreatePoolableInstance(String[] arg0, bool arg1)

Parameters

arg0 String[]
arg1 bool

Returns

SortControl

CreatePoolableInstance(SortKey[], bool)

HPA initializer for SortControl(Javax.Naming.Ldap.SortKey[] arg0, bool arg1)

public static SortControl CreatePoolableInstance(SortKey[] arg0, bool arg1)

Parameters

arg0 SortKey[]
arg1 bool

Returns

SortControl