Class ResultData
[Obsolete("Deprecated in JVM")]
public class ResultData : JVMBridgeBase<ResultData>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
ResultData
- Implements
- Extension Methods
Constructors
ResultData(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 ResultData(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
STATUS_NOT_IN_REQUEST_MESSAGE
[Obsolete("Deprecated in JVM")]
public static int STATUS_NOT_IN_REQUEST_MESSAGE { get; set; }
Property Value
STATUS_NOT_REQUESTED
[Obsolete("Deprecated in JVM")]
public static int STATUS_NOT_REQUESTED { get; set; }
Property Value
STATUS_NO_ACCESS_CONTROL_PROFILES
[Obsolete("Deprecated in JVM")]
public static int STATUS_NO_ACCESS_CONTROL_PROFILES { get; set; }
Property Value
STATUS_NO_SUCH_ENTRY
[Obsolete("Deprecated in JVM")]
public static int STATUS_NO_SUCH_ENTRY { get; set; }
Property Value
STATUS_OK
[Obsolete("Deprecated in JVM")]
public static int STATUS_OK { get; set; }
Property Value
STATUS_READER_AUTHENTICATION_FAILED
[Obsolete("Deprecated in JVM")]
public static int STATUS_READER_AUTHENTICATION_FAILED { get; set; }
Property Value
STATUS_USER_AUTHENTICATION_FAILED
[Obsolete("Deprecated in JVM")]
public static int STATUS_USER_AUTHENTICATION_FAILED { get; set; }
Property Value
Methods
GetAuthenticatedData()
[Obsolete("Deprecated in JVM")]
public byte[] GetAuthenticatedData()
Returns
GetEntry(String, String)
[Obsolete("Deprecated in JVM")]
public byte[] GetEntry(String arg0, String arg1)
Parameters
Returns
GetEntryNames(String)
[Obsolete("Deprecated in JVM")]
public Collection<String> GetEntryNames(String arg0)
Parameters
Returns
GetMessageAuthenticationCode()
[Obsolete("Deprecated in JVM")]
public byte[] GetMessageAuthenticationCode()
Returns
GetNamespaces()
[Obsolete("Deprecated in JVM")]
public Collection<String> GetNamespaces()
Returns
GetRetrievedEntryNames(String)
[Obsolete("Deprecated in JVM")]
public Collection<String> GetRetrievedEntryNames(String arg0)
Parameters
Returns
GetStaticAuthenticationData()
[Obsolete("Deprecated in JVM")]
public byte[] GetStaticAuthenticationData()
Returns
GetStatus(String, String)
[Obsolete("Deprecated in JVM")]
public int GetStatus(String arg0, String arg1)