Class ObjectName
- Namespace
- Javax.Management
- Assembly
- MASES.JNet.dll
public class ObjectName : JVMBridgeBase<ObjectName>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
ObjectName
- Implements
- Inherited Members
-
JVMBridgeBase<ObjectName>.SExecuteWithSignature<TReturn>(IJavaType, string, string, params object[])JVMBridgeBase<ObjectName>.SExecuteWithSignature<TNewClass, TReturn>(string, string, params object[])
- Extension Methods
Constructors
ObjectName()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ObjectName()
ObjectName(String)
public ObjectName(String arg0)
Parameters
Exceptions
ObjectName(String, String, String)
public ObjectName(String arg0, String arg1, String arg2)
Parameters
Exceptions
ObjectName(String, Hashtable<String, String>)
public ObjectName(String arg0, Hashtable<String, String> arg1)
Parameters
Exceptions
ObjectName(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 ObjectName(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CanonicalKeyPropertyListString
public String CanonicalKeyPropertyListString { get; }
Property Value
CanonicalName
public String CanonicalName { get; }
Property Value
Domain
public String Domain { 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 Closeable
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
KeyPropertyList
public Hashtable<String, String> KeyPropertyList { get; }
Property Value
KeyPropertyListString
public String KeyPropertyListString { get; }
Property Value
WILDCARD
public static ObjectName WILDCARD { get; }
Property Value
Methods
Apply(ObjectName)
public bool Apply(ObjectName arg0)
Parameters
arg0
ObjectName
Returns
CompareTo(ObjectName)
public int CompareTo(ObjectName arg0)
Parameters
arg0
ObjectName
Returns
CompareTo(object)
public int CompareTo(object arg0)
Parameters
Returns
GetInstance(String)
public static ObjectName GetInstance(String arg0)
Parameters
Returns
Exceptions
GetInstance(String, String, String)
public static ObjectName GetInstance(String arg0, String arg1, String arg2)
Parameters
Returns
Exceptions
GetInstance(String, Hashtable<String, String>)
public static ObjectName GetInstance(String arg0, Hashtable<String, String> arg1)
Parameters
Returns
Exceptions
GetInstance(ObjectName)
public static ObjectName GetInstance(ObjectName arg0)
Parameters
arg0
ObjectName
Returns
GetKeyProperty(String)
public String GetKeyProperty(String arg0)
Parameters
Returns
IsDomainPattern()
public bool IsDomainPattern()
Returns
IsPattern()
public bool IsPattern()
Returns
IsPropertyListPattern()
public bool IsPropertyListPattern()
Returns
IsPropertyPattern()
public bool IsPropertyPattern()
Returns
IsPropertyValuePattern()
public bool IsPropertyValuePattern()
Returns
IsPropertyValuePattern(String)
public bool IsPropertyValuePattern(String arg0)
Parameters
Returns
Quote(String)
public static String Quote(String arg0)
Parameters
Returns
SetMBeanServer(MBeanServer)
public void SetMBeanServer(MBeanServer arg0)
Parameters
arg0
MBeanServer
Unquote(String)
public static String Unquote(String arg0)
Parameters
Returns
Operators
explicit operator Comparable<ObjectName>(ObjectName)
Converter from ObjectName to Comparable
public static explicit operator Comparable<ObjectName>(ObjectName o)
Parameters
Returns
implicit operator Comparable(ObjectName)
Converter from ObjectName to Comparable
public static implicit operator Comparable(ObjectName t)
Parameters
Returns
implicit operator QueryExp(ObjectName)
Converter from ObjectName to QueryExp
public static implicit operator QueryExp(ObjectName t)