public class ServiceConfig extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.EnterpriseServices.ServiceConfig
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.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.EnterpriseServices
|
static java.lang.String |
className
Qualified class name: System.EnterpriseServices.ServiceConfig
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ServiceConfig() |
ServiceConfig(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ServiceConfig()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionpublic ServiceConfig(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ServiceConfig cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ServiceConfig, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedServiceConfig instancejava.lang.Throwable - in case of error during cast operationpublic BindingOption getBinding() throws java.lang.Throwable
java.lang.Throwablepublic Transaction getBringYourOwnSystemTransaction() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, ConfigurationErrorsException, KeyNotFoundException, AmbiguousMatchException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, TransactionException, OverflowException, TransactionManagerCommunicationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionKeyNotFoundExceptionAmbiguousMatchExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTransactionExceptionOverflowExceptionTransactionManagerCommunicationExceptionpublic ITransaction getBringYourOwnTransaction() throws java.lang.Throwable
java.lang.Throwablepublic boolean getCOMTIIntrinsicsEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIISIntrinsicsEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic InheritanceOption getInheritance() throws java.lang.Throwable
java.lang.Throwablepublic TransactionIsolationLevel getIsolationLevel() throws java.lang.Throwable
java.lang.Throwablepublic 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 Guid getPartitionId() throws java.lang.Throwable
java.lang.Throwablepublic PartitionOption getPartitionOption() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSxsDirectory()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSxsName()
throws java.lang.Throwable
java.lang.Throwablepublic SxsOption getSxsOption() throws java.lang.Throwable
java.lang.Throwablepublic SynchronizationOption getSynchronization() throws java.lang.Throwable
java.lang.Throwablepublic ThreadPoolOption getThreadPool() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTipUrl()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTrackingAppName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTrackingComponentName()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getTrackingEnabled()
throws java.lang.Throwable
java.lang.Throwablepublic TransactionOption getTransaction() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTransactionDescription()
throws java.lang.Throwable
java.lang.Throwablepublic int getTransactionTimeout()
throws java.lang.Throwable
java.lang.Throwablepublic void setBinding(BindingOption Binding) throws java.lang.Throwable
java.lang.Throwablepublic void setBringYourOwnSystemTransaction(Transaction BringYourOwnSystemTransaction) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, ConfigurationErrorsException, KeyNotFoundException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionKeyNotFoundExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationExceptionpublic void setBringYourOwnTransaction(ITransaction BringYourOwnTransaction) throws java.lang.Throwable
java.lang.Throwablepublic void setCOMTIIntrinsicsEnabled(boolean COMTIIntrinsicsEnabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setIISIntrinsicsEnabled(boolean IISIntrinsicsEnabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setInheritance(InheritanceOption Inheritance) throws java.lang.Throwable, NotImplementedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void setIsolationLevel(TransactionIsolationLevel IsolationLevel) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setPartitionId(Guid PartitionId) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionOutOfMemoryExceptionpublic void setPartitionOption(PartitionOption PartitionOption) throws java.lang.Throwable
java.lang.Throwablepublic void setSxsDirectory(java.lang.String SxsDirectory)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionpublic void setSxsName(java.lang.String SxsName)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionpublic void setSxsOption(SxsOption SxsOption) throws java.lang.Throwable
java.lang.Throwablepublic void setSynchronization(SynchronizationOption Synchronization) throws java.lang.Throwable
java.lang.Throwablepublic void setThreadPool(ThreadPoolOption ThreadPool) throws java.lang.Throwable
java.lang.Throwablepublic void setTipUrl(java.lang.String TipUrl)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionpublic void setTrackingAppName(java.lang.String TrackingAppName)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionpublic void setTrackingComponentName(java.lang.String TrackingComponentName)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionpublic void setTrackingEnabled(boolean TrackingEnabled)
throws java.lang.Throwable
java.lang.Throwablepublic void setTransaction(TransactionOption Transaction) throws java.lang.Throwable
java.lang.Throwablepublic void setTransactionDescription(java.lang.String TransactionDescription)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
InvalidOperationException,
OutOfMemoryException
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryExceptionpublic void setTransactionTimeout(int TransactionTimeout)
throws java.lang.Throwable
java.lang.Throwable