Package system.servicemodel.activities
Class WorkflowControlClient
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.servicemodel.activities.WorkflowControlClient
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class WorkflowControlClient extends NetObject
The base .NET class managing System.ServiceModel.Activities.WorkflowControlClient, System.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35static java.lang.String
assemblyShortName
Assembly name: System.ServiceModel.Activitiesstatic java.lang.String
className
Qualified class name: System.ServiceModel.Activities.WorkflowControlClientstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description WorkflowControlClient()
WorkflowControlClient(java.lang.Object instance)
Internal constructor.WorkflowControlClient(java.lang.String endpointConfigurationName)
WorkflowControlClient(java.lang.String endpointConfigurationName, java.lang.String remoteAddress)
WorkflowControlClient(java.lang.String endpointConfigurationName, EndpointAddress remoteAddress)
WorkflowControlClient(WorkflowControlEndpoint workflowEndpoint)
WorkflowControlClient(Binding binding, EndpointAddress remoteAddress)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
Abandon(Guid instanceId)
void
Abandon(Guid instanceId, java.lang.String reason)
void
AbandonAsync(Guid instanceId)
void
AbandonAsync(Guid instanceId, java.lang.String reason)
void
AbandonAsync(Guid instanceId, java.lang.String reason, NetObject userState)
void
AbandonAsync(Guid instanceId, NetObject userState)
IAsyncResult
BeginAbandon(Guid instanceId, java.lang.String reason, AsyncCallback callback, NetObject state)
IAsyncResult
BeginAbandon(Guid instanceId, AsyncCallback callback, NetObject state)
IAsyncResult
BeginCancel(Guid instanceId, AsyncCallback callback, NetObject state)
IAsyncResult
BeginRun(Guid instanceId, AsyncCallback callback, NetObject state)
IAsyncResult
BeginSuspend(Guid instanceId, java.lang.String reason, AsyncCallback callback, NetObject state)
IAsyncResult
BeginSuspend(Guid instanceId, AsyncCallback callback, NetObject state)
IAsyncResult
BeginTerminate(Guid instanceId, java.lang.String reason, AsyncCallback callback, NetObject state)
IAsyncResult
BeginTerminate(Guid instanceId, 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 theIJCOBridgeReflected
instance intoWorkflowControlClient
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typevoid
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, java.lang.String reason)
void
SuspendAsync(Guid instanceId, java.lang.String reason, NetObject userState)
void
SuspendAsync(Guid instanceId, NetObject userState)
void
Terminate(Guid instanceId)
void
Terminate(Guid instanceId, java.lang.String reason)
void
TerminateAsync(Guid instanceId)
void
TerminateAsync(Guid instanceId, java.lang.String reason)
void
TerminateAsync(Guid instanceId, java.lang.String reason, NetObject userState)
void
TerminateAsync(Guid instanceId, NetObject userState)
void
Unsuspend(Guid instanceId)
void
UnsuspendAsync(Guid instanceId)
void
UnsuspendAsync(Guid instanceId, NetObject userState)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.ServiceModel.Activities, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.ServiceModel.Activities- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.ServiceModel.Activities.WorkflowControlClient- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WorkflowControlClient
public WorkflowControlClient(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
WorkflowControlClient
public WorkflowControlClient() throws java.lang.Throwable, ArgumentException, ConfigurationException, ArgumentNullException, InvalidOperationException, ArgumentOutOfRangeException, InvalidEnumArgumentException, CryptographicException
-
WorkflowControlClient
public WorkflowControlClient(WorkflowControlEndpoint workflowEndpoint) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException, InvalidEnumArgumentException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
CryptographicException
-
WorkflowControlClient
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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
InvalidEnumArgumentException
CryptographicException
-
WorkflowControlClient
public WorkflowControlClient(java.lang.String endpointConfigurationName) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, InvalidEnumArgumentException, CryptographicException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
InvalidEnumArgumentException
CryptographicException
-
WorkflowControlClient
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
CultureNotFoundException
-
WorkflowControlClient
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
SecurityException
UriFormatException
NotSupportedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static WorkflowControlClient cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoWorkflowControlClient
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
WorkflowControlClient
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
BeginAbandon
public IAsyncResult BeginAbandon(Guid instanceId, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, InvalidOperationException, KeyNotFoundException
-
BeginAbandon
public IAsyncResult BeginAbandon(Guid instanceId, java.lang.String reason, AsyncCallback callback, NetObject state) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException
-
BeginCancel
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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
KeyNotFoundException
OutOfMemoryException
ArgumentOutOfRangeException
PlatformNotSupportedException
TransactionException
TransactionManagerCommunicationException
ObjectDisposedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
BeginRun
public 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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
KeyNotFoundException
OutOfMemoryException
ArgumentOutOfRangeException
PlatformNotSupportedException
TransactionException
TransactionManagerCommunicationException
ObjectDisposedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
BeginSuspend
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
MissingManifestResourceException
ObjectDisposedException
KeyNotFoundException
NullReferenceException
-
BeginSuspend
public 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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
KeyNotFoundException
OutOfMemoryException
ArgumentOutOfRangeException
PlatformNotSupportedException
TransactionException
TransactionManagerCommunicationException
ObjectDisposedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
BeginTerminate
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
MissingManifestResourceException
ObjectDisposedException
KeyNotFoundException
NullReferenceException
-
BeginTerminate
public 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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
KeyNotFoundException
OutOfMemoryException
ArgumentOutOfRangeException
PlatformNotSupportedException
TransactionException
TransactionManagerCommunicationException
ObjectDisposedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
BeginUnsuspend
public 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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
KeyNotFoundException
OutOfMemoryException
ArgumentOutOfRangeException
PlatformNotSupportedException
TransactionException
TransactionManagerCommunicationException
ObjectDisposedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
Abandon
public void Abandon(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, InvalidOperationException, KeyNotFoundException
-
Abandon
public void Abandon(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException
-
AbandonAsync
public void AbandonAsync(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, NullReferenceException
-
AbandonAsync
public void AbandonAsync(Guid instanceId, NetObject userState) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, NullReferenceException
-
AbandonAsync
public void AbandonAsync(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, NullReferenceException
-
AbandonAsync
public void AbandonAsync(Guid instanceId, java.lang.String reason, NetObject userState) throws java.lang.Throwable, ArgumentException, ArgumentNullException, NotImplementedException, ArgumentOutOfRangeException, FormatException, InvalidOperationException, KeyNotFoundException, NullReferenceException
-
Cancel
public void Cancel(Guid instanceId) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
TransactionException
TransactionManagerCommunicationException
ObjectDisposedException
OutOfMemoryException
-
CancelAsync
public void CancelAsync(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, WaitHandleCannotBeOpenedException
-
CancelAsync
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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
KeyNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
-
EndAbandon
public void EndAbandon(IAsyncResult result) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, KeyNotFoundException, OutOfMemoryException, ArgumentOutOfRangeException
-
EndCancel
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
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
EndRun
public 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
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
EndSuspend
public 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
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
EndTerminate
public 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
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
EndUnsuspend
public 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
- Throws:
java.lang.Throwable
IndexOutOfRangeException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
AbandonedMutexException
-
Run
public void Run(Guid instanceId) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
TransactionException
TransactionManagerCommunicationException
ObjectDisposedException
OutOfMemoryException
-
RunAsync
public void RunAsync(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, WaitHandleCannotBeOpenedException
-
RunAsync
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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
KeyNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
-
Suspend
public void Suspend(Guid instanceId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
MissingManifestResourceException
ObjectDisposedException
NullReferenceException
KeyNotFoundException
-
Suspend
public void Suspend(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
TransactionException
TransactionManagerCommunicationException
ObjectDisposedException
OutOfMemoryException
-
SuspendAsync
public void SuspendAsync(Guid instanceId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
MissingManifestResourceException
ObjectDisposedException
-
SuspendAsync
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
MissingManifestResourceException
ObjectDisposedException
WaitHandleCannotBeOpenedException
KeyNotFoundException
-
SuspendAsync
public void SuspendAsync(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentNullException, ArgumentException, WaitHandleCannotBeOpenedException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, InvalidOperationException, KeyNotFoundException
-
SuspendAsync
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
- Throws:
java.lang.Throwable
MulticastNotSupportedException
ArgumentNullException
MissingManifestResourceException
ArgumentException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ArgumentOutOfRangeException
ObjectDisposedException
InvalidOperationException
KeyNotFoundException
-
Terminate
public void Terminate(Guid instanceId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException, NullReferenceException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
MissingManifestResourceException
ObjectDisposedException
NullReferenceException
KeyNotFoundException
-
Terminate
public void Terminate(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
TransactionException
TransactionManagerCommunicationException
ObjectDisposedException
OutOfMemoryException
-
TerminateAsync
public void TerminateAsync(Guid instanceId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, CultureNotFoundException, OutOfMemoryException, MissingManifestResourceException, ObjectDisposedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
MissingManifestResourceException
ObjectDisposedException
-
TerminateAsync
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
TypeLoadException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
IndexOutOfRangeException
CultureNotFoundException
OutOfMemoryException
MissingManifestResourceException
ObjectDisposedException
WaitHandleCannotBeOpenedException
KeyNotFoundException
-
TerminateAsync
public void TerminateAsync(Guid instanceId, java.lang.String reason) throws java.lang.Throwable, ArgumentNullException, ArgumentException, WaitHandleCannotBeOpenedException, ArgumentOutOfRangeException, ObjectDisposedException, IndexOutOfRangeException, InvalidOperationException, KeyNotFoundException
-
TerminateAsync
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
- Throws:
java.lang.Throwable
MulticastNotSupportedException
ArgumentNullException
MissingManifestResourceException
ArgumentException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ArgumentOutOfRangeException
ObjectDisposedException
InvalidOperationException
KeyNotFoundException
-
Unsuspend
public void Unsuspend(Guid instanceId) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException, TransactionException, TransactionManagerCommunicationException, ObjectDisposedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
PlatformNotSupportedException
TransactionException
TransactionManagerCommunicationException
ObjectDisposedException
OutOfMemoryException
-
UnsuspendAsync
public void UnsuspendAsync(Guid instanceId) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, KeyNotFoundException, WaitHandleCannotBeOpenedException
-
UnsuspendAsync
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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
NotImplementedException
ArgumentOutOfRangeException
FormatException
InvalidOperationException
KeyNotFoundException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
ObjectDisposedException
-
-