public class WorkflowControlClient extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.ServiceModel.Activities.WorkflowControlClient
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.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: System.ServiceModel.Activities
|
static java.lang.String |
className
Qualified class name: System.ServiceModel.Activities.WorkflowControlClient
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
WorkflowControlClient() |
WorkflowControlClient(Binding binding,
EndpointAddress remoteAddress) |
WorkflowControlClient(java.lang.Object instance)
Internal constructor.
|
WorkflowControlClient(java.lang.String endpointConfigurationName) |
WorkflowControlClient(java.lang.String endpointConfigurationName,
EndpointAddress remoteAddress) |
WorkflowControlClient(java.lang.String endpointConfigurationName,
java.lang.String remoteAddress) |
WorkflowControlClient(WorkflowControlEndpoint workflowEndpoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
Abandon(Guid instanceId) |
void |
Abandon(Guid instanceId,
java.lang.String reason) |
void |
AbandonAsync(Guid instanceId) |
void |
AbandonAsync(Guid instanceId,
NetObject userState) |
void |
AbandonAsync(Guid instanceId,
java.lang.String reason) |
void |
AbandonAsync(Guid instanceId,
java.lang.String reason,
NetObject userState) |
IAsyncResult |
BeginAbandon(Guid instanceId,
AsyncCallback callback,
NetObject state) |
IAsyncResult |
BeginAbandon(Guid instanceId,
java.lang.String reason,
AsyncCallback callback,
NetObject state) |
IAsyncResult |
BeginCancel(Guid instanceId,
AsyncCallback callback,
NetObject state) |
IAsyncResult |
BeginRun(Guid instanceId,
AsyncCallback callback,
NetObject state) |
IAsyncResult |
BeginSuspend(Guid instanceId,
AsyncCallback callback,
NetObject state) |
IAsyncResult |
BeginSuspend(Guid instanceId,
java.lang.String reason,
AsyncCallback callback,
NetObject state) |
IAsyncResult |
BeginTerminate(Guid instanceId,
AsyncCallback callback,
NetObject state) |
IAsyncResult |
BeginTerminate(Guid instanceId,
java.lang.String reason,
AsyncCallback callback,
NetObject state) |
IAsyncResult |
BeginUnsuspend(Guid instanceId,
AsyncCallback callback,
NetObject state) |
void |
Cancel(Guid instanceId) |
void |
CancelAsync(Guid instanceId) |
void |
CancelAsync(Guid instanceId,
NetObject userState) |
static WorkflowControlClient |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into WorkflowControlClient, a cast assert is made to check if types are compatible. |
void |
EndAbandon(IAsyncResult result) |
void |
EndCancel(IAsyncResult result) |
void |
EndRun(IAsyncResult result) |
void |
EndSuspend(IAsyncResult result) |
void |
EndTerminate(IAsyncResult result) |
void |
EndUnsuspend(IAsyncResult result) |
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
|
void |
Run(Guid instanceId) |
void |
RunAsync(Guid instanceId) |
void |
RunAsync(Guid instanceId,
NetObject userState) |
void |
setJCOInstance(JCObject instance) |
void |
Suspend(Guid instanceId) |
void |
Suspend(Guid instanceId,
java.lang.String reason) |
void |
SuspendAsync(Guid instanceId) |
void |
SuspendAsync(Guid instanceId,
NetObject userState) |
void |
SuspendAsync(Guid instanceId,
java.lang.String reason) |
void |
SuspendAsync(Guid instanceId,
java.lang.String reason,
NetObject userState) |
void |
Terminate(Guid instanceId) |
void |
Terminate(Guid instanceId,
java.lang.String reason) |
void |
TerminateAsync(Guid instanceId) |
void |
TerminateAsync(Guid instanceId,
NetObject userState) |
void |
TerminateAsync(Guid instanceId,
java.lang.String reason) |
void |
TerminateAsync(Guid instanceId,
java.lang.String reason,
NetObject userState) |
void |
Unsuspend(Guid instanceId) |
void |
UnsuspendAsync(Guid instanceId) |
void |
UnsuspendAsync(Guid instanceId,
NetObject userState) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public WorkflowControlClient()
throws java.lang.Throwable,
ArgumentException,
ConfigurationException,
ArgumentNullException,
InvalidOperationException,
ArgumentOutOfRangeException,
InvalidEnumArgumentException,
CryptographicException
public WorkflowControlClient(Binding binding, EndpointAddress remoteAddress) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException, CryptographicException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionCryptographicExceptionpublic WorkflowControlClient(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic WorkflowControlClient(java.lang.String endpointConfigurationName)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
InvalidEnumArgumentException,
CryptographicException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionCryptographicExceptionpublic WorkflowControlClient(java.lang.String endpointConfigurationName,
EndpointAddress remoteAddress)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
NotSupportedException,
CultureNotFoundException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionCultureNotFoundExceptionpublic WorkflowControlClient(java.lang.String endpointConfigurationName,
java.lang.String remoteAddress)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException,
SecurityException,
UriFormatException,
NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionSecurityExceptionUriFormatExceptionNotSupportedExceptionpublic WorkflowControlClient(WorkflowControlEndpoint workflowEndpoint) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException, CryptographicException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionInvalidEnumArgumentExceptionCryptographicExceptionpublic void Abandon(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, InvalidOperationException, KeyNotFoundException
public void Abandon(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException
public void AbandonAsync(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, NullReferenceException
public void AbandonAsync(Guid instanceId, NetObject userState) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, NullReferenceException
public void AbandonAsync(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, NullReferenceException
public void AbandonAsync(Guid instanceId, java.lang.String reason, NetObject userState) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, KeyNotFoundException, NullReferenceException
public IAsyncResult BeginAbandon(Guid instanceId, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, InvalidOperationException, KeyNotFoundException
public IAsyncResult BeginAbandon(Guid instanceId, java.lang.String reason, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException
public IAsyncResult BeginCancel(Guid instanceId, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionKeyNotFoundExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic IAsyncResult BeginRun(Guid instanceId, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionKeyNotFoundExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic IAsyncResult BeginSuspend(Guid instanceId, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, KeyNotFoundException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionKeyNotFoundExceptionNullReferenceExceptionpublic IAsyncResult BeginSuspend(Guid instanceId, java.lang.String reason, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionKeyNotFoundExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic IAsyncResult BeginTerminate(Guid instanceId, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, KeyNotFoundException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionKeyNotFoundExceptionNullReferenceExceptionpublic IAsyncResult BeginTerminate(Guid instanceId, java.lang.String reason, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionKeyNotFoundExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic IAsyncResult BeginUnsuspend(Guid instanceId, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionKeyNotFoundExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionpublic void Cancel(Guid instanceId) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionOutOfMemoryExceptionpublic void CancelAsync(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, WaitHandleCannotBeOpenedException
public void CancelAsync(Guid instanceId, NetObject userState) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, KeyNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionKeyNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionpublic static WorkflowControlClient cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into WorkflowControlClient, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedWorkflowControlClient instancejava.lang.Throwable - in case of error during cast operationpublic void EndAbandon(IAsyncResult result) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException
public void EndCancel(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 EndRun(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 EndSuspend(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 EndTerminate(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 EndUnsuspend(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 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 Run(Guid instanceId) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionOutOfMemoryExceptionpublic void RunAsync(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, WaitHandleCannotBeOpenedException
public void RunAsync(Guid instanceId, NetObject userState) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, KeyNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionKeyNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void Suspend(Guid instanceId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionKeyNotFoundExceptionpublic void Suspend(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionOutOfMemoryExceptionpublic void SuspendAsync(Guid instanceId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void SuspendAsync(Guid instanceId, NetObject userState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, WaitHandleCannotBeOpenedException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionKeyNotFoundExceptionpublic void SuspendAsync(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentNullException, ArgumentException, WaitHandleCannotBeOpenedException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, InvalidOperationException, KeyNotFoundException
public void SuspendAsync(Guid instanceId, java.lang.String reason, NetObject userState) throws java.lang.Throwable, MulticastNotSupportedException, ArgumentNullException, MissingManifestResourceException, ArgumentException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, ObjectDisposedException, InvalidOperationException, KeyNotFoundException
java.lang.ThrowableMulticastNotSupportedExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundExceptionpublic void Terminate(Guid instanceId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionNullReferenceExceptionKeyNotFoundExceptionpublic void Terminate(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionOutOfMemoryExceptionpublic void TerminateAsync(Guid instanceId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionpublic void TerminateAsync(Guid instanceId, NetObject userState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, WaitHandleCannotBeOpenedException, KeyNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionOutOfMemoryExceptionMissingManifestResourceExceptionObjectDisposedExceptionWaitHandleCannotBeOpenedExceptionKeyNotFoundExceptionpublic void TerminateAsync(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentNullException, ArgumentException, WaitHandleCannotBeOpenedException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, InvalidOperationException, KeyNotFoundException
public void TerminateAsync(Guid instanceId, java.lang.String reason, NetObject userState) throws java.lang.Throwable, MulticastNotSupportedException, ArgumentNullException, MissingManifestResourceException, ArgumentException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ArgumentOutOfRangeException, ObjectDisposedException, InvalidOperationException, KeyNotFoundException
java.lang.ThrowableMulticastNotSupportedExceptionArgumentNullExceptionMissingManifestResourceExceptionArgumentExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionArgumentOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundExceptionpublic void Unsuspend(Guid instanceId) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionTransactionExceptionTransactionManagerCommunicationExceptionObjectDisposedExceptionOutOfMemoryExceptionpublic void UnsuspendAsync(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, WaitHandleCannotBeOpenedException
public void UnsuspendAsync(Guid instanceId, NetObject userState) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, KeyNotFoundException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, ObjectDisposedException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionNotImplementedExceptionArgumentOutOfRangeExceptionFormatExceptionInvalidOperationExceptionKeyNotFoundExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionObjectDisposedException