public class TransactionManager extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Transactions.TransactionManager
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.Transactions.Local, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Transactions.Local
|
static java.lang.String |
className
Qualified class name: System.Transactions.TransactionManager
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
TransactionManager() |
TransactionManager(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionManager |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into TransactionManager, a cast assert is made to check if types are compatible. |
static TimeSpan |
getDefaultTimeout() |
static HostCurrentTransactionCallback |
getHostCurrentCallback() |
static boolean |
getImplicitDistributedTransactions() |
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
|
static TimeSpan |
getMaximumTimeout() |
static void |
RecoveryComplete(Guid resourceManagerIdentifier) |
static Enlistment |
Reenlist(Guid resourceManagerIdentifier,
byte[] recoveryInformation,
IEnlistmentNotification enlistmentNotification) |
static Enlistment |
Reenlist(Guid dupParam0,
JCORefOut dupParam1,
IEnlistmentNotification dupParam2) |
static void |
setDefaultTimeout(TimeSpan DefaultTimeout) |
static void |
setHostCurrentCallback(HostCurrentTransactionCallback HostCurrentCallback) |
static void |
setImplicitDistributedTransactions(boolean ImplicitDistributedTransactions) |
void |
setJCOInstance(JCObject instance) |
static void |
setMaximumTimeout(TimeSpan MaximumTimeout) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public TransactionManager()
throws java.lang.Throwable
java.lang.Throwablepublic TransactionManager(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static TransactionManager cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into TransactionManager, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedTransactionManager instancejava.lang.Throwable - in case of error during cast operationpublic static TimeSpan getDefaultTimeout() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, OverflowException, FormatException, ArgumentException, EventSourceException
public static HostCurrentTransactionCallback getHostCurrentCallback() throws java.lang.Throwable
java.lang.Throwablepublic static boolean getImplicitDistributedTransactions()
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 static TimeSpan getMaximumTimeout() throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, OverflowException, FormatException, ArgumentException, EventSourceException
public static void RecoveryComplete(Guid resourceManagerIdentifier) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, OverflowException, FormatException, EventSourceException, InvalidOperationException, TransactionException, RankException, ArrayTypeMismatchException, TransactionManagerCommunicationException, OutOfMemoryException, ThreadStateException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOverflowExceptionFormatExceptionEventSourceExceptionInvalidOperationExceptionTransactionExceptionRankExceptionArrayTypeMismatchExceptionTransactionManagerCommunicationExceptionOutOfMemoryExceptionThreadStateExceptionpublic static Enlistment Reenlist(Guid resourceManagerIdentifier, byte[] recoveryInformation, IEnlistmentNotification enlistmentNotification) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, OverflowException, FormatException, EventSourceException, ObjectDisposedException, IOException, ArgumentNullException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, TransactionException, TransactionManagerCommunicationException, ThreadStateException, COMException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOverflowExceptionFormatExceptionEventSourceExceptionObjectDisposedExceptionIOExceptionArgumentNullExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionTransactionExceptionTransactionManagerCommunicationExceptionThreadStateExceptionCOMExceptionpublic static Enlistment Reenlist(Guid dupParam0, JCORefOut dupParam1, IEnlistmentNotification dupParam2) throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, OverflowException, FormatException, EventSourceException, ObjectDisposedException, IOException, ArgumentNullException, OutOfMemoryException, RankException, ArrayTypeMismatchException, InvalidCastException, InvalidOperationException, TransactionException, TransactionManagerCommunicationException, ThreadStateException, COMException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionOverflowExceptionFormatExceptionEventSourceExceptionObjectDisposedExceptionIOExceptionArgumentNullExceptionOutOfMemoryExceptionRankExceptionArrayTypeMismatchExceptionInvalidCastExceptionInvalidOperationExceptionTransactionExceptionTransactionManagerCommunicationExceptionThreadStateExceptionCOMExceptionpublic static void setDefaultTimeout(TimeSpan DefaultTimeout) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, OverflowException, FormatException, ArgumentException, EventSourceException
public static void setHostCurrentCallback(HostCurrentTransactionCallback HostCurrentCallback) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, MissingMethodException, TargetInvocationException, MissingMemberException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionMissingMemberExceptionpublic static void setImplicitDistributedTransactions(boolean ImplicitDistributedTransactions)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
ArgumentException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void setMaximumTimeout(TimeSpan MaximumTimeout) throws java.lang.Throwable, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, OverflowException, FormatException, ArgumentException, EventSourceException