Package system.management
Class ManagementClass
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,ISerializable
public class ManagementClass extends ManagementObject
The base .NET class managing System.Management.ManagementClass, System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Management.ManagementClass
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Managementstatic java.lang.StringclassNameQualified class name: System.Management.ManagementClassstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ManagementClass()ManagementClass(java.lang.Object instance)Internal constructor.ManagementClass(java.lang.String path)ManagementClass(java.lang.String scope, java.lang.String path, ObjectGetOptions options)ManagementClass(java.lang.String path, ObjectGetOptions options)ManagementClass(ManagementPath path)ManagementClass(ManagementPath path, ObjectGetOptions options)ManagementClass(ManagementScope scope, ManagementPath path, ObjectGetOptions options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagementClasscast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoManagementClass, a cast assert is made to check if types are compatible.NetObjectClone()ManagementObjectCreateInstance()ManagementClassDerive(java.lang.String newClassName)StringCollectiongetDerivation()ManagementObjectCollectionGetInstances()ManagementObjectCollectionGetInstances(EnumerationOptions options)voidGetInstances(ManagementOperationObserver watcher)voidGetInstances(ManagementOperationObserver watcher, EnumerationOptions options)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeMethodDataCollectiongetMethods()ManagementObjectCollectionGetRelatedClasses()ManagementObjectCollectionGetRelatedClasses(java.lang.String relatedClass)ManagementObjectCollectionGetRelatedClasses(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)voidGetRelatedClasses(ManagementOperationObserver watcher)voidGetRelatedClasses(ManagementOperationObserver watcher, java.lang.String relatedClass)voidGetRelatedClasses(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)ManagementObjectCollectionGetRelationshipClasses()ManagementObjectCollectionGetRelationshipClasses(java.lang.String relationshipClass)ManagementObjectCollectionGetRelationshipClasses(java.lang.String relationshipClass, java.lang.String relationshipQualifier, java.lang.String thisRole, EnumerationOptions options)voidGetRelationshipClasses(ManagementOperationObserver watcher)voidGetRelationshipClasses(ManagementOperationObserver watcher, java.lang.String relationshipClass)voidGetRelationshipClasses(ManagementOperationObserver watcher, java.lang.String relationshipClass, java.lang.String relationshipQualifier, java.lang.String thisRole, EnumerationOptions options)CodeTypeDeclarationGetStronglyTypedClassCode(boolean includeSystemClassInClassDef, boolean systemPropertyClass)booleanGetStronglyTypedClassCode(CodeLanguage lang, java.lang.String filePath, java.lang.String classNamespace)ManagementObjectCollectionGetSubclasses()ManagementObjectCollectionGetSubclasses(EnumerationOptions options)voidGetSubclasses(ManagementOperationObserver watcher)voidGetSubclasses(ManagementOperationObserver watcher, EnumerationOptions options)voidsetJCOInstance(JCObject instance)-
Methods inherited from class system.management.ManagementObject
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, setScope
-
Methods inherited from class system.management.ManagementBaseObject
CompareTo, DisposeNewManagementBaseObject, getClassPath, getProperties, GetPropertyQualifierValue, GetPropertyValue, getQualifiers, GetQualifierValue, getSystemProperties, GetText, SetPropertyQualifierValue, SetPropertyValue, SetQualifierValue
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.runtime.serialization.ISerializable
GetObjectData
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Management- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Management.ManagementClass- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ManagementClass
public ManagementClass(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
ManagementClass
public ManagementClass() throws java.lang.Throwable, ManagementException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, NotSupportedException, ObjectDisposedException
-
ManagementClass
public ManagementClass(ManagementPath path) throws java.lang.Throwable, ManagementException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, NotSupportedException, ObjectDisposedException
-
ManagementClass
public ManagementClass(ManagementPath path, ObjectGetOptions options) throws java.lang.Throwable, ManagementException, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, CultureNotFoundException, NotSupportedException, ObjectDisposedException
-
ManagementClass
public ManagementClass(ManagementScope scope, ManagementPath path, ObjectGetOptions options) throws java.lang.Throwable, ArgumentNullException, ManagementException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException
-
ManagementClass
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundException
-
ManagementClass
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundException
-
ManagementClass
public 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- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionManagementExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionCryptographicException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceISerializable- Overrides:
getJCOAssemblyNamein classManagementObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceISerializable- Overrides:
getJCOClassNamein classManagementObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceISerializable- Overrides:
getJCOObjectNamein classManagementObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceISerializable- Overrides:
getJCOInstancein classManagementObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classManagementObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceISerializable- Overrides:
getJCOTypein classManagementObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ManagementClass cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoManagementClass, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ManagementClassinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetStronglyTypedClassCode
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionRankExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionDriveNotFoundExceptionOperationCanceledExceptionNullReferenceExceptionFormatExceptionCultureNotFoundExceptionOverflowException
-
GetStronglyTypedClassCode
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionRankExceptionMissingManifestResourceExceptionNotImplementedExceptionTypeLoadExceptionFormatExceptionOverflowException
-
Derive
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionManagementExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionCryptographicExceptionIndexOutOfRangeExceptionSecurityException
-
CreateInstance
public ManagementObject CreateInstance() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, CryptographicException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
GetInstances
public ManagementObjectCollection GetInstances() throws java.lang.Throwable, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, InvalidOperationException, MulticastNotSupportedException, ArgumentNullException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicException
-
GetInstances
public ManagementObjectCollection GetInstances(EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ManagementException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
GetRelatedClasses
public ManagementObjectCollection GetRelatedClasses() throws java.lang.Throwable, ManagementException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
- Throws:
java.lang.ThrowableManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicException
-
GetRelatedClasses
public ManagementObjectCollection GetRelatedClasses(java.lang.String relatedClass) throws java.lang.Throwable, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, InvalidOperationException, MulticastNotSupportedException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicException
-
GetRelatedClasses
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
GetRelationshipClasses
public ManagementObjectCollection GetRelationshipClasses() throws java.lang.Throwable, ManagementException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
- Throws:
java.lang.ThrowableManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicException
-
GetRelationshipClasses
public ManagementObjectCollection GetRelationshipClasses(java.lang.String relationshipClass) throws java.lang.Throwable, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, InvalidOperationException, MulticastNotSupportedException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionArgumentNullExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicException
-
GetRelationshipClasses
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
GetSubclasses
public ManagementObjectCollection GetSubclasses() throws java.lang.Throwable, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, InvalidOperationException, MulticastNotSupportedException, ArgumentNullException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionArgumentNullExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicException
-
GetSubclasses
public ManagementObjectCollection GetSubclasses(EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ManagementException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
Clone
public NetObject Clone() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, OverflowException, ManagementException, MulticastNotSupportedException
- Overrides:
Clonein classManagementObject- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionFormatExceptionOverflowExceptionManagementExceptionMulticastNotSupportedException
-
GetInstances
public void GetInstances(ManagementOperationObserver watcher) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, InvalidOperationException, MulticastNotSupportedException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicException
-
GetInstances
public void GetInstances(ManagementOperationObserver watcher, EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ManagementException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
GetRelatedClasses
public void GetRelatedClasses(ManagementOperationObserver watcher) throws java.lang.Throwable, ManagementException, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
- Throws:
java.lang.ThrowableManagementExceptionInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicException
-
GetRelatedClasses
public 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
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionMulticastNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicException
-
GetRelatedClasses
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
GetRelationshipClasses
public void GetRelationshipClasses(ManagementOperationObserver watcher) throws java.lang.Throwable, ManagementException, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
- Throws:
java.lang.ThrowableManagementExceptionInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicException
-
GetRelationshipClasses
public 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
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentNullExceptionMulticastNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicException
-
GetRelationshipClasses
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
GetSubclasses
public void GetSubclasses(ManagementOperationObserver watcher) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, InvalidOperationException, MulticastNotSupportedException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicException
-
GetSubclasses
public void GetSubclasses(ManagementOperationObserver watcher, EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ManagementException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
getDerivation
public StringCollection getDerivation() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, ArgumentOutOfRangeException, FormatException, OverflowException, ManagementException
-
getMethods
public MethodDataCollection getMethods() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-