public class SqlWorkflowInstanceStore extends InstanceStore
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Activities.DurableInstancing.SqlWorkflowInstanceStore
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.Activities.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Activities.DurableInstancing
|
static java.lang.String |
className
Qualified class name: System.Activities.DurableInstancing.SqlWorkflowInstanceStore
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
SqlWorkflowInstanceStore() |
SqlWorkflowInstanceStore(java.lang.Object instance)
Internal constructor.
|
SqlWorkflowInstanceStore(java.lang.String connectionString) |
BeginExecute, BeginWaitForEvents, CreateInstanceHandle, CreateInstanceHandle, CreateInstanceHandle, CreateInstanceHandle, EndExecute, Execute, getDefaultInstanceOwner, setDefaultInstanceOwnerpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public SqlWorkflowInstanceStore()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
InstancePersistenceCommandException,
WaitHandleCannotBeOpenedException,
OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInstancePersistenceCommandExceptionWaitHandleCannotBeOpenedExceptionOverflowExceptionpublic SqlWorkflowInstanceStore(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic SqlWorkflowInstanceStore(java.lang.String connectionString)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
InstancePersistenceCommandException,
WaitHandleCannotBeOpenedException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException,
OverflowException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionInstancePersistenceCommandExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionOverflowExceptionpublic static SqlWorkflowInstanceStore cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into SqlWorkflowInstanceStore, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedSqlWorkflowInstanceStore instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getConnectionString()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnqueueRunCommands()
throws java.lang.Throwable
java.lang.Throwablepublic TimeSpan getHostLockRenewalPeriod() throws java.lang.Throwable
java.lang.Throwablepublic InstanceCompletionAction getInstanceCompletionAction() throws java.lang.Throwable
java.lang.Throwablepublic InstanceEncodingOption getInstanceEncodingOption() throws java.lang.Throwable
java.lang.Throwablepublic InstanceLockedExceptionAction getInstanceLockedExceptionAction() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class InstanceStoreString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class InstanceStoreString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class InstanceStoreObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class InstanceStoreString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class InstanceStoreJCType representing the CLR Type of the instantiated Classpublic int getMaxConnectionRetries()
throws java.lang.Throwable
java.lang.Throwablepublic TimeSpan getRunnableInstancesDetectionPeriod() throws java.lang.Throwable
java.lang.Throwablepublic void setConnectionString(java.lang.String ConnectionString)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException
public void setEnqueueRunCommands(boolean EnqueueRunCommands)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException
public void setHostLockRenewalPeriod(TimeSpan HostLockRenewalPeriod) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException
public void setInstanceCompletionAction(InstanceCompletionAction InstanceCompletionAction) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public void setInstanceEncodingOption(InstanceEncodingOption InstanceEncodingOption) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public void setInstanceLockedExceptionAction(InstanceLockedExceptionAction InstanceLockedExceptionAction) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException
public void setJCOInstance(JCObject instance)
setJCOInstance in class InstanceStorepublic void setMaxConnectionRetries(int MaxConnectionRetries)
throws java.lang.Throwable
java.lang.Throwablepublic void setRunnableInstancesDetectionPeriod(TimeSpan RunnableInstancesDetectionPeriod) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException