public class InstanceStore extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Runtime.DurableInstancing.InstanceStore
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.InstanceStore
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
InstanceStore() |
InstanceStore(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 InstanceStore()
throws java.lang.Throwable
java.lang.Throwablepublic InstanceStore(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic IAsyncResult BeginExecute(InstanceHandle handle, InstancePersistenceCommand command, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException, KeyNotFoundException, TypeLoadException, PlatformNotSupportedException, TransactionException, NotSupportedException, TransactionManagerCommunicationException, OverflowException, OperationCanceledException, TimeoutException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionKeyNotFoundExceptionTypeLoadExceptionPlatformNotSupportedExceptionTransactionExceptionNotSupportedExceptionTransactionManagerCommunicationExceptionOverflowExceptionOperationCanceledExceptionTimeoutExceptionpublic IAsyncResult BeginWaitForEvents(InstanceHandle handle, TimeSpan timeout, AsyncCallback callback, NetObject state) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException, KeyNotFoundException, TimeoutException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionKeyNotFoundExceptionTimeoutExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic static InstanceStore cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into InstanceStore, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedInstanceStore instancejava.lang.Throwable - in case of error during cast operationpublic InstanceHandle CreateInstanceHandle() throws java.lang.Throwable
java.lang.Throwablepublic InstanceHandle CreateInstanceHandle(Guid instanceId) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, MulticastNotSupportedException, NullReferenceException
public InstanceHandle CreateInstanceHandle(InstanceOwner owner) throws java.lang.Throwable
java.lang.Throwablepublic InstanceHandle CreateInstanceHandle(InstanceOwner owner, Guid instanceId) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionpublic InstanceView EndExecute(IAsyncResult result) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, InvalidOperationException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionInvalidOperationExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic InstanceView Execute(InstanceHandle handle, InstancePersistenceCommand command, TimeSpan timeout) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, SecurityException, OutOfMemoryException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MulticastNotSupportedException, ConfigurationErrorsException, KeyNotFoundException, TypeLoadException, PlatformNotSupportedException, TransactionException, NotSupportedException, TransactionManagerCommunicationException, OverflowException, OperationCanceledException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, TimeoutException, WaitHandleCannotBeOpenedException
java.lang.ThrowableIndexOutOfRangeExceptionArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionSecurityExceptionOutOfMemoryExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionKeyNotFoundExceptionTypeLoadExceptionPlatformNotSupportedExceptionTransactionExceptionNotSupportedExceptionTransactionManagerCommunicationExceptionOverflowExceptionOperationCanceledExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionTimeoutExceptionWaitHandleCannotBeOpenedExceptionpublic InstanceOwner getDefaultInstanceOwner() 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 void setDefaultInstanceOwner(InstanceOwner DefaultInstanceOwner) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObject