Class SipErrorCode
[Obsolete("Deprecated in JVM")]
public class SipErrorCode : JVMBridgeBase<SipErrorCode>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
SipErrorCode
- Implements
- Extension Methods
Constructors
SipErrorCode(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 SipErrorCode(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CLIENT_ERROR
[Obsolete("Deprecated in JVM")]
public static int CLIENT_ERROR { get; set; }
Property Value
CROSS_DOMAIN_AUTHENTICATION
[Obsolete("Deprecated in JVM")]
public static int CROSS_DOMAIN_AUTHENTICATION { get; set; }
Property Value
DATA_CONNECTION_LOST
[Obsolete("Deprecated in JVM")]
public static int DATA_CONNECTION_LOST { get; set; }
Property Value
INVALID_CREDENTIALS
[Obsolete("Deprecated in JVM")]
public static int INVALID_CREDENTIALS { get; set; }
Property Value
INVALID_REMOTE_URI
[Obsolete("Deprecated in JVM")]
public static int INVALID_REMOTE_URI { get; set; }
Property Value
IN_PROGRESS
[Obsolete("Deprecated in JVM")]
public static int IN_PROGRESS { get; set; }
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
NO_ERROR
[Obsolete("Deprecated in JVM")]
public static int NO_ERROR { get; set; }
Property Value
PEER_NOT_REACHABLE
[Obsolete("Deprecated in JVM")]
public static int PEER_NOT_REACHABLE { get; set; }
Property Value
SERVER_ERROR
[Obsolete("Deprecated in JVM")]
public static int SERVER_ERROR { get; set; }
Property Value
SERVER_UNREACHABLE
[Obsolete("Deprecated in JVM")]
public static int SERVER_UNREACHABLE { get; set; }
Property Value
SOCKET_ERROR
[Obsolete("Deprecated in JVM")]
public static int SOCKET_ERROR { get; set; }
Property Value
TIME_OUT
[Obsolete("Deprecated in JVM")]
public static int TIME_OUT { get; set; }
Property Value
TRANSACTION_TERMINTED
[Obsolete("Deprecated in JVM")]
public static int TRANSACTION_TERMINTED { get; set; }
Property Value
Methods
ToString(int)
[Obsolete("Deprecated in JVM")]
public static String ToString(int arg0)