public class ActiveDirectorySiteLink extends NetObject implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.DirectoryServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.DirectoryServices
|
static java.lang.String |
className
Qualified class name: System.DirectoryServices.ActiveDirectory.ActiveDirectorySiteLink
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ActiveDirectorySiteLink() |
ActiveDirectorySiteLink(DirectoryContext context,
java.lang.String siteLinkName) |
ActiveDirectorySiteLink(DirectoryContext context,
java.lang.String siteLinkName,
ActiveDirectoryTransportType transport) |
ActiveDirectorySiteLink(DirectoryContext context,
java.lang.String siteLinkName,
ActiveDirectoryTransportType transport,
ActiveDirectorySchedule schedule) |
ActiveDirectorySiteLink(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ActiveDirectorySiteLink |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ActiveDirectorySiteLink, a cast assert is made to check if types are compatible. |
void |
close() |
void |
Delete() |
void |
Dispose() |
static ActiveDirectorySiteLink |
FindByName(DirectoryContext context,
java.lang.String siteLinkName) |
static ActiveDirectorySiteLink |
FindByName(DirectoryContext context,
java.lang.String siteLinkName,
ActiveDirectoryTransportType transport) |
int |
getCost() |
boolean |
getDataCompressionEnabled() |
DirectoryEntry |
GetDirectoryEntry() |
ActiveDirectorySchedule |
getInterSiteReplicationSchedule() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
getName() |
boolean |
getNotificationEnabled() |
boolean |
getReciprocalReplicationEnabled() |
TimeSpan |
getReplicationInterval() |
ActiveDirectorySiteCollection |
getSites() |
ActiveDirectoryTransportType |
getTransportType() |
void |
Save() |
void |
setCost(int Cost) |
void |
setDataCompressionEnabled(boolean DataCompressionEnabled) |
void |
setInterSiteReplicationSchedule(ActiveDirectorySchedule InterSiteReplicationSchedule) |
void |
setJCOInstance(JCObject instance) |
void |
setNotificationEnabled(boolean NotificationEnabled) |
void |
setReciprocalReplicationEnabled(boolean ReciprocalReplicationEnabled) |
void |
setReplicationInterval(TimeSpan ReplicationInterval) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ActiveDirectorySiteLink()
throws java.lang.Throwable
java.lang.Throwablepublic ActiveDirectorySiteLink(DirectoryContext context, java.lang.String siteLinkName) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, OutOfMemoryException, MissingManifestResourceException, ArgumentException, MissingMethodException, TargetInvocationException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, ObjectDisposedException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, NotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionMissingManifestResourceExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionAccessViolationExceptionSecurityExceptionActiveDirectoryOperationExceptionSocketExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionNotSupportedExceptionpublic ActiveDirectorySiteLink(DirectoryContext context, java.lang.String siteLinkName, ActiveDirectoryTransportType transport) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, OutOfMemoryException, MissingManifestResourceException, ArgumentException, MissingMethodException, TargetInvocationException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, ObjectDisposedException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, NotSupportedException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionMissingManifestResourceExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionAccessViolationExceptionSecurityExceptionActiveDirectoryOperationExceptionSocketExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionNotSupportedExceptionpublic ActiveDirectorySiteLink(DirectoryContext context, java.lang.String siteLinkName, ActiveDirectoryTransportType transport, ActiveDirectorySchedule schedule) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, OutOfMemoryException, MissingManifestResourceException, ArgumentException, MissingMethodException, TargetInvocationException, AccessViolationException, SecurityException, CultureNotFoundException, NotSupportedException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionMissingManifestResourceExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionAccessViolationExceptionSecurityExceptionCultureNotFoundExceptionNotSupportedExceptionActiveDirectoryOperationExceptionSocketExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionpublic ActiveDirectorySiteLink(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ActiveDirectorySiteLink cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ActiveDirectorySiteLink, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedActiveDirectorySiteLink instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void Delete()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
FormatException,
OutOfMemoryException,
ActiveDirectoryOperationException,
InvalidEnumArgumentException,
SocketException,
IndexOutOfRangeException,
AccessViolationException,
PlatformNotSupportedException,
ActiveDirectoryObjectNotFoundException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionFormatExceptionOutOfMemoryExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionIndexOutOfRangeExceptionAccessViolationExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionpublic void Dispose()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionpublic static ActiveDirectorySiteLink FindByName(DirectoryContext context, java.lang.String siteLinkName) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, MissingManifestResourceException, ArgumentException, MissingMethodException, TargetInvocationException, AccessViolationException, SecurityException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, ObjectDisposedException, InvalidEnumArgumentException, ActiveDirectoryObjectNotFoundException, NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionMissingManifestResourceExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionAccessViolationExceptionSecurityExceptionActiveDirectoryOperationExceptionSocketExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionActiveDirectoryObjectNotFoundExceptionNotSupportedExceptionpublic static ActiveDirectorySiteLink FindByName(DirectoryContext context, java.lang.String siteLinkName, ActiveDirectoryTransportType transport) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException, MissingManifestResourceException, ArgumentException, MissingMethodException, TargetInvocationException, AccessViolationException, SecurityException, CultureNotFoundException, NotSupportedException, ActiveDirectoryOperationException, SocketException, IndexOutOfRangeException, FormatException, ObjectDisposedException, AbandonedMutexException, InvalidEnumArgumentException, PlatformNotSupportedException, ActiveDirectoryObjectNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionMissingManifestResourceExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionAccessViolationExceptionSecurityExceptionCultureNotFoundExceptionNotSupportedExceptionActiveDirectoryOperationExceptionSocketExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionAbandonedMutexExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionActiveDirectoryObjectNotFoundExceptionpublic int getCost()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
AbandonedMutexException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
IndexOutOfRangeException,
ActiveDirectoryOperationException,
InvalidEnumArgumentException,
SocketException,
AccessViolationException,
PlatformNotSupportedException,
OutOfMemoryException,
ActiveDirectoryObjectNotFoundException,
NotImplementedException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionAbandonedMutexExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedExceptionpublic boolean getDataCompressionEnabled()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
AbandonedMutexException,
InvalidOperationException,
MissingManifestResourceException,
ActiveDirectoryOperationException,
InvalidEnumArgumentException,
SocketException,
AccessViolationException,
PlatformNotSupportedException,
OutOfMemoryException,
ActiveDirectoryObjectNotFoundException,
NotImplementedException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingManifestResourceExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedExceptionpublic DirectoryEntry GetDirectoryEntry() throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, OutOfMemoryException, CryptographicException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionOutOfMemoryExceptionCryptographicExceptionpublic ActiveDirectorySchedule getInterSiteReplicationSchedule() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, InvalidTimeZoneException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, SocketException, AccessViolationException, PlatformNotSupportedException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NotSupportedException, NotImplementedException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionAbandonedMutexExceptionCultureNotFoundExceptionInvalidOperationExceptionInvalidTimeZoneExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotSupportedExceptionNotImplementedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getName()
throws java.lang.Throwable,
ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic boolean getNotificationEnabled()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
AbandonedMutexException,
InvalidOperationException,
MissingManifestResourceException,
ActiveDirectoryOperationException,
InvalidEnumArgumentException,
SocketException,
AccessViolationException,
PlatformNotSupportedException,
OutOfMemoryException,
ActiveDirectoryObjectNotFoundException,
NotImplementedException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingManifestResourceExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedExceptionpublic boolean getReciprocalReplicationEnabled()
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
AbandonedMutexException,
InvalidOperationException,
MissingManifestResourceException,
ActiveDirectoryOperationException,
InvalidEnumArgumentException,
SocketException,
AccessViolationException,
PlatformNotSupportedException,
OutOfMemoryException,
ActiveDirectoryObjectNotFoundException,
NotImplementedException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingManifestResourceExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedExceptionpublic TimeSpan getReplicationInterval() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, ActiveDirectoryOperationException, InvalidEnumArgumentException, SocketException, AccessViolationException, PlatformNotSupportedException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NotImplementedException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionAbandonedMutexExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedExceptionpublic ActiveDirectorySiteCollection getSites() throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidEnumArgumentException, InvalidOperationException, NotSupportedException, NotImplementedException, OutOfMemoryException, AccessViolationException, ActiveDirectoryObjectNotFoundException, ActiveDirectoryOperationException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionNotSupportedExceptionNotImplementedExceptionOutOfMemoryExceptionAccessViolationExceptionActiveDirectoryObjectNotFoundExceptionActiveDirectoryOperationExceptionpublic ActiveDirectoryTransportType getTransportType() throws java.lang.Throwable, ObjectDisposedException
java.lang.ThrowableObjectDisposedExceptionpublic void Save()
throws java.lang.Throwable,
ObjectDisposedException,
InvalidOperationException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
MissingManifestResourceException,
NotSupportedException,
ActiveDirectoryOperationException,
InvalidEnumArgumentException,
SocketException,
FormatException,
AccessViolationException,
PlatformNotSupportedException,
OutOfMemoryException,
ActiveDirectoryObjectNotFoundException,
NotImplementedException
java.lang.ThrowableObjectDisposedExceptionInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionNotSupportedExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionFormatExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedExceptionpublic void setCost(int Cost)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
AbandonedMutexException,
InvalidOperationException,
MissingManifestResourceException,
ActiveDirectoryOperationException,
InvalidEnumArgumentException,
SocketException,
AccessViolationException,
PlatformNotSupportedException,
OutOfMemoryException,
ActiveDirectoryObjectNotFoundException,
NotImplementedException
java.lang.ThrowableObjectDisposedExceptionArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingManifestResourceExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedExceptionpublic void setDataCompressionEnabled(boolean DataCompressionEnabled)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
AbandonedMutexException,
InvalidOperationException,
MissingManifestResourceException,
ActiveDirectoryOperationException,
InvalidEnumArgumentException,
SocketException,
AccessViolationException,
PlatformNotSupportedException,
OutOfMemoryException,
ActiveDirectoryObjectNotFoundException,
NotImplementedException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingManifestResourceExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedExceptionpublic void setInterSiteReplicationSchedule(ActiveDirectorySchedule InterSiteReplicationSchedule) throws java.lang.Throwable, ObjectDisposedException, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, AbandonedMutexException, CultureNotFoundException, InvalidOperationException, NotSupportedException, ActiveDirectoryOperationException, InvalidEnumArgumentException, SocketException, IndexOutOfRangeException, AccessViolationException, PlatformNotSupportedException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException, NotImplementedException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionAbandonedMutexExceptionCultureNotFoundExceptionInvalidOperationExceptionNotSupportedExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionIndexOutOfRangeExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setNotificationEnabled(boolean NotificationEnabled)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
AbandonedMutexException,
InvalidOperationException,
MissingManifestResourceException,
ActiveDirectoryOperationException,
InvalidEnumArgumentException,
SocketException,
AccessViolationException,
PlatformNotSupportedException,
OutOfMemoryException,
ActiveDirectoryObjectNotFoundException,
NotImplementedException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingManifestResourceExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedExceptionpublic void setReciprocalReplicationEnabled(boolean ReciprocalReplicationEnabled)
throws java.lang.Throwable,
ObjectDisposedException,
ArgumentOutOfRangeException,
ArgumentNullException,
FormatException,
ArgumentException,
CultureNotFoundException,
NotSupportedException,
IndexOutOfRangeException,
AbandonedMutexException,
InvalidOperationException,
MissingManifestResourceException,
ActiveDirectoryOperationException,
InvalidEnumArgumentException,
SocketException,
AccessViolationException,
PlatformNotSupportedException,
OutOfMemoryException,
ActiveDirectoryObjectNotFoundException,
NotImplementedException
java.lang.ThrowableObjectDisposedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionAbandonedMutexExceptionInvalidOperationExceptionMissingManifestResourceExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundExceptionNotImplementedExceptionpublic void setReplicationInterval(TimeSpan ReplicationInterval) throws java.lang.Throwable, ObjectDisposedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ActiveDirectoryOperationException, InvalidEnumArgumentException, SocketException, IndexOutOfRangeException, FormatException, AccessViolationException, PlatformNotSupportedException, OutOfMemoryException, ActiveDirectoryObjectNotFoundException
java.lang.ThrowableObjectDisposedExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionActiveDirectoryOperationExceptionInvalidEnumArgumentExceptionSocketExceptionIndexOutOfRangeExceptionFormatExceptionAccessViolationExceptionPlatformNotSupportedExceptionOutOfMemoryExceptionActiveDirectoryObjectNotFoundException