public class ManagementClass extends ManagementObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Management.ManagementClass
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Management
|
static java.lang.String |
className
Qualified class name: System.Management.ManagementClass
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ManagementClass() |
ManagementClass(ManagementPath path) |
ManagementClass(ManagementPath path,
ObjectGetOptions options) |
ManagementClass(ManagementScope scope,
ManagementPath path,
ObjectGetOptions options) |
ManagementClass(java.lang.Object instance)
Internal constructor.
|
ManagementClass(java.lang.String path) |
ManagementClass(java.lang.String path,
ObjectGetOptions options) |
ManagementClass(java.lang.String scope,
java.lang.String path,
ObjectGetOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static ManagementClass |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ManagementClass, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
ManagementObject |
CreateInstance() |
ManagementClass |
Derive(java.lang.String newClassName) |
StringCollection |
getDerivation() |
ManagementObjectCollection |
GetInstances() |
ManagementObjectCollection |
GetInstances(EnumerationOptions options) |
void |
GetInstances(ManagementOperationObserver watcher) |
void |
GetInstances(ManagementOperationObserver watcher,
EnumerationOptions options) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
MethodDataCollection |
getMethods() |
ManagementObjectCollection |
GetRelatedClasses() |
void |
GetRelatedClasses(ManagementOperationObserver watcher) |
void |
GetRelatedClasses(ManagementOperationObserver watcher,
java.lang.String relatedClass) |
void |
GetRelatedClasses(ManagementOperationObserver watcher,
java.lang.String relatedClass,
java.lang.String relationshipClass,
java.lang.String relationshipQualifier,
java.lang.String relatedQualifier,
java.lang.String relatedRole,
java.lang.String thisRole,
EnumerationOptions options) |
ManagementObjectCollection |
GetRelatedClasses(java.lang.String relatedClass) |
ManagementObjectCollection |
GetRelatedClasses(java.lang.String relatedClass,
java.lang.String relationshipClass,
java.lang.String relationshipQualifier,
java.lang.String relatedQualifier,
java.lang.String relatedRole,
java.lang.String thisRole,
EnumerationOptions options) |
ManagementObjectCollection |
GetRelationshipClasses() |
void |
GetRelationshipClasses(ManagementOperationObserver watcher) |
void |
GetRelationshipClasses(ManagementOperationObserver watcher,
java.lang.String relationshipClass) |
void |
GetRelationshipClasses(ManagementOperationObserver watcher,
java.lang.String relationshipClass,
java.lang.String relationshipQualifier,
java.lang.String thisRole,
EnumerationOptions options) |
ManagementObjectCollection |
GetRelationshipClasses(java.lang.String relationshipClass) |
ManagementObjectCollection |
GetRelationshipClasses(java.lang.String relationshipClass,
java.lang.String relationshipQualifier,
java.lang.String thisRole,
EnumerationOptions options) |
CodeTypeDeclaration |
GetStronglyTypedClassCode(boolean includeSystemClassInClassDef,
boolean systemPropertyClass) |
boolean |
GetStronglyTypedClassCode(CodeLanguage lang,
java.lang.String filePath,
java.lang.String classNamespace) |
ManagementObjectCollection |
GetSubclasses() |
ManagementObjectCollection |
GetSubclasses(EnumerationOptions options) |
void |
GetSubclasses(ManagementOperationObserver watcher) |
void |
GetSubclasses(ManagementOperationObserver watcher,
EnumerationOptions options) |
void |
setJCOInstance(JCObject instance) |
CopyTo, CopyTo, CopyTo, CopyTo, CopyTo, CopyTo, CopyTo, CopyTo, Delete, Delete, Delete, Delete, DisposeNewManagementObject, Get, Get, GetMethodParameters, getOptions, getPath, GetRelated, GetRelated, GetRelated, GetRelated, GetRelated, GetRelated, GetRelationships, GetRelationships, GetRelationships, GetRelationships, GetRelationships, GetRelationships, getScope, InvokeMethod, InvokeMethod, InvokeMethod, InvokeMethod, Put, Put, Put, Put, setOptions, setPath, setScopeCompareTo, DisposeNewManagementBaseObject, getClassPath, getProperties, GetPropertyQualifierValue, GetPropertyValue, getQualifiers, GetQualifierValue, getSystemProperties, GetText, SetPropertyQualifierValue, SetPropertyValue, SetQualifierValueaddDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteCreateObjRef, GetLifetimeService, InitializeLifetimeServiceEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringGetObjectData, ToISerializablepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ManagementClass()
throws java.lang.Throwable,
ManagementException,
ArgumentOutOfRangeException,
ArgumentException,
ArgumentNullException,
CultureNotFoundException,
NotSupportedException,
ObjectDisposedException
public ManagementClass(ManagementPath path) throws java.lang.Throwable, ManagementException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, NotSupportedException, ObjectDisposedException
public ManagementClass(ManagementPath path, ObjectGetOptions options) throws java.lang.Throwable, ManagementException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, NotSupportedException, ObjectDisposedException
public ManagementClass(ManagementScope scope, ManagementPath path, ObjectGetOptions options) throws java.lang.Throwable, ArgumentNullException, ManagementException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException
public ManagementClass(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ManagementClass(java.lang.String path)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ArgumentOutOfRangeException,
ObjectDisposedException,
MissingManifestResourceException,
NotImplementedException,
ManagementException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundExceptionpublic ManagementClass(java.lang.String path,
ObjectGetOptions options)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ArgumentOutOfRangeException,
ObjectDisposedException,
MissingManifestResourceException,
NotImplementedException,
ManagementException,
CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundExceptionpublic ManagementClass(java.lang.String scope,
java.lang.String path,
ObjectGetOptions options)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
ManagementException,
CultureNotFoundException,
MulticastNotSupportedException,
OutOfMemoryException,
CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionManagementExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionCryptographicExceptionpublic static ManagementClass cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ManagementClass, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedManagementClass instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, OverflowException, ManagementException, MulticastNotSupportedException
Clone in class ManagementObjectjava.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOverflowExceptionManagementExceptionMulticastNotSupportedExceptionpublic ManagementObject CreateInstance() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, CryptographicException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic ManagementClass Derive(java.lang.String newClassName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, ManagementException, CultureNotFoundException, MulticastNotSupportedException, OutOfMemoryException, CryptographicException, IndexOutOfRangeException, SecurityException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionManagementExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionCryptographicExceptionIndexOutOfRangeExceptionSecurityExceptionpublic StringCollection getDerivation() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, FormatException, OverflowException, ManagementException
public ManagementObjectCollection GetInstances() throws java.lang.Throwable, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, InvalidOperationException, MulticastNotSupportedException, ArgumentNullException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
java.lang.ThrowableArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicExceptionpublic ManagementObjectCollection GetInstances(EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ManagementException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic void GetInstances(ManagementOperationObserver watcher) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, InvalidOperationException, MulticastNotSupportedException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicExceptionpublic void GetInstances(ManagementOperationObserver watcher, EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ManagementException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISerializablegetJCOAssemblyName in class ManagementObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISerializablegetJCOClassName in class ManagementObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISerializablegetJCOInstance in class ManagementObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISerializablegetJCOObjectName in class ManagementObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISerializablegetJCOType in class ManagementObjectJCType representing the CLR Type of the instantiated Classpublic MethodDataCollection getMethods() throws java.lang.Throwable
java.lang.Throwablepublic ManagementObjectCollection GetRelatedClasses() throws java.lang.Throwable, ManagementException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
java.lang.ThrowableManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic void GetRelatedClasses(ManagementOperationObserver watcher) throws java.lang.Throwable, ManagementException, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
java.lang.ThrowableManagementExceptionInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic void GetRelatedClasses(ManagementOperationObserver watcher, java.lang.String relatedClass) throws java.lang.Throwable, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentNullException, MulticastNotSupportedException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
java.lang.ThrowableArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionMulticastNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic void GetRelatedClasses(ManagementOperationObserver watcher, java.lang.String relatedClass, java.lang.String relationshipClass, java.lang.String relationshipQualifier, java.lang.String relatedQualifier, java.lang.String relatedRole, java.lang.String thisRole, EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ManagementException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic ManagementObjectCollection GetRelatedClasses(java.lang.String relatedClass) throws java.lang.Throwable, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, InvalidOperationException, MulticastNotSupportedException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
java.lang.ThrowableArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic ManagementObjectCollection GetRelatedClasses(java.lang.String relatedClass, java.lang.String relationshipClass, java.lang.String relationshipQualifier, java.lang.String relatedQualifier, java.lang.String relatedRole, java.lang.String thisRole, EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ManagementException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic ManagementObjectCollection GetRelationshipClasses() throws java.lang.Throwable, ManagementException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
java.lang.ThrowableManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic void GetRelationshipClasses(ManagementOperationObserver watcher) throws java.lang.Throwable, ManagementException, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
java.lang.ThrowableManagementExceptionInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic void GetRelationshipClasses(ManagementOperationObserver watcher, java.lang.String relationshipClass) throws java.lang.Throwable, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentNullException, MulticastNotSupportedException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
java.lang.ThrowableArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionMulticastNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic void GetRelationshipClasses(ManagementOperationObserver watcher, java.lang.String relationshipClass, java.lang.String relationshipQualifier, java.lang.String thisRole, EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ManagementException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic ManagementObjectCollection GetRelationshipClasses(java.lang.String relationshipClass) throws java.lang.Throwable, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, InvalidOperationException, MulticastNotSupportedException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
java.lang.ThrowableArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic ManagementObjectCollection GetRelationshipClasses(java.lang.String relationshipClass, java.lang.String relationshipQualifier, java.lang.String thisRole, EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ManagementException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic CodeTypeDeclaration GetStronglyTypedClassCode(boolean includeSystemClassInClassDef, boolean systemPropertyClass) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, CryptographicException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, RankException, MissingManifestResourceException, NotImplementedException, TypeLoadException, FormatException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionRankExceptionMissingManifestResourceExceptionNotImplementedExceptionTypeLoadExceptionFormatExceptionOverflowExceptionpublic boolean GetStronglyTypedClassCode(CodeLanguage lang, java.lang.String filePath, java.lang.String classNamespace) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, CryptographicException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException, NotImplementedException, RankException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, DriveNotFoundException, OperationCanceledException, NullReferenceException, FormatException, CultureNotFoundException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionRankExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionFormatExceptionCultureNotFoundExceptionOverflowExceptionpublic ManagementObjectCollection GetSubclasses() throws java.lang.Throwable, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, InvalidOperationException, MulticastNotSupportedException, ArgumentNullException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
java.lang.ThrowableArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicExceptionpublic ManagementObjectCollection GetSubclasses(EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ManagementException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic void GetSubclasses(ManagementOperationObserver watcher) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, InvalidOperationException, MulticastNotSupportedException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicExceptionpublic void GetSubclasses(ManagementOperationObserver watcher, EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ManagementException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ManagementObject