public class ManagementObject extends ManagementBaseObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Management.ManagementObject
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.ManagementObject
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ManagementObject() |
ManagementObject(ManagementPath path) |
ManagementObject(ManagementPath path,
ObjectGetOptions options) |
ManagementObject(ManagementScope scope,
ManagementPath path,
ObjectGetOptions options) |
ManagementObject(java.lang.Object instance)
Internal constructor.
|
ManagementObject(java.lang.String path) |
ManagementObject(java.lang.String path,
ObjectGetOptions options) |
ManagementObject(java.lang.String scopeString,
java.lang.String pathString,
ObjectGetOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static ManagementObject |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ManagementObject, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
void |
CopyTo(ManagementOperationObserver watcher,
ManagementPath path) |
void |
CopyTo(ManagementOperationObserver watcher,
ManagementPath path,
PutOptions options) |
void |
CopyTo(ManagementOperationObserver watcher,
java.lang.String path) |
void |
CopyTo(ManagementOperationObserver watcher,
java.lang.String path,
PutOptions options) |
ManagementPath |
CopyTo(ManagementPath path) |
ManagementPath |
CopyTo(ManagementPath path,
PutOptions options) |
ManagementPath |
CopyTo(java.lang.String path) |
ManagementPath |
CopyTo(java.lang.String path,
PutOptions options) |
void |
Delete() |
void |
Delete(DeleteOptions options) |
void |
Delete(ManagementOperationObserver watcher) |
void |
Delete(ManagementOperationObserver watcher,
DeleteOptions options) |
void |
DisposeNewManagementObject() |
void |
Get() |
void |
Get(ManagementOperationObserver watcher) |
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
|
ManagementBaseObject |
GetMethodParameters(java.lang.String methodName) |
ObjectGetOptions |
getOptions() |
ManagementPath |
getPath() |
ManagementObjectCollection |
GetRelated() |
void |
GetRelated(ManagementOperationObserver watcher) |
void |
GetRelated(ManagementOperationObserver watcher,
java.lang.String relatedClass) |
void |
GetRelated(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,
boolean classDefinitionsOnly,
EnumerationOptions options) |
ManagementObjectCollection |
GetRelated(java.lang.String relatedClass) |
ManagementObjectCollection |
GetRelated(java.lang.String relatedClass,
java.lang.String relationshipClass,
java.lang.String relationshipQualifier,
java.lang.String relatedQualifier,
java.lang.String relatedRole,
java.lang.String thisRole,
boolean classDefinitionsOnly,
EnumerationOptions options) |
ManagementObjectCollection |
GetRelationships() |
void |
GetRelationships(ManagementOperationObserver watcher) |
void |
GetRelationships(ManagementOperationObserver watcher,
java.lang.String relationshipClass) |
void |
GetRelationships(ManagementOperationObserver watcher,
java.lang.String relationshipClass,
java.lang.String relationshipQualifier,
java.lang.String thisRole,
boolean classDefinitionsOnly,
EnumerationOptions options) |
ManagementObjectCollection |
GetRelationships(java.lang.String relationshipClass) |
ManagementObjectCollection |
GetRelationships(java.lang.String relationshipClass,
java.lang.String relationshipQualifier,
java.lang.String thisRole,
boolean classDefinitionsOnly,
EnumerationOptions options) |
ManagementScope |
getScope() |
void |
InvokeMethod(ManagementOperationObserver watcher,
java.lang.String methodName,
ManagementBaseObject inParameters,
InvokeMethodOptions options) |
void |
InvokeMethod(ManagementOperationObserver watcher,
java.lang.String methodName,
NetObject[] args) |
ManagementBaseObject |
InvokeMethod(java.lang.String methodName,
ManagementBaseObject inParameters,
InvokeMethodOptions options) |
NetObject |
InvokeMethod(java.lang.String methodName,
NetObject[] args) |
ManagementPath |
Put() |
void |
Put(ManagementOperationObserver watcher) |
void |
Put(ManagementOperationObserver watcher,
PutOptions options) |
ManagementPath |
Put(PutOptions options) |
void |
setJCOInstance(JCObject instance) |
void |
setOptions(ObjectGetOptions Options) |
void |
setPath(ManagementPath Path) |
void |
setScope(ManagementScope Scope) |
CompareTo, 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 ManagementObject()
throws java.lang.Throwable,
ArgumentNullException,
ManagementException,
ArgumentOutOfRangeException,
NotSupportedException,
ArgumentException,
ObjectDisposedException,
OutOfMemoryException
public ManagementObject(ManagementPath path) throws java.lang.Throwable, ArgumentNullException, ManagementException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException
public ManagementObject(ManagementPath path, ObjectGetOptions options) throws java.lang.Throwable, ArgumentNullException, ManagementException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException
public ManagementObject(ManagementScope scope, ManagementPath path, ObjectGetOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, ArgumentOutOfRangeException, NotSupportedException, MulticastNotSupportedException, ObjectDisposedException, OutOfMemoryException, InvalidOperationException, CryptographicException
public ManagementObject(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic ManagementObject(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,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundExceptionOutOfMemoryExceptionpublic ManagementObject(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 ManagementObject(java.lang.String scopeString,
java.lang.String pathString,
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 ManagementObject cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ManagementObject, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedManagementObject instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, CryptographicException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
Clone in class ManagementBaseObjectjava.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic void CopyTo(ManagementOperationObserver watcher, ManagementPath path) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, InvalidOperationException, CryptographicException, FormatException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionInvalidOperationExceptionCryptographicExceptionFormatExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic void CopyTo(ManagementOperationObserver watcher, ManagementPath path, PutOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ManagementException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, CryptographicException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic void CopyTo(ManagementOperationObserver watcher, 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, OutOfMemoryException, CryptographicException, SecurityException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundExceptionOutOfMemoryExceptionCryptographicExceptionSecurityExceptionpublic void CopyTo(ManagementOperationObserver watcher, java.lang.String path, PutOptions 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, OutOfMemoryException, CryptographicException, SecurityException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundExceptionOutOfMemoryExceptionCryptographicExceptionSecurityExceptionpublic ManagementPath CopyTo(ManagementPath path) throws java.lang.Throwable, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, InvalidOperationException, CryptographicException, ArgumentNullException, FormatException, SecurityException, UnauthorizedAccessException, IOException, AccessViolationException, OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionInvalidOperationExceptionCryptographicExceptionArgumentNullExceptionFormatExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionAccessViolationExceptionOverflowExceptionpublic ManagementPath CopyTo(ManagementPath path, PutOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingManifestResourceException, ManagementException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, CryptographicException, SecurityException, UnauthorizedAccessException, IOException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionAccessViolationExceptionpublic ManagementPath CopyTo(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, OutOfMemoryException, CryptographicException, SecurityException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundExceptionOutOfMemoryExceptionCryptographicExceptionSecurityExceptionAccessViolationExceptionpublic ManagementPath CopyTo(java.lang.String path, PutOptions 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, OutOfMemoryException, CryptographicException, SecurityException, AccessViolationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundExceptionOutOfMemoryExceptionCryptographicExceptionSecurityExceptionAccessViolationExceptionpublic void Delete()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ManagementException,
InvalidOperationException,
NotSupportedException,
MulticastNotSupportedException,
ArgumentOutOfRangeException,
ObjectDisposedException,
IndexOutOfRangeException,
SecurityException,
UnauthorizedAccessException,
IOException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionpublic void Delete(DeleteOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, MulticastNotSupportedException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicExceptionpublic void Delete(ManagementOperationObserver watcher) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, MissingManifestResourceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionMissingManifestResourceExceptionpublic void Delete(ManagementOperationObserver watcher, DeleteOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, MulticastNotSupportedException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException, MissingMethodException, TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicExceptionMissingMethodExceptionTargetInvocationExceptionpublic void DisposeNewManagementObject()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionpublic void Get()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
ManagementException,
InvalidOperationException,
NotSupportedException,
ArgumentOutOfRangeException,
MulticastNotSupportedException,
ObjectDisposedException,
OutOfMemoryException,
CryptographicException,
IndexOutOfRangeException,
SecurityException,
UnauthorizedAccessException,
IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic void Get(ManagementOperationObserver watcher) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ManagementException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, NotSupportedException, OutOfMemoryException, CryptographicException, MissingManifestResourceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotSupportedExceptionOutOfMemoryExceptionCryptographicExceptionMissingManifestResourceExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface ISerializablegetJCOAssemblyName in class ManagementBaseObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface ISerializablegetJCOClassName in class ManagementBaseObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface ISerializablegetJCOInstance in class ManagementBaseObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface ISerializablegetJCOObjectName in class ManagementBaseObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface ISerializablegetJCOType in class ManagementBaseObjectJCType representing the CLR Type of the instantiated Classpublic ManagementBaseObject GetMethodParameters(java.lang.String methodName) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, InvalidOperationException, NotSupportedException, ManagementException, MissingManifestResourceException, MulticastNotSupportedException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionManagementExceptionMissingManifestResourceExceptionMulticastNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicExceptionpublic ObjectGetOptions getOptions() throws java.lang.Throwable, NotSupportedException, ArgumentException, MulticastNotSupportedException, ArgumentOutOfRangeException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionpublic ManagementPath getPath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, MissingManifestResourceException, ManagementException, CultureNotFoundException, NotSupportedException
public ManagementObjectCollection GetRelated() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException
public void GetRelated(ManagementOperationObserver watcher) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic void GetRelated(ManagementOperationObserver watcher, java.lang.String relatedClass) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic void GetRelated(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, boolean classDefinitionsOnly, EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic ManagementObjectCollection GetRelated(java.lang.String relatedClass) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, CryptographicException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCryptographicExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic ManagementObjectCollection GetRelated(java.lang.String relatedClass, java.lang.String relationshipClass, java.lang.String relationshipQualifier, java.lang.String relatedQualifier, java.lang.String relatedRole, java.lang.String thisRole, boolean classDefinitionsOnly, EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, MulticastNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, CryptographicException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCryptographicExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic ManagementObjectCollection GetRelationships() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException
public void GetRelationships(ManagementOperationObserver watcher) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic void GetRelationships(ManagementOperationObserver watcher, java.lang.String relationshipClass) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic void GetRelationships(ManagementOperationObserver watcher, java.lang.String relationshipClass, java.lang.String relationshipQualifier, java.lang.String thisRole, boolean classDefinitionsOnly, EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicExceptionpublic ManagementObjectCollection GetRelationships(java.lang.String relationshipClass) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, CryptographicException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCryptographicExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic ManagementObjectCollection GetRelationships(java.lang.String relationshipClass, java.lang.String relationshipQualifier, java.lang.String thisRole, boolean classDefinitionsOnly, EnumerationOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, MulticastNotSupportedException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, CryptographicException, SecurityException, UnauthorizedAccessException, IOException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCryptographicExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionpublic ManagementScope getScope() throws java.lang.Throwable, ArgumentException, ManagementException, ArgumentNullException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, InvalidOperationException, CryptographicException
public void InvokeMethod(ManagementOperationObserver watcher, java.lang.String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, MulticastNotSupportedException, MissingMethodException, TargetInvocationException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicExceptionpublic void InvokeMethod(ManagementOperationObserver watcher, java.lang.String methodName, NetObject[] args) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ManagementException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, MissingManifestResourceException, NotSupportedException, MulticastNotSupportedException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotSupportedExceptionMulticastNotSupportedExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicExceptionpublic ManagementBaseObject InvokeMethod(java.lang.String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, MulticastNotSupportedException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicExceptionpublic NetObject InvokeMethod(java.lang.String methodName, NetObject[] args) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ManagementException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, MissingManifestResourceException, NotSupportedException, MulticastNotSupportedException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotSupportedExceptionMulticastNotSupportedExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicExceptionpublic ManagementPath Put() throws java.lang.Throwable, NotSupportedException, ArgumentException, MulticastNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, AccessViolationException, ManagementException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionAccessViolationExceptionManagementExceptionpublic void Put(ManagementOperationObserver watcher) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, ManagementException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionArgumentExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionManagementExceptionInvalidOperationExceptionpublic void Put(ManagementOperationObserver watcher, PutOptions options) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, MulticastNotSupportedException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, InvalidOperationException, CryptographicException, ManagementException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionMulticastNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionInvalidOperationExceptionCryptographicExceptionManagementExceptionpublic ManagementPath Put(PutOptions options) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, MulticastNotSupportedException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, InvalidOperationException, CryptographicException, AccessViolationException, ManagementException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionMulticastNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionInvalidOperationExceptionCryptographicExceptionAccessViolationExceptionManagementExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class ManagementBaseObjectpublic void setOptions(ObjectGetOptions Options) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, ArgumentOutOfRangeException, MulticastNotSupportedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionpublic void setPath(ManagementPath Path) 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 void setScope(ManagementScope Scope) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ManagementException, NotSupportedException, ArgumentNullException, ObjectDisposedException, OutOfMemoryException, InvalidOperationException, CryptographicException