public class InstancePersistenceContext extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.DurableInstancing.InstancePersistenceContext
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.Runtime.DurableInstancing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.Runtime.DurableInstancing
|
static java.lang.String |
className
Qualified class name: System.Runtime.DurableInstancing.InstancePersistenceContext
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
InstancePersistenceContext() |
InstancePersistenceContext(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public InstancePersistenceContext()
throws java.lang.Throwable
java.lang.Throwablepublic InstancePersistenceContext(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AssociatedInstanceKey(Guid key) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionpublic IAsyncResult BeginBindReclaimedLock(long instanceVersion, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, KeyNotFoundException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic IAsyncResult BeginExecute(InstancePersistenceCommand command, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, FormatException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, NotSupportedException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionFormatExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionNotSupportedExceptionpublic void BindAcquiredLock(long instanceVersion)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
SecurityException,
OutOfMemoryException,
InvalidOperationException,
MissingManifestResourceException,
ObjectDisposedException,
AbandonedMutexException,
MulticastNotSupportedException,
ConfigurationErrorsException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionpublic void BindEvent(InstancePersistenceEvent persistenceEvent) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionpublic void BindInstance(Guid instanceId) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionpublic void BindInstanceOwner(Guid instanceOwnerId, Guid lockToken) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionpublic void BindReclaimedLock(long instanceVersion,
TimeSpan timeout)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingManifestResourceException,
ObjectDisposedException,
MulticastNotSupportedException,
KeyNotFoundException,
FileNotFoundException,
DirectoryNotFoundException,
UnauthorizedAccessException,
IOException,
PathTooLongException,
DriveNotFoundException,
OperationCanceledException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static InstancePersistenceContext cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into InstancePersistenceContext, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedInstancePersistenceContext instancejava.lang.Throwable - in case of error during cast operationpublic void CompletedInstance()
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
InvalidOperationException,
MissingManifestResourceException,
ObjectDisposedException,
MulticastNotSupportedException
public void CompletedInstanceKey(Guid key) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionpublic NetException CreateBindReclaimedLockException(long instanceVersion) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, KeyNotFoundException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionMulticastNotSupportedExceptionKeyNotFoundExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void EndBindReclaimedLock(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic void EndExecute(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic void Execute(InstancePersistenceCommand command, TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, FormatException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionFormatExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic InstanceHandle getInstanceHandle() throws java.lang.Throwable
java.lang.Throwablepublic long getInstanceVersion()
throws java.lang.Throwable
java.lang.Throwablepublic InstanceView getInstanceView() 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 Guid getLockToken() throws java.lang.Throwable
java.lang.Throwablepublic NetObject getUserContext() throws java.lang.Throwable
java.lang.Throwablepublic void QueriedInstanceStore(InstanceStoreQueryResult queryResult) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException, NotSupportedException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionNotSupportedExceptionpublic void setInstanceHandle(InstanceHandle InstanceHandle) throws java.lang.Throwable
java.lang.Throwablepublic void setInstanceView(InstanceView InstanceView) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void UnassociatedInstanceKey(Guid key) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionpublic void WroteInstanceKeyMetadataValue(Guid key, XName name, InstanceValue value) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionpublic void WroteInstanceMetadataValue(XName name, InstanceValue value) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionpublic void WroteInstanceOwnerMetadataValue(XName name, InstanceValue value) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsException