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.StringassemblyFullNameFully assembly qualified name: System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Managementstatic java.lang.StringclassNameQualified class name: System.Management.ManagementObjectstatic JCTypeclassTypeThe 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 ManagementObjectcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoManagementObject, a cast assert is made to check if types are compatible.NetObjectClone()ManagementPathCopyTo(java.lang.String path)ManagementPathCopyTo(java.lang.String path, PutOptions options)voidCopyTo(ManagementOperationObserver watcher, java.lang.String path)voidCopyTo(ManagementOperationObserver watcher, java.lang.String path, PutOptions options)voidCopyTo(ManagementOperationObserver watcher, ManagementPath path)voidCopyTo(ManagementOperationObserver watcher, ManagementPath path, PutOptions options)ManagementPathCopyTo(ManagementPath path)ManagementPathCopyTo(ManagementPath path, PutOptions options)voidDelete()voidDelete(DeleteOptions options)voidDelete(ManagementOperationObserver watcher)voidDelete(ManagementOperationObserver watcher, DeleteOptions options)voidDisposeNewManagementObject()voidGet()voidGet(ManagementOperationObserver watcher)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeManagementBaseObjectGetMethodParameters(java.lang.String methodName)ObjectGetOptionsgetOptions()ManagementPathgetPath()ManagementObjectCollectionGetRelated()ManagementObjectCollectionGetRelated(java.lang.String relatedClass)ManagementObjectCollectionGetRelated(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)voidGetRelated(ManagementOperationObserver watcher)voidGetRelated(ManagementOperationObserver watcher, java.lang.String relatedClass)voidGetRelated(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)ManagementObjectCollectionGetRelationships()ManagementObjectCollectionGetRelationships(java.lang.String relationshipClass)ManagementObjectCollectionGetRelationships(java.lang.String relationshipClass, java.lang.String relationshipQualifier, java.lang.String thisRole, boolean classDefinitionsOnly, EnumerationOptions options)voidGetRelationships(ManagementOperationObserver watcher)voidGetRelationships(ManagementOperationObserver watcher, java.lang.String relationshipClass)voidGetRelationships(ManagementOperationObserver watcher, java.lang.String relationshipClass, java.lang.String relationshipQualifier, java.lang.String thisRole, boolean classDefinitionsOnly, EnumerationOptions options)ManagementScopegetScope()NetObjectInvokeMethod(java.lang.String methodName, NetObject[] args)ManagementBaseObjectInvokeMethod(java.lang.String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)voidInvokeMethod(ManagementOperationObserver watcher, java.lang.String methodName, NetObject[] args)voidInvokeMethod(ManagementOperationObserver watcher, java.lang.String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)ManagementPathPut()voidPut(ManagementOperationObserver watcher)voidPut(ManagementOperationObserver watcher, PutOptions options)ManagementPathPut(PutOptions options)voidsetJCOInstance(JCObject instance)voidsetOptions(ObjectGetOptions Options)voidsetPath(ManagementPath Path)voidsetScope(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.ThrowableInternal 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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionManagementExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionCryptographicException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Specified by:
getJCOAssemblyNamein interfaceISerializable- Overrides:
getJCOAssemblyNamein classManagementBaseObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Specified by:
getJCOClassNamein interfaceISerializable- Overrides:
getJCOClassNamein classManagementBaseObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Specified by:
getJCOObjectNamein interfaceISerializable- Overrides:
getJCOObjectNamein classManagementBaseObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Specified by:
getJCOInstancein interfaceISerializable- Overrides:
getJCOInstancein classManagementBaseObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classManagementBaseObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Specified by:
getJCOTypein interfaceISerializable- Overrides:
getJCOTypein classManagementBaseObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ManagementObject cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoManagementObject, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ManagementObjectinstance- 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.ThrowableArgumentNullExceptionObjectDisposedExceptionArgumentExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionManagementExceptionMissingManifestResourceExceptionMulticastNotSupportedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCryptographicExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
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.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCryptographicExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
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.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCryptographicExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
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.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionCryptographicExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
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.ThrowableArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionInvalidOperationExceptionCryptographicExceptionArgumentNullExceptionFormatExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionAccessViolationExceptionOverflowException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionAccessViolationException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundExceptionOutOfMemoryExceptionCryptographicExceptionSecurityExceptionAccessViolationException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundExceptionOutOfMemoryExceptionCryptographicExceptionSecurityExceptionAccessViolationException
-
Put
public ManagementPath Put() throws java.lang.Throwable, NotSupportedException, ArgumentException, MulticastNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException, AccessViolationException, ManagementException
- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionAccessViolationExceptionManagementException
-
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.ThrowableArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionMulticastNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionInvalidOperationExceptionCryptographicExceptionAccessViolationExceptionManagementException
-
Clone
public NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, OutOfMemoryException, CryptographicException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
- Overrides:
Clonein classManagementBaseObject- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
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.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotSupportedExceptionMulticastNotSupportedExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionManagementExceptionArgumentExceptionNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionInvalidOperationExceptionCryptographicExceptionFormatExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingManifestResourceExceptionManagementExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundExceptionOutOfMemoryExceptionCryptographicExceptionSecurityException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionManagementExceptionCultureNotFoundExceptionOutOfMemoryExceptionCryptographicExceptionSecurityException
-
Delete
public void Delete() throws java.lang.Throwable, ArgumentNullException, ArgumentException, ManagementException, InvalidOperationException, NotSupportedException, MulticastNotSupportedException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryException
-
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.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionMissingManifestResourceException
-
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.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicExceptionMissingMethodExceptionTargetInvocationException
-
DisposeNewManagementObject
public void DisposeNewManagementObject() throws java.lang.Throwable, ArgumentNullException, ArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentException
-
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.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionObjectDisposedExceptionOutOfMemoryExceptionCryptographicExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOException
-
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.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotSupportedExceptionOutOfMemoryExceptionCryptographicExceptionMissingManifestResourceException
-
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.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionIndexOutOfRangeExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedExceptionMissingMethodExceptionTargetInvocationExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionManagementExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotSupportedExceptionMulticastNotSupportedExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionCryptographicException
-
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.ThrowableArgumentNullExceptionNotSupportedExceptionArgumentExceptionMulticastNotSupportedExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionManagementExceptionInvalidOperationException
-
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.ThrowableArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionMulticastNotSupportedExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionOutOfMemoryExceptionInvalidOperationExceptionCryptographicExceptionManagementException
-
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.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionManagementExceptionCultureNotFoundExceptionMulticastNotSupportedExceptionOutOfMemoryExceptionCryptographicException
-
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.ThrowableNotSupportedExceptionArgumentExceptionMulticastNotSupportedExceptionArgumentOutOfRangeException
-
setOptions
public void setOptions(ObjectGetOptions Options) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotSupportedException, ArgumentOutOfRangeException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMulticastNotSupportedException
-
-