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=8.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.String
assemblyFullName
Fully assembly qualified name: System.DirectoryServices, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.DirectoryServicesstatic java.lang.String
className
Qualified class name: System.DirectoryServices.ActiveDirectory.AdamInstancestatic JCType
classType
The 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=8.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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classDirectoryServer
- 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
- Overrides:
getJCOClassName
in classDirectoryServer
- 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
- Overrides:
getJCOObjectName
in classDirectoryServer
- 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
- Overrides:
getJCOInstance
in classDirectoryServer
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDirectoryServer
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDirectoryServer
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static AdamInstance cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoAdamInstance
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
AdamInstance
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
GetReplicationMetadata
public ActiveDirectoryReplicationMetadata GetReplicationMetadata(java.lang.String objectPath) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, OverflowException
- Overrides:
GetReplicationMetadata
in classDirectoryServer
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
OverflowException
-
FindOne
public static AdamInstance FindOne(DirectoryContext context, java.lang.String partitionName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, ActiveDirectoryOperationException, IndexOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
ActiveDirectoryOperationException
IndexOutOfRangeException
-
GetAdamInstance
public static AdamInstance GetAdamInstance(DirectoryContext context) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, IndexOutOfRangeException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
IndexOutOfRangeException
FormatException
CryptographicException
NullReferenceException
OverflowException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
FindAll
public static AdamInstanceCollection FindAll(DirectoryContext context, java.lang.String partitionName) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, IndexOutOfRangeException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
IndexOutOfRangeException
OutOfMemoryException
SecurityException
-
GetReplicationCursors
public ReplicationCursorCollection GetReplicationCursors(java.lang.String partition) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, OverflowException
- Overrides:
GetReplicationCursors
in classDirectoryServer
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
OverflowException
-
GetReplicationConnectionFailures
public ReplicationFailureCollection GetReplicationConnectionFailures() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, OutOfMemoryException, CryptographicException, InvalidEnumArgumentException, OverflowException, FormatException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException
- Overrides:
GetReplicationConnectionFailures
in classDirectoryServer
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
OutOfMemoryException
CryptographicException
InvalidEnumArgumentException
OverflowException
FormatException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
-
GetAllReplicationNeighbors
public ReplicationNeighborCollection GetAllReplicationNeighbors() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, OverflowException
- Overrides:
GetAllReplicationNeighbors
in classDirectoryServer
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
OverflowException
-
GetReplicationNeighbors
public ReplicationNeighborCollection GetReplicationNeighbors(java.lang.String partition) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, OverflowException
- Overrides:
GetReplicationNeighbors
in classDirectoryServer
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
OverflowException
-
GetReplicationOperationInformation
public ReplicationOperationInformation GetReplicationOperationInformation() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, OverflowException
- Overrides:
GetReplicationOperationInformation
in classDirectoryServer
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
OverflowException
-
CheckReplicationConsistency
public void CheckReplicationConsistency() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException
- Overrides:
CheckReplicationConsistency
in classDirectoryServer
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
-
Save
public void Save() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, SecurityException, LockRecursionException, SynchronizationLockException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
SecurityException
LockRecursionException
SynchronizationLockException
-
SeizeRoleOwnership
public void SeizeRoleOwnership(AdamRole role) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException, ActiveDirectoryOperationException, FormatException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, LockRecursionException, SynchronizationLockException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
ExternalException
ActiveDirectoryOperationException
FormatException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
LockRecursionException
SynchronizationLockException
-
SyncReplicaFromAllServers
public void SyncReplicaFromAllServers(java.lang.String partition, SyncFromAllServersOptions options) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException, SyncFromAllServersOperationException
- Overrides:
SyncReplicaFromAllServers
in classDirectoryServer
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
AccessViolationException
SyncFromAllServersOperationException
-
SyncReplicaFromServer
public void SyncReplicaFromServer(java.lang.String partition, java.lang.String sourceServer) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException
- Overrides:
SyncReplicaFromServer
in classDirectoryServer
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
AccessViolationException
-
TransferRoleOwnership
public void TransferRoleOwnership(AdamRole role) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, OutOfMemoryException, ExternalException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, SecurityException, LockRecursionException, SynchronizationLockException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
OutOfMemoryException
ExternalException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
SecurityException
LockRecursionException
SynchronizationLockException
-
TriggerSyncReplicaFromNeighbors
public void TriggerSyncReplicaFromNeighbors(java.lang.String partition) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, CryptographicException, ActiveDirectoryOperationException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException, AccessViolationException
- Overrides:
TriggerSyncReplicaFromNeighbors
in classDirectoryServer
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
CryptographicException
ActiveDirectoryOperationException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
AccessViolationException
-
getLdapPort
public int getLdapPort() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
SecurityException
-
getSslPort
public int getSslPort() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
SecurityException
-
getRoles
public AdamRoleCollection getRoles() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, ExternalException, ActiveDirectoryOperationException, FormatException, ActiveDirectoryObjectNotFoundException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
ExternalException
ActiveDirectoryOperationException
FormatException
ActiveDirectoryObjectNotFoundException
InvalidEnumArgumentException
-
getConfigurationSet
public ConfigurationSet getConfigurationSet() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, OutOfMemoryException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, FormatException, CryptographicException, NullReferenceException, OverflowException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
MethodAccessException
MissingMethodException
MemberAccessException
TargetInvocationException
OutOfMemoryException
AccessViolationException
SecurityException
ActiveDirectoryOperationException
FormatException
CryptographicException
NullReferenceException
OverflowException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
-
getDefaultPartition
public java.lang.String getDefaultPartition() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
SecurityException
-
setDefaultPartition
public void setDefaultPartition(java.lang.String DefaultPartition) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, SecurityException, LockRecursionException, SynchronizationLockException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
SecurityException
LockRecursionException
SynchronizationLockException
-
getHostName
public java.lang.String getHostName() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
ActiveDirectoryOperationException
InvalidEnumArgumentException
ActiveDirectoryObjectNotFoundException
OutOfMemoryException
SecurityException
-
-