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.String
assemblyFullName
Fully assembly qualified name: System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Managementstatic java.lang.String
className
Qualified class name: System.Management.ManagementClassstatic JCType
classType
The 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 ManagementClass
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoManagementClass
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeMethodDataCollection
getMethods()
ManagementObjectCollection
GetRelatedClasses()
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)
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
GetRelationshipClasses()
ManagementObjectCollection
GetRelationshipClasses(java.lang.String relationshipClass)
ManagementObjectCollection
GetRelationshipClasses(java.lang.String relationshipClass, java.lang.String relationshipQualifier, java.lang.String thisRole, EnumerationOptions options)
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)
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)
-
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.Throwable
Internal 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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ArgumentOutOfRangeException
ObjectDisposedException
MissingManifestResourceException
NotImplementedException
ManagementException
CultureNotFoundException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ArgumentOutOfRangeException
ObjectDisposedException
MissingManifestResourceException
NotImplementedException
ManagementException
CultureNotFoundException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ArgumentOutOfRangeException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
ManagementException
CultureNotFoundException
MulticastNotSupportedException
OutOfMemoryException
CryptographicException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceISerializable
- Overrides:
getJCOAssemblyName
in classManagementObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOClassName
in interfaceISerializable
- Overrides:
getJCOClassName
in classManagementObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOObjectName
in interfaceISerializable
- Overrides:
getJCOObjectName
in classManagementObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Specified by:
getJCOInstance
in interfaceISerializable
- Overrides:
getJCOInstance
in classManagementObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classManagementObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Specified by:
getJCOType
in interfaceISerializable
- Overrides:
getJCOType
in classManagementObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ManagementClass cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoManagementClass
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ManagementClass
instance- 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.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
-
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.Throwable
ArgumentNullException
ArgumentException
ManagementException
InvalidOperationException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
OutOfMemoryException
CryptographicException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
RankException
MissingManifestResourceException
NotImplementedException
TypeLoadException
FormatException
OverflowException
-
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.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
-
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.Throwable
ArgumentNullException
ArgumentException
ManagementException
InvalidOperationException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
OutOfMemoryException
CryptographicException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
-
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.Throwable
ArgumentOutOfRangeException
ManagementException
ArgumentException
NotSupportedException
InvalidOperationException
MulticastNotSupportedException
ArgumentNullException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
CryptographicException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingManifestResourceException
ManagementException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
-
GetRelatedClasses
public ManagementObjectCollection GetRelatedClasses() throws java.lang.Throwable, ManagementException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
- Throws:
java.lang.Throwable
ManagementException
InvalidOperationException
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CryptographicException
-
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.Throwable
ArgumentOutOfRangeException
ManagementException
ArgumentException
NotSupportedException
InvalidOperationException
MulticastNotSupportedException
ArgumentNullException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CryptographicException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingManifestResourceException
ManagementException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
-
GetRelationshipClasses
public ManagementObjectCollection GetRelationshipClasses() throws java.lang.Throwable, ManagementException, InvalidOperationException, NotSupportedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
- Throws:
java.lang.Throwable
ManagementException
InvalidOperationException
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CryptographicException
-
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.Throwable
ArgumentOutOfRangeException
ManagementException
ArgumentException
NotSupportedException
InvalidOperationException
MulticastNotSupportedException
ArgumentNullException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CryptographicException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingManifestResourceException
ManagementException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
-
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.Throwable
ArgumentOutOfRangeException
ManagementException
ArgumentException
NotSupportedException
InvalidOperationException
MulticastNotSupportedException
ArgumentNullException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
CryptographicException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingManifestResourceException
ManagementException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
-
Clone
public NetObject Clone() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, FormatException, OverflowException, ManagementException, MulticastNotSupportedException
- Overrides:
Clone
in classManagementObject
- Throws:
java.lang.Throwable
ObjectDisposedException
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
FormatException
OverflowException
ManagementException
MulticastNotSupportedException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ManagementException
ArgumentException
NotSupportedException
InvalidOperationException
MulticastNotSupportedException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
CryptographicException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingManifestResourceException
ManagementException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
-
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.Throwable
ManagementException
InvalidOperationException
ArgumentNullException
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CryptographicException
-
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.Throwable
ArgumentOutOfRangeException
ManagementException
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentNullException
MulticastNotSupportedException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
CryptographicException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingManifestResourceException
ManagementException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
-
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.Throwable
ManagementException
InvalidOperationException
ArgumentNullException
NotSupportedException
ArgumentException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CryptographicException
-
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.Throwable
ArgumentOutOfRangeException
ManagementException
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentNullException
MulticastNotSupportedException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
CryptographicException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingManifestResourceException
ManagementException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ManagementException
ArgumentException
NotSupportedException
InvalidOperationException
MulticastNotSupportedException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
CryptographicException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingManifestResourceException
ManagementException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
-
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
-
-