Package system.management
Class ManagementObject
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.management.ManagementBaseObject
-
- system.management.ManagementObject
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,ISerializable
- Direct Known Subclasses:
ManagementClass
public class ManagementObject extends ManagementBaseObject
The base .NET class managing System.Management.ManagementObject, System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Management.ManagementObject
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.ManagementObjectstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ManagementObject()
ManagementObject(java.lang.Object instance)
Internal constructor.ManagementObject(java.lang.String path)
ManagementObject(java.lang.String scopeString, java.lang.String pathString, ObjectGetOptions options)
ManagementObject(java.lang.String path, ObjectGetOptions options)
ManagementObject(ManagementPath path)
ManagementObject(ManagementPath path, ObjectGetOptions options)
ManagementObject(ManagementScope scope, ManagementPath path, ObjectGetOptions options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagementObject
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoManagementObject
, a cast assert is made to check if types are compatible.NetObject
Clone()
ManagementPath
CopyTo(java.lang.String path)
ManagementPath
CopyTo(java.lang.String path, PutOptions options)
void
CopyTo(ManagementOperationObserver watcher, java.lang.String path)
void
CopyTo(ManagementOperationObserver watcher, java.lang.String path, PutOptions options)
void
CopyTo(ManagementOperationObserver watcher, ManagementPath path)
void
CopyTo(ManagementOperationObserver watcher, ManagementPath path, PutOptions options)
ManagementPath
CopyTo(ManagementPath path)
ManagementPath
CopyTo(ManagementPath 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 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 TypeManagementBaseObject
GetMethodParameters(java.lang.String methodName)
ObjectGetOptions
getOptions()
ManagementPath
getPath()
ManagementObjectCollection
GetRelated()
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)
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
GetRelationships()
ManagementObjectCollection
GetRelationships(java.lang.String relationshipClass)
ManagementObjectCollection
GetRelationships(java.lang.String relationshipClass, java.lang.String relationshipQualifier, java.lang.String thisRole, boolean classDefinitionsOnly, EnumerationOptions options)
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)
ManagementScope
getScope()
NetObject
InvokeMethod(java.lang.String methodName, NetObject[] args)
ManagementBaseObject
InvokeMethod(java.lang.String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
void
InvokeMethod(ManagementOperationObserver watcher, java.lang.String methodName, NetObject[] args)
void
InvokeMethod(ManagementOperationObserver watcher, java.lang.String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
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)
-
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.ManagementObject- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ManagementObject
public ManagementObject(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ManagementObject
public ManagementObject() throws java.lang.Throwable, ArgumentNullException, ManagementException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException
-
ManagementObject
public ManagementObject(ManagementPath path) throws java.lang.Throwable, ArgumentNullException, ManagementException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException
-
ManagementObject
public ManagementObject(ManagementPath path, ObjectGetOptions options) throws java.lang.Throwable, ArgumentNullException, ManagementException, ArgumentOutOfRangeException, NotSupportedException, ArgumentException, ObjectDisposedException, OutOfMemoryException
-
ManagementObject
public ManagementObject(ManagementScope scope, ManagementPath path, ObjectGetOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, ArgumentOutOfRangeException, NotSupportedException, MulticastNotSupportedException, ObjectDisposedException, OutOfMemoryException, InvalidOperationException, CryptographicException
-
ManagementObject
public 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
- 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
-
ManagementObject
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ArgumentOutOfRangeException
ObjectDisposedException
MissingManifestResourceException
NotImplementedException
ManagementException
CultureNotFoundException
-
ManagementObject
public 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
- 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 classManagementBaseObject
- 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 classManagementBaseObject
- 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 classManagementBaseObject
- 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 classManagementBaseObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classManagementBaseObject
-
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 classManagementBaseObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ManagementObject cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoManagementObject
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ManagementObject
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetMethodParameters
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ObjectDisposedException
ArgumentException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
InvalidOperationException
NotSupportedException
ManagementException
MissingManifestResourceException
MulticastNotSupportedException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
CryptographicException
-
InvokeMethod
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ManagementException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
MulticastNotSupportedException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
CryptographicException
-
GetRelated
public ManagementObjectCollection GetRelated() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException
-
GetRelated
public ManagementObjectCollection GetRelated(java.lang.String relatedClass) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, CryptographicException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ManagementException
InvalidOperationException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
CryptographicException
SecurityException
UnauthorizedAccessException
IOException
-
GetRelated
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ManagementException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
MulticastNotSupportedException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
CryptographicException
SecurityException
UnauthorizedAccessException
IOException
-
GetRelationships
public ManagementObjectCollection GetRelationships() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException
-
GetRelationships
public ManagementObjectCollection GetRelationships(java.lang.String relationshipClass) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, CryptographicException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ManagementException
InvalidOperationException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
CryptographicException
SecurityException
UnauthorizedAccessException
IOException
-
GetRelationships
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ManagementException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
MulticastNotSupportedException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
CryptographicException
SecurityException
UnauthorizedAccessException
IOException
-
CopyTo
public ManagementPath CopyTo(ManagementPath path) throws java.lang.Throwable, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, InvalidOperationException, CryptographicException, ArgumentNullException, FormatException, SecurityException, UnauthorizedAccessException, IOException, AccessViolationException, OverflowException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ManagementException
ArgumentException
NotSupportedException
ObjectDisposedException
OutOfMemoryException
InvalidOperationException
CryptographicException
ArgumentNullException
FormatException
SecurityException
UnauthorizedAccessException
IOException
AccessViolationException
OverflowException
-
CopyTo
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingManifestResourceException
ManagementException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
OutOfMemoryException
CryptographicException
SecurityException
UnauthorizedAccessException
IOException
AccessViolationException
-
CopyTo
public 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
- 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
-
CopyTo
public 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
- 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
-
Put
public ManagementPath Put() throws java.lang.Throwable, NotSupportedException, ArgumentException, MulticastNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, AccessViolationException, ManagementException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
MulticastNotSupportedException
ArgumentOutOfRangeException
ArgumentNullException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
AccessViolationException
ManagementException
-
Put
public ManagementPath Put(PutOptions options) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, MulticastNotSupportedException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, InvalidOperationException, CryptographicException, AccessViolationException, ManagementException
- Throws:
java.lang.Throwable
ArgumentNullException
NotSupportedException
ArgumentOutOfRangeException
ArgumentException
MulticastNotSupportedException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
InvalidOperationException
CryptographicException
AccessViolationException
ManagementException
-
Clone
public NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, CryptographicException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
- Overrides:
Clone
in classManagementBaseObject
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ManagementException
InvalidOperationException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
OutOfMemoryException
CryptographicException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
-
InvokeMethod
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ManagementException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
MissingManifestResourceException
NotSupportedException
MulticastNotSupportedException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
CryptographicException
-
CopyTo
public void CopyTo(ManagementOperationObserver watcher, ManagementPath path) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ManagementException, ArgumentException, NotSupportedException, ObjectDisposedException, OutOfMemoryException, InvalidOperationException, CryptographicException, FormatException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ManagementException
ArgumentException
NotSupportedException
ObjectDisposedException
OutOfMemoryException
InvalidOperationException
CryptographicException
FormatException
SecurityException
UnauthorizedAccessException
IOException
-
CopyTo
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingManifestResourceException
ManagementException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
OutOfMemoryException
CryptographicException
SecurityException
UnauthorizedAccessException
IOException
-
CopyTo
public 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
- 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
-
CopyTo
public 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
- 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
-
Delete
public void Delete() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ManagementException
InvalidOperationException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
-
Delete
public void Delete(DeleteOptions options) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, MulticastNotSupportedException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ManagementException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
MulticastNotSupportedException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
CryptographicException
-
Delete
public void Delete(ManagementOperationObserver watcher) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, MissingManifestResourceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ManagementException
InvalidOperationException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
MissingManifestResourceException
-
Delete
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ManagementException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
MulticastNotSupportedException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
CryptographicException
MissingMethodException
TargetInvocationException
-
DisposeNewManagementObject
public void DisposeNewManagementObject() throws java.lang.Throwable, ArgumentNullException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
-
Get
public void Get() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, MulticastNotSupportedException, ObjectDisposedException, OutOfMemoryException, CryptographicException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ManagementException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
MulticastNotSupportedException
ObjectDisposedException
OutOfMemoryException
CryptographicException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
-
Get
public void Get(ManagementOperationObserver watcher) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, ManagementException, InvalidOperationException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, NotSupportedException, OutOfMemoryException, CryptographicException, MissingManifestResourceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ManagementException
InvalidOperationException
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
NotSupportedException
OutOfMemoryException
CryptographicException
MissingManifestResourceException
-
GetRelated
public void GetRelated(ManagementOperationObserver watcher) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ManagementException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CryptographicException
-
GetRelated
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ManagementException
InvalidOperationException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CryptographicException
-
GetRelated
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ManagementException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
MulticastNotSupportedException
MissingMethodException
TargetInvocationException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CryptographicException
-
GetRelationships
public void GetRelationships(ManagementOperationObserver watcher) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ManagementException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CryptographicException
-
GetRelationships
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ManagementException
InvalidOperationException
NotSupportedException
MulticastNotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CryptographicException
-
GetRelationships
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ManagementException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
MulticastNotSupportedException
MissingMethodException
TargetInvocationException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
CryptographicException
-
InvokeMethod
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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ManagementException
InvalidOperationException
NotSupportedException
ArgumentOutOfRangeException
MulticastNotSupportedException
MissingMethodException
TargetInvocationException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
CryptographicException
-
InvokeMethod
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
ManagementException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
MissingManifestResourceException
NotSupportedException
MulticastNotSupportedException
ObjectDisposedException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
CryptographicException
-
Put
public void Put(ManagementOperationObserver watcher) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, ManagementException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
NotSupportedException
ArgumentException
MulticastNotSupportedException
ArgumentOutOfRangeException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
ManagementException
InvalidOperationException
-
Put
public void Put(ManagementOperationObserver watcher, PutOptions options) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, ArgumentOutOfRangeException, ArgumentException, MulticastNotSupportedException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, InvalidOperationException, CryptographicException, ManagementException
- Throws:
java.lang.Throwable
ArgumentNullException
NotSupportedException
ArgumentOutOfRangeException
ArgumentException
MulticastNotSupportedException
ObjectDisposedException
IndexOutOfRangeException
SecurityException
UnauthorizedAccessException
IOException
OutOfMemoryException
InvalidOperationException
CryptographicException
ManagementException
-
getPath
public ManagementPath getPath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, MissingManifestResourceException, ManagementException, CultureNotFoundException, NotSupportedException
-
setPath
public 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
- 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
-
getScope
public ManagementScope getScope() throws java.lang.Throwable, ArgumentException, ManagementException, ArgumentNullException, NotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, InvalidOperationException, CryptographicException
-
setScope
public void setScope(ManagementScope Scope) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ManagementException, NotSupportedException, ArgumentNullException, ObjectDisposedException, OutOfMemoryException, InvalidOperationException, CryptographicException
-
getOptions
public ObjectGetOptions getOptions() throws java.lang.Throwable, NotSupportedException, ArgumentException, MulticastNotSupportedException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
NotSupportedException
ArgumentException
MulticastNotSupportedException
ArgumentOutOfRangeException
-
setOptions
public void setOptions(ObjectGetOptions Options) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, ArgumentOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotSupportedException
ArgumentOutOfRangeException
MulticastNotSupportedException
-
-