public class ContextUtil extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.EnterpriseServices.ContextUtil
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.ContextUtil
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ContextUtil() |
ContextUtil(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static ContextUtil |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into ContextUtil, a cast assert is made to check if types are compatible. |
static void |
DisableCommit() |
static void |
EnableCommit() |
static Guid |
getActivityId() |
static Guid |
getApplicationId() |
static Guid |
getApplicationInstanceId() |
static Guid |
getContextId() |
static boolean |
getDeactivateOnReturn() |
static boolean |
getIsInTransaction() |
static boolean |
getIsSecurityEnabled() |
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 TransactionVote |
getMyTransactionVote() |
static NetObject |
GetNamedProperty(java.lang.String name) |
static Guid |
getPartitionId() |
static Transaction |
getSystemTransaction() |
static NetObject |
getTransaction() |
static Guid |
getTransactionId() |
static boolean |
IsCallerInRole(java.lang.String role) |
static boolean |
IsDefaultContext() |
static void |
SetAbort() |
static void |
SetComplete() |
static void |
setDeactivateOnReturn(boolean DeactivateOnReturn) |
void |
setJCOInstance(JCObject instance) |
static void |
setMyTransactionVote(TransactionVote MyTransactionVote) |
static void |
SetNamedProperty(java.lang.String name,
NetObject value) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ContextUtil()
throws java.lang.Throwable
java.lang.Throwablepublic ContextUtil(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static ContextUtil cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ContextUtil, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedContextUtil instancejava.lang.Throwable - in case of error during cast operationpublic static void DisableCommit()
throws java.lang.Throwable
java.lang.Throwablepublic static void EnableCommit()
throws java.lang.Throwable
java.lang.Throwablepublic static Guid getActivityId() throws java.lang.Throwable, NotImplementedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, COMException
public static Guid getApplicationId() throws java.lang.Throwable, NotImplementedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, COMException
public static Guid getApplicationInstanceId() throws java.lang.Throwable, NotImplementedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, COMException
public static Guid getContextId() throws java.lang.Throwable, NotImplementedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, COMException
public static boolean getDeactivateOnReturn()
throws java.lang.Throwable
java.lang.Throwablepublic static boolean getIsInTransaction()
throws java.lang.Throwable
java.lang.Throwablepublic static boolean getIsSecurityEnabled()
throws java.lang.Throwable,
NotImplementedException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
COMException
public 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 TransactionVote getMyTransactionVote() throws java.lang.Throwable
java.lang.Throwablepublic static NetObject GetNamedProperty(java.lang.String name) throws java.lang.Throwable, NotImplementedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, COMException
public static Guid getPartitionId() throws java.lang.Throwable, NotImplementedException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, COMException
public static Transaction getSystemTransaction() 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 static NetObject getTransaction() throws java.lang.Throwable
java.lang.Throwablepublic static Guid getTransactionId() throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsCallerInRole(java.lang.String role)
throws java.lang.Throwable,
NotImplementedException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
COMException
public static boolean IsDefaultContext()
throws java.lang.Throwable
java.lang.Throwablepublic static void SetAbort()
throws java.lang.Throwable
java.lang.Throwablepublic static void SetComplete()
throws java.lang.Throwable
java.lang.Throwablepublic static void setDeactivateOnReturn(boolean DeactivateOnReturn)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic static void setMyTransactionVote(TransactionVote MyTransactionVote) throws java.lang.Throwable
java.lang.Throwablepublic static void SetNamedProperty(java.lang.String name,
NetObject value)
throws java.lang.Throwable,
NotImplementedException,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
COMException