Package system.enterpriseservices
Class ServiceConfig
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.enterpriseservices.ServiceConfig
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ServiceConfig extends NetObject
The base .NET class managing System.EnterpriseServices.ServiceConfig, System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.EnterpriseServices.ServiceConfig
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.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.EnterpriseServicesstatic java.lang.StringclassNameQualified class name: System.EnterpriseServices.ServiceConfigstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ServiceConfig()ServiceConfig(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceConfigcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoServiceConfig, a cast assert is made to check if types are compatible.BindingOptiongetBinding()TransactiongetBringYourOwnSystemTransaction()ITransactiongetBringYourOwnTransaction()booleangetCOMTIIntrinsicsEnabled()booleangetIISIntrinsicsEnabled()InheritanceOptiongetInheritance()TransactionIsolationLevelgetIsolationLevel()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeGuidgetPartitionId()PartitionOptiongetPartitionOption()java.lang.StringgetSxsDirectory()java.lang.StringgetSxsName()SxsOptiongetSxsOption()SynchronizationOptiongetSynchronization()ThreadPoolOptiongetThreadPool()java.lang.StringgetTipUrl()java.lang.StringgetTrackingAppName()java.lang.StringgetTrackingComponentName()booleangetTrackingEnabled()TransactionOptiongetTransaction()java.lang.StringgetTransactionDescription()intgetTransactionTimeout()voidsetBinding(BindingOption Binding)voidsetBringYourOwnSystemTransaction(Transaction BringYourOwnSystemTransaction)voidsetBringYourOwnTransaction(ITransaction BringYourOwnTransaction)voidsetCOMTIIntrinsicsEnabled(boolean COMTIIntrinsicsEnabled)voidsetIISIntrinsicsEnabled(boolean IISIntrinsicsEnabled)voidsetInheritance(InheritanceOption Inheritance)voidsetIsolationLevel(TransactionIsolationLevel IsolationLevel)voidsetJCOInstance(JCObject instance)voidsetPartitionId(Guid PartitionId)voidsetPartitionOption(PartitionOption PartitionOption)voidsetSxsDirectory(java.lang.String SxsDirectory)voidsetSxsName(java.lang.String SxsName)voidsetSxsOption(SxsOption SxsOption)voidsetSynchronization(SynchronizationOption Synchronization)voidsetThreadPool(ThreadPoolOption ThreadPool)voidsetTipUrl(java.lang.String TipUrl)voidsetTrackingAppName(java.lang.String TrackingAppName)voidsetTrackingComponentName(java.lang.String TrackingComponentName)voidsetTrackingEnabled(boolean TrackingEnabled)voidsetTransaction(TransactionOption Transaction)voidsetTransactionDescription(java.lang.String TransactionDescription)voidsetTransactionTimeout(int TransactionTimeout)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.EnterpriseServices, 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.EnterpriseServices- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.EnterpriseServices.ServiceConfig- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ServiceConfig
public ServiceConfig(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
ServiceConfig
public ServiceConfig() throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- 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 classNetObject- 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 classNetObject- 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 classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ServiceConfig cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoServiceConfig, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ServiceConfiginstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getCOMTIIntrinsicsEnabled
public boolean getCOMTIIntrinsicsEnabled() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCOMTIIntrinsicsEnabled
public void setCOMTIIntrinsicsEnabled(boolean COMTIIntrinsicsEnabled) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getIISIntrinsicsEnabled
public boolean getIISIntrinsicsEnabled() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIISIntrinsicsEnabled
public void setIISIntrinsicsEnabled(boolean IISIntrinsicsEnabled) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTrackingEnabled
public boolean getTrackingEnabled() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTrackingEnabled
public void setTrackingEnabled(boolean TrackingEnabled) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTransactionTimeout
public int getTransactionTimeout() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTransactionTimeout
public void setTransactionTimeout(int TransactionTimeout) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getBinding
public BindingOption getBinding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBinding
public void setBinding(BindingOption Binding) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getInheritance
public InheritanceOption getInheritance() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setInheritance
public void setInheritance(InheritanceOption Inheritance) throws java.lang.Throwable, NotImplementedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getBringYourOwnTransaction
public ITransaction getBringYourOwnTransaction() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setBringYourOwnTransaction
public void setBringYourOwnTransaction(ITransaction BringYourOwnTransaction) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPartitionOption
public PartitionOption getPartitionOption() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPartitionOption
public void setPartitionOption(PartitionOption PartitionOption) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSxsOption
public SxsOption getSxsOption() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSxsOption
public void setSxsOption(SxsOption SxsOption) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSynchronization
public SynchronizationOption getSynchronization() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSynchronization
public void setSynchronization(SynchronizationOption Synchronization) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getThreadPool
public ThreadPoolOption getThreadPool() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setThreadPool
public void setThreadPool(ThreadPoolOption ThreadPool) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIsolationLevel
public TransactionIsolationLevel getIsolationLevel() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIsolationLevel
public void setIsolationLevel(TransactionIsolationLevel IsolationLevel) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTransaction
public TransactionOption getTransaction() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTransaction
public void setTransaction(TransactionOption Transaction) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getPartitionId
public Guid getPartitionId() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPartitionId
public void setPartitionId(Guid PartitionId) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionOutOfMemoryException
-
getSxsDirectory
public java.lang.String getSxsDirectory() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSxsDirectory
public void setSxsDirectory(java.lang.String SxsDirectory) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryException
-
getSxsName
public java.lang.String getSxsName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSxsName
public void setSxsName(java.lang.String SxsName) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryException
-
getTipUrl
public java.lang.String getTipUrl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTipUrl
public void setTipUrl(java.lang.String TipUrl) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryException
-
getTrackingAppName
public java.lang.String getTrackingAppName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTrackingAppName
public void setTrackingAppName(java.lang.String TrackingAppName) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryException
-
getTrackingComponentName
public java.lang.String getTrackingComponentName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTrackingComponentName
public void setTrackingComponentName(java.lang.String TrackingComponentName) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryException
-
getTransactionDescription
public java.lang.String getTransactionDescription() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setTransactionDescription
public void setTransactionDescription(java.lang.String TransactionDescription) throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionInvalidOperationExceptionOutOfMemoryException
-
getBringYourOwnSystemTransaction
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionKeyNotFoundExceptionAmbiguousMatchExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionTransactionExceptionOverflowExceptionTransactionManagerCommunicationException
-
setBringYourOwnSystemTransaction
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionConfigurationErrorsExceptionKeyNotFoundExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
-