Table of Contents

Class MessageProp

Namespace
Org.Ietf.Jgss
Assembly
MASES.JNet.dll
public class MessageProp : JVMBridgeBase<MessageProp>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<MessageProp>
MessageProp
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<MessageProp>.IsAssignableFrom(IJavaType)
JVMBridgeBase<MessageProp>.IsAssignableFrom<T>()
JVMBridgeBase<MessageProp>.Execute<T>(params T[])
JVMBridgeBase<MessageProp>.DynBridgeClazz
JVMBridgeBase<MessageProp>.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

MessageProp()

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

public MessageProp()

MessageProp(bool)

public MessageProp(bool arg0)

Parameters

arg0 bool

bool

MessageProp(int, bool)

public MessageProp(int arg0, bool arg1)

Parameters

arg0 int

int

arg1 bool

bool

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

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

MinorStatus

public int MinorStatus { get; }

Property Value

int

MinorString

public String MinorString { get; }

Property Value

String

Privacy

public bool Privacy { get; set; }

Property Value

bool

QOP

public int QOP { get; set; }

Property Value

int

Methods

IsDuplicateToken()

public bool IsDuplicateToken()

Returns

bool

bool

IsGapToken()

public bool IsGapToken()

Returns

bool

bool

IsOldToken()

public bool IsOldToken()

Returns

bool

bool

IsUnseqToken()

public bool IsUnseqToken()

Returns

bool

bool

SetSupplementaryStates(bool, bool, bool, bool, int, String)

public void SetSupplementaryStates(bool arg0, bool arg1, bool arg2, bool arg3, int arg4, String arg5)

Parameters

arg0 bool

bool

arg1 bool

bool

arg2 bool

bool

arg3 bool

bool

arg4 int

int

arg5 String

String