Class RoleInfo
- Namespace
- Javax.Management.Relation
- Assembly
- MASES.JNet.dll
public class RoleInfo : Serializable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
- Inheritance
-
RoleInfo
- Implements
- Extension Methods
Constructors
RoleInfo(String, String)
public RoleInfo(String arg0, String arg1)
Parameters
Exceptions
RoleInfo(String, String, bool, bool)
public RoleInfo(String arg0, String arg1, bool arg2, bool arg3)
Parameters
Exceptions
RoleInfo(String, String, bool, bool, int, int, String)
public RoleInfo(String arg0, String arg1, bool arg2, bool arg3, int arg4, int arg5, String arg6)
Parameters
Exceptions
RoleInfo(RoleInfo)
public RoleInfo(RoleInfo arg0)
Parameters
Exceptions
RoleInfo(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 RoleInfo(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
Description
public String Description { 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
MaxDegree
public int MaxDegree { get; }
Property Value
MinDegree
public int MinDegree { get; }
Property Value
Name
public String Name { get; }
Property Value
ROLE_CARDINALITY_INFINITY
public static int ROLE_CARDINALITY_INFINITY { get; set; }
Property Value
RefMBeanClassName
public String RefMBeanClassName { get; }
Property Value
Methods
CheckMaxDegree(int)
public bool CheckMaxDegree(int arg0)
Parameters
Returns
CheckMinDegree(int)
public bool CheckMinDegree(int arg0)
Parameters
Returns
CreatePoolableInstance(String, String)
HPA initializer for RoleInfo(Java.Lang.String arg0, Java.Lang.String arg1)
public static RoleInfo CreatePoolableInstance(String arg0, String arg1)
Parameters
Returns
CreatePoolableInstance(String, String, bool, bool)
HPA initializer for RoleInfo(Java.Lang.String arg0, Java.Lang.String arg1, bool arg2, bool arg3)
public static RoleInfo CreatePoolableInstance(String arg0, String arg1, bool arg2, bool arg3)
Parameters
Returns
CreatePoolableInstance(String, String, bool, bool, int, int, String)
HPA initializer for RoleInfo(Java.Lang.String arg0, Java.Lang.String arg1, bool arg2, bool arg3, int arg4, int arg5, Java.Lang.String arg6)
public static RoleInfo CreatePoolableInstance(String arg0, String arg1, bool arg2, bool arg3, int arg4, int arg5, String arg6)
Parameters
Returns
CreatePoolableInstance(RoleInfo)
HPA initializer for RoleInfo(Javax.Management.Relation.RoleInfo arg0)
public static RoleInfo CreatePoolableInstance(RoleInfo arg0)
Parameters
arg0RoleInfo
Returns
IsReadable()
public bool IsReadable()
Returns
IsWritable()
public bool IsWritable()