Class AdamInstance
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.directoryservices.activedirectory.DirectoryServer
-
- system.directoryservices.activedirectory.AdamInstance
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class AdamInstance extends DirectoryServer
The base .NET class managing System.DirectoryServices.ActiveDirectory.AdamInstance, System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.ActiveDirectory.AdamInstance
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.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.DirectoryServicesstatic java.lang.StringclassNameQualified class name: System.DirectoryServices.ActiveDirectory.AdamInstancestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description AdamInstance()AdamInstance(java.lang.Object instance)Internal constructor.
-
Method Summary
-
Methods inherited from class system.directoryservices.activedirectory.DirectoryServer
close, Dispose, GetDirectoryEntry, getInboundConnections, getIPAddress, getName, getOutboundConnections, getPartitions, getSiteName, getSyncFromAllServersCallback, MoveToAnotherSite, setSyncFromAllServersCallback
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.DirectoryServices, 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.DirectoryServices- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.DirectoryServices.ActiveDirectory.AdamInstance- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDirectoryServer- 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- Overrides:
getJCOClassNamein classDirectoryServer- 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- Overrides:
getJCOObjectNamein classDirectoryServer- 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- Overrides:
getJCOInstancein classDirectoryServer- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDirectoryServer
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDirectoryServer- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static AdamInstance cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoAdamInstance, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
AdamInstanceinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
GetReplicationMetadata
public ActiveDirectoryReplicationMetadata GetReplicationMetadata(java.lang.String objectPath) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException, OverflowException
- Overrides:
GetReplicationMetadatain classDirectoryServer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionAccessViolationExceptionOverflowException
-
FindOne
public static AdamInstance FindOne(DirectoryContext context, java.lang.String partitionName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionActiveDirectoryOperationException
-
GetAdamInstance
public static AdamInstance GetAdamInstance(DirectoryContext context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OutOfMemoryException, FormatException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, CryptographicException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOutOfMemoryExceptionFormatExceptionAccessViolationExceptionSecurityExceptionActiveDirectoryOperationExceptionSocketExceptionIndexOutOfRangeExceptionCryptographicExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundException
-
FindAll
public static AdamInstanceCollection FindAll(DirectoryContext context, java.lang.String partitionName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ActiveDirectoryOperationException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, SecurityException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionSecurityException
-
GetReplicationCursors
public ReplicationCursorCollection GetReplicationCursors(java.lang.String partition) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException, OverflowException
- Overrides:
GetReplicationCursorsin classDirectoryServer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionAccessViolationExceptionOverflowException
-
GetReplicationConnectionFailures
public ReplicationFailureCollection GetReplicationConnectionFailures() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, OutOfMemoryException, InvalidEnumArgumentException, AbandonedMutexException, CultureNotFoundException, ActiveDirectoryOperationException, NotSupportedException, ActiveDirectoryObjectNotFoundException
- Overrides:
GetReplicationConnectionFailuresin classDirectoryServer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionAbandonedMutexExceptionCultureNotFoundExceptionActiveDirectoryOperationExceptionNotSupportedExceptionActiveDirectoryObjectNotFoundException
-
GetAllReplicationNeighbors
public ReplicationNeighborCollection GetAllReplicationNeighbors() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, CultureNotFoundException, AccessViolationException, NotSupportedException, OverflowException
- Overrides:
GetAllReplicationNeighborsin classDirectoryServer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionCultureNotFoundExceptionAccessViolationExceptionNotSupportedExceptionOverflowException
-
GetReplicationNeighbors
public ReplicationNeighborCollection GetReplicationNeighbors(java.lang.String partition) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException, OverflowException
- Overrides:
GetReplicationNeighborsin classDirectoryServer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionAccessViolationExceptionOverflowException
-
GetReplicationOperationInformation
public ReplicationOperationInformation GetReplicationOperationInformation() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, CultureNotFoundException, AccessViolationException, NotSupportedException, OverflowException
- Overrides:
GetReplicationOperationInformationin classDirectoryServer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionCultureNotFoundExceptionAccessViolationExceptionNotSupportedExceptionOverflowException
-
CheckReplicationConsistency
public void CheckReplicationConsistency() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException- Overrides:
CheckReplicationConsistencyin classDirectoryServer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentException
-
Save
public void Save() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionNotSupportedExceptionOutOfMemoryExceptionSecurityException
-
SeizeRoleOwnership
public void SeizeRoleOwnership(AdamRole role) throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ActiveDirectoryOperationException, FormatException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionFormatExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionInvalidEnumArgumentException
-
SyncReplicaFromAllServers
public void SyncReplicaFromAllServers(java.lang.String partition, SyncFromAllServersOptions options) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException, SyncFromAllServersOperationException- Overrides:
SyncReplicaFromAllServersin classDirectoryServer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionAccessViolationExceptionSyncFromAllServersOperationException
-
SyncReplicaFromServer
public void SyncReplicaFromServer(java.lang.String partition, java.lang.String sourceServer) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException- Overrides:
SyncReplicaFromServerin classDirectoryServer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionAccessViolationException
-
TransferRoleOwnership
public void TransferRoleOwnership(AdamRole role) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, ActiveDirectoryOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, SecurityException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionActiveDirectoryOperationExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionSecurityException
-
TriggerSyncReplicaFromNeighbors
public void TriggerSyncReplicaFromNeighbors(java.lang.String partition) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, FormatException, OutOfMemoryException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException- Overrides:
TriggerSyncReplicaFromNeighborsin classDirectoryServer- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionFormatExceptionOutOfMemoryExceptionCryptographicExceptionActiveDirectoryOperationExceptionActiveDirectoryObjectNotFoundExceptionInvalidEnumArgumentExceptionAccessViolationException
-
getLdapPort
public int getLdapPort() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionNotSupportedExceptionOutOfMemoryExceptionSecurityException
-
getSslPort
public int getSslPort() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionNotSupportedExceptionOutOfMemoryExceptionSecurityException
-
getRoles
public AdamRoleCollection getRoles() throws java.lang.Throwable, ObjectDisposedException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ActiveDirectoryOperationException, FormatException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, InvalidEnumArgumentException, NullReferenceException
- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionFormatExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionNullReferenceException
-
getConfigurationSet
public ConfigurationSet getConfigurationSet() throws java.lang.Throwable, ObjectDisposedException, NotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, ArgumentNullException, InvalidOperationException, CryptographicException, ArgumentException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.ThrowableObjectDisposedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionArgumentNullExceptionInvalidOperationExceptionCryptographicExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionAccessViolationExceptionSecurityExceptionActiveDirectoryOperationExceptionSocketExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundException
-
getDefaultPartition
public java.lang.String getDefaultPartition() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionNotSupportedExceptionOutOfMemoryExceptionSecurityException
-
setDefaultPartition
public void setDefaultPartition(java.lang.String DefaultPartition) throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionNotSupportedExceptionOutOfMemoryExceptionSecurityException
-
getHostName
public java.lang.String getHostName() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException, NotSupportedException, OutOfMemoryException, SecurityException- Throws:
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionNotSupportedExceptionOutOfMemoryExceptionSecurityException
-
-