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.String
assemblyFullName
Fully assembly qualified name: System.EnterpriseServices, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.EnterpriseServicesstatic java.lang.String
className
Qualified class name: System.EnterpriseServices.ServiceConfigstatic JCType
classType
The 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 ServiceConfig
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoServiceConfig
, a cast assert is made to check if types are compatible.BindingOption
getBinding()
Transaction
getBringYourOwnSystemTransaction()
ITransaction
getBringYourOwnTransaction()
boolean
getCOMTIIntrinsicsEnabled()
boolean
getIISIntrinsicsEnabled()
InheritanceOption
getInheritance()
TransactionIsolationLevel
getIsolationLevel()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeGuid
getPartitionId()
PartitionOption
getPartitionOption()
java.lang.String
getSxsDirectory()
java.lang.String
getSxsName()
SxsOption
getSxsOption()
SynchronizationOption
getSynchronization()
ThreadPoolOption
getThreadPool()
java.lang.String
getTipUrl()
java.lang.String
getTrackingAppName()
java.lang.String
getTrackingComponentName()
boolean
getTrackingEnabled()
TransactionOption
getTransaction()
java.lang.String
getTransactionDescription()
int
getTransactionTimeout()
void
setBinding(BindingOption Binding)
void
setBringYourOwnSystemTransaction(Transaction BringYourOwnSystemTransaction)
void
setBringYourOwnTransaction(ITransaction BringYourOwnTransaction)
void
setCOMTIIntrinsicsEnabled(boolean COMTIIntrinsicsEnabled)
void
setIISIntrinsicsEnabled(boolean IISIntrinsicsEnabled)
void
setInheritance(InheritanceOption Inheritance)
void
setIsolationLevel(TransactionIsolationLevel IsolationLevel)
void
setJCOInstance(JCObject instance)
void
setPartitionId(Guid PartitionId)
void
setPartitionOption(PartitionOption PartitionOption)
void
setSxsDirectory(java.lang.String SxsDirectory)
void
setSxsName(java.lang.String SxsName)
void
setSxsOption(SxsOption SxsOption)
void
setSynchronization(SynchronizationOption Synchronization)
void
setThreadPool(ThreadPoolOption ThreadPool)
void
setTipUrl(java.lang.String TipUrl)
void
setTrackingAppName(java.lang.String TrackingAppName)
void
setTrackingComponentName(java.lang.String TrackingComponentName)
void
setTrackingEnabled(boolean TrackingEnabled)
void
setTransaction(TransactionOption Transaction)
void
setTransactionDescription(java.lang.String TransactionDescription)
void
setTransactionTimeout(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.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
ServiceConfig
public ServiceConfig() throws java.lang.Throwable, ArgumentOutOfRangeException, InvalidOperationException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
-
-
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 classNetObject
- 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 classNetObject
- 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 classNetObject
- 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 classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ServiceConfig cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoServiceConfig
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ServiceConfig
instance- 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.Throwable
ArgumentNullException
InvalidOperationException
OutOfMemoryException
-
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.Throwable
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
-
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.Throwable
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
-
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.Throwable
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
-
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.Throwable
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
-
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.Throwable
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
-
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.Throwable
ArgumentOutOfRangeException
InvalidOperationException
OutOfMemoryException
-
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.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
-
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.Throwable
ArgumentNullException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
ConfigurationErrorsException
KeyNotFoundException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
-