Package system.messaging
Class MessageQueue
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.messaging.MessageQueue
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class MessageQueue extends Component
The base .NET class managing System.Messaging.MessageQueue, System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Messaging.MessageQueue
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.StringassemblyFullNameFully assembly qualified name: System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Messagingstatic java.lang.StringclassNameQualified class name: System.Messaging.MessageQueuestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description MessageQueue()MessageQueue(java.lang.Object instance)Internal constructor.MessageQueue(java.lang.String path)MessageQueue(java.lang.String path, boolean sharedModeDenyReceive)MessageQueue(java.lang.String path, boolean sharedModeDenyReceive, boolean enableCache)MessageQueue(java.lang.String path, boolean sharedModeDenyReceive, boolean enableCache, QueueAccessMode accessMode)MessageQueue(java.lang.String path, QueueAccessMode accessMode)
-
Method Summary
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Messaging- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Messaging.MessageQueue- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageQueue
public MessageQueue(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
MessageQueue
public MessageQueue() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
MessageQueue
public MessageQueue(java.lang.String path) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
MessageQueue
public MessageQueue(java.lang.String path, boolean sharedModeDenyReceive) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
MessageQueue
public MessageQueue(java.lang.String path, boolean sharedModeDenyReceive, boolean enableCache) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
MessageQueue
public MessageQueue(java.lang.String path, boolean sharedModeDenyReceive, boolean enableCache, QueueAccessMode accessMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentException
-
MessageQueue
public MessageQueue(java.lang.String path, QueueAccessMode accessMode) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ArgumentOutOfRangeException, FormatException, InvalidEnumArgumentException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classComponent- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classComponent- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classComponent- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classComponent- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classComponent- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static MessageQueue cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoMessageQueue, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
MessageQueueinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Exists
public static boolean Exists(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, NullReferenceException, KeyNotFoundException, MessageQueueException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionNullReferenceExceptionKeyNotFoundExceptionMessageQueueException
-
GetMachineId
public static Guid GetMachineId(java.lang.String machineName) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, KeyNotFoundException, MessageQueueException
- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionMessageQueueException
-
BeginPeek
public IAsyncResult BeginPeek() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, SecurityException, WaitHandleCannotBeOpenedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
BeginPeek
public IAsyncResult BeginPeek(TimeSpan timeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, SecurityException, WaitHandleCannotBeOpenedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
BeginPeek
public IAsyncResult BeginPeek(TimeSpan timeout, Cursor cursor, PeekAction action, NetObject state, AsyncCallback callback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, KeyNotFoundException, MessageQueueException, NullReferenceException, SecurityException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
BeginPeek
public IAsyncResult BeginPeek(TimeSpan timeout, NetObject stateObject) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, SecurityException, WaitHandleCannotBeOpenedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
BeginPeek
public IAsyncResult BeginPeek(TimeSpan timeout, NetObject stateObject, AsyncCallback callback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, SecurityException, WaitHandleCannotBeOpenedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
BeginReceive
public IAsyncResult BeginReceive() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, SecurityException, WaitHandleCannotBeOpenedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
BeginReceive
public IAsyncResult BeginReceive(TimeSpan timeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, SecurityException, WaitHandleCannotBeOpenedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
BeginReceive
public IAsyncResult BeginReceive(TimeSpan timeout, Cursor cursor, NetObject state, AsyncCallback callback) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, SecurityException, WaitHandleCannotBeOpenedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
BeginReceive
public IAsyncResult BeginReceive(TimeSpan timeout, NetObject stateObject) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, SecurityException, WaitHandleCannotBeOpenedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
BeginReceive
public IAsyncResult BeginReceive(TimeSpan timeout, NetObject stateObject, AsyncCallback callback) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, SecurityException, WaitHandleCannotBeOpenedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionSecurityExceptionWaitHandleCannotBeOpenedExceptionNotSupportedExceptionFileNotFoundExceptionDirectoryNotFoundExceptionUnauthorizedAccessExceptionIOExceptionPathTooLongExceptionDriveNotFoundExceptionOperationCanceledExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
CreateCursor
public Cursor CreateCursor() throws java.lang.Throwable, ArgumentException, ArgumentNullException, KeyNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, CultureNotFoundException, NotSupportedException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionOutOfMemoryException
-
EndPeek
public Message EndPeek(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MessageQueueException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMessageQueueException
-
EndReceive
public Message EndReceive(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, MessageQueueException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionMessageQueueException
-
Peek
public Message Peek() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
Peek
public Message Peek(TimeSpan timeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
Peek
public Message Peek(TimeSpan timeout, Cursor cursor, PeekAction action) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
PeekByCorrelationId
public Message PeekByCorrelationId(java.lang.String correlationId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
PeekByCorrelationId
public Message PeekByCorrelationId(java.lang.String correlationId, TimeSpan timeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
PeekById
public Message PeekById(java.lang.String id) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
PeekById
public Message PeekById(java.lang.String id, TimeSpan timeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
PeekByLookupId
public Message PeekByLookupId(long lookupId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, PlatformNotSupportedException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
PeekByLookupId
public Message PeekByLookupId(MessageLookupAction action, long lookupId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, PlatformNotSupportedException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
Receive
public Message Receive() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
Receive
public Message Receive(MessageQueueTransaction transaction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
Receive
public Message Receive(MessageQueueTransactionType transactionType) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
Receive
public Message Receive(TimeSpan timeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
Receive
public Message Receive(TimeSpan timeout, Cursor cursor) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, NotImplementedException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
Receive
public Message Receive(TimeSpan timeout, Cursor cursor, MessageQueueTransaction transaction) throws java.lang.Throwable, ArgumentNullException, ObjectDisposedException, ArgumentException, NotImplementedException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionObjectDisposedExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
Receive
public Message Receive(TimeSpan timeout, Cursor cursor, MessageQueueTransactionType transactionType) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
Receive
public Message Receive(TimeSpan timeout, MessageQueueTransaction transaction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
Receive
public Message Receive(TimeSpan timeout, MessageQueueTransactionType transactionType) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
ReceiveByCorrelationId
public Message ReceiveByCorrelationId(java.lang.String correlationId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
ReceiveByCorrelationId
public Message ReceiveByCorrelationId(java.lang.String correlationId, MessageQueueTransaction transaction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
ReceiveByCorrelationId
public Message ReceiveByCorrelationId(java.lang.String correlationId, MessageQueueTransactionType transactionType) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
ReceiveByCorrelationId
public Message ReceiveByCorrelationId(java.lang.String correlationId, TimeSpan timeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
ReceiveByCorrelationId
public Message ReceiveByCorrelationId(java.lang.String correlationId, TimeSpan timeout, MessageQueueTransaction transaction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
ReceiveByCorrelationId
public Message ReceiveByCorrelationId(java.lang.String correlationId, TimeSpan timeout, MessageQueueTransactionType transactionType) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
ReceiveById
public Message ReceiveById(java.lang.String id) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
ReceiveById
public Message ReceiveById(java.lang.String id, MessageQueueTransaction transaction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
ReceiveById
public Message ReceiveById(java.lang.String id, MessageQueueTransactionType transactionType) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
ReceiveById
public Message ReceiveById(java.lang.String id, TimeSpan timeout) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
ReceiveById
public Message ReceiveById(java.lang.String id, TimeSpan timeout, MessageQueueTransaction transaction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
ReceiveById
public Message ReceiveById(java.lang.String id, TimeSpan timeout, MessageQueueTransactionType transactionType) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
ReceiveByLookupId
public Message ReceiveByLookupId(long lookupId) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, PlatformNotSupportedException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
ReceiveByLookupId
public Message ReceiveByLookupId(MessageLookupAction action, long lookupId, MessageQueueTransaction transaction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, PlatformNotSupportedException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
ReceiveByLookupId
public Message ReceiveByLookupId(MessageLookupAction action, long lookupId, MessageQueueTransactionType transactionType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, PlatformNotSupportedException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
GetAllMessages
public Message[] GetAllMessages() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
GetMessageEnumerator
public MessageEnumerator GetMessageEnumerator() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionNullReferenceException
-
GetMessageEnumerator2
public MessageEnumerator GetMessageEnumerator2() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionNullReferenceException
-
Create
public static MessageQueue Create(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, KeyNotFoundException, MessageQueueException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionMessageQueueException
-
Create
public static MessageQueue Create(java.lang.String path, boolean transactional) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, KeyNotFoundException, MessageQueueException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionMessageQueueException
-
GetPrivateQueuesByMachine
public static MessageQueue[] GetPrivateQueuesByMachine(java.lang.String machineName) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, KeyNotFoundException, MessageQueueException, AccessViolationException
- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionMessageQueueExceptionAccessViolationException
-
GetPublicQueues
public static MessageQueue[] GetPublicQueues() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
GetPublicQueues
public static MessageQueue[] GetPublicQueues(MessageQueueCriteria criteria) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
GetPublicQueuesByCategory
public static MessageQueue[] GetPublicQueuesByCategory(Guid category) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentException
-
GetPublicQueuesByLabel
public static MessageQueue[] GetPublicQueuesByLabel(java.lang.String label) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
GetPublicQueuesByMachine
public static MessageQueue[] GetPublicQueuesByMachine(java.lang.String machineName) throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, SecurityException, InvalidEnumArgumentException, OutOfMemoryException, AccessViolationException, CryptographicException, KeyNotFoundException, MessageQueueException
- Throws:
java.lang.ThrowableNullReferenceExceptionArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionSecurityExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionAccessViolationExceptionCryptographicExceptionKeyNotFoundExceptionMessageQueueException
-
GetMessageQueueEnumerator
public static MessageQueueEnumerator GetMessageQueueEnumerator() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetMessageQueueEnumerator
public static MessageQueueEnumerator GetMessageQueueEnumerator(MessageQueueCriteria criteria) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
GetSecurityContext
public static SecurityContext GetSecurityContext() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, MessageQueueException
-
ClearConnectionCache
public static void ClearConnectionCache() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, InvalidOperationException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionInvalidOperationException
-
Close
public void Close() throws java.lang.Throwable, ArgumentException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullException
-
Delete
public static void Delete(java.lang.String path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, KeyNotFoundException, MessageQueueException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceException
-
Purge
public void Purge() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionNullReferenceException
-
Refresh
public void Refresh() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
ResetPermissions
public void ResetPermissions() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionNullReferenceException
-
Send
public void Send(NetObject obj) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
Send
public void Send(NetObject obj, MessageQueueTransaction transaction) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
Send
public void Send(NetObject obj, MessageQueueTransactionType transactionType) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, KeyNotFoundException, MessageQueueException, NullReferenceException, ConfigurationErrorsException, TransactionPromotionException, TransactionException, TransactionInDoubtException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionConfigurationErrorsExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtException
-
Send
public void Send(NetObject obj, java.lang.String label) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, KeyNotFoundException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException, OutOfMemoryException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionKeyNotFoundExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionNullReferenceExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
Send
public void Send(NetObject obj, java.lang.String label, MessageQueueTransaction transaction) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, KeyNotFoundException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException, OutOfMemoryException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionKeyNotFoundExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionNullReferenceExceptionOutOfMemoryExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
Send
public void Send(NetObject obj, java.lang.String label, MessageQueueTransactionType transactionType) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, KeyNotFoundException, MessageQueueException, NullReferenceException, PlatformNotSupportedException, TransactionPromotionException, TransactionException, TransactionInDoubtException, TransactionManagerCommunicationException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionPlatformNotSupportedExceptionTransactionPromotionExceptionTransactionExceptionTransactionInDoubtExceptionTransactionManagerCommunicationException
-
SetPermissions
public void SetPermissions(AccessControlList dacl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException, SecurityException, PlatformNotSupportedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionNullReferenceExceptionSecurityExceptionPlatformNotSupportedExceptionWin32ExceptionOutOfMemoryException
-
SetPermissions
public void SetPermissions(MessageQueueAccessControlEntry ace) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException, SecurityException, PlatformNotSupportedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceExceptionSecurityExceptionPlatformNotSupportedExceptionWin32ExceptionOutOfMemoryException
-
SetPermissions
public void SetPermissions(java.lang.String user, MessageQueueAccessRights rights) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidEnumArgumentException, ArgumentException, KeyNotFoundException, MessageQueueException, NullReferenceException, OutOfMemoryException, SecurityException, PlatformNotSupportedException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionArgumentExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionOutOfMemoryExceptionSecurityExceptionPlatformNotSupportedExceptionWin32Exception
-
SetPermissions
public void SetPermissions(java.lang.String user, MessageQueueAccessRights rights, AccessControlEntryType entryType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidEnumArgumentException, KeyNotFoundException, MessageQueueException, NullReferenceException, OutOfMemoryException, SecurityException, PlatformNotSupportedException, Win32Exception- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceExceptionOutOfMemoryExceptionSecurityExceptionPlatformNotSupportedExceptionWin32Exception
-
getAuthenticate
public boolean getAuthenticate() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
setAuthenticate
public void setAuthenticate(boolean Authenticate) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
getCanRead
public boolean getCanRead() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionNullReferenceException
-
getCanWrite
public boolean getCanWrite() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionNullReferenceException
-
getDenySharedReceive
public boolean getDenySharedReceive() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDenySharedReceive
public void setDenySharedReceive(boolean DenySharedReceive) throws java.lang.Throwable, ArgumentException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullException
-
getEnableConnectionCache
public static boolean getEnableConnectionCache() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEnableConnectionCache
public static void setEnableConnectionCache(boolean EnableConnectionCache) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTransactional
public boolean getTransactional() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionNullReferenceException
-
getUseJournalQueue
public boolean getUseJournalQueue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
setUseJournalQueue
public void setUseJournalQueue(boolean UseJournalQueue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
getBasePriority
public short getBasePriority() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
setBasePriority
public void setBasePriority(short BasePriority) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
getMaximumJournalSize
public long getMaximumJournalSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
setMaximumJournalSize
public void setMaximumJournalSize(long MaximumJournalSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, KeyNotFoundException, MessageQueueException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceException
-
getMaximumQueueSize
public long getMaximumQueueSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
setMaximumQueueSize
public void setMaximumQueueSize(long MaximumQueueSize) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, KeyNotFoundException, MessageQueueException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceException
-
getSynchronizingObject
public ISynchronizeInvoke getSynchronizingObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSynchronizingObject
public void setSynchronizingObject(ISynchronizeInvoke SynchronizingObject) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCreateTime
public DateTime getCreateTime() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException, InvalidTimeZoneException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceExceptionInvalidTimeZoneException
-
getLastModifyTime
public DateTime getLastModifyTime() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException, InvalidTimeZoneException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceExceptionInvalidTimeZoneException
-
getCategory
public Guid getCategory() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
setCategory
public void setCategory(Guid Category) throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
getId
public Guid getId() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
getDefaultPropertiesToSend
public DefaultPropertiesToSend getDefaultPropertiesToSend() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDefaultPropertiesToSend
public void setDefaultPropertiesToSend(DefaultPropertiesToSend DefaultPropertiesToSend) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEncryptionRequired
public EncryptionRequired getEncryptionRequired() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
setEncryptionRequired
public void setEncryptionRequired(EncryptionRequired EncryptionRequired) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, KeyNotFoundException, MessageQueueException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceException
-
getFormatter
public IMessageFormatter getFormatter() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionFormatException
-
setFormatter
public void setFormatter(IMessageFormatter Formatter) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getMessageReadPropertyFilter
public MessagePropertyFilter getMessageReadPropertyFilter() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setMessageReadPropertyFilter
public void setMessageReadPropertyFilter(MessagePropertyFilter MessageReadPropertyFilter) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getAccessMode
public QueueAccessMode getAccessMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFormatName
public java.lang.String getFormatName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, KeyNotFoundException, FormatException, NotImplementedException, InvalidOperationException, MissingManifestResourceException, ObjectDisposedException, MessageQueueException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionFormatExceptionNotImplementedExceptionInvalidOperationExceptionMissingManifestResourceExceptionObjectDisposedExceptionMessageQueueException
-
getLabel
public java.lang.String getLabel() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
setLabel
public void setLabel(java.lang.String Label) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionKeyNotFoundExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
getMachineName
public java.lang.String getMachineName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, KeyNotFoundException, MessageQueueException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceException
-
setMachineName
public void setMachineName(java.lang.String MachineName) throws java.lang.Throwable, ArgumentNullException, NullReferenceException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, KeyNotFoundException, MessageQueueException- Throws:
java.lang.ThrowableArgumentNullExceptionNullReferenceExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionKeyNotFoundExceptionMessageQueueException
-
getMulticastAddress
public java.lang.String getMulticastAddress() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, KeyNotFoundException, MessageQueueException, FormatException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
setMulticastAddress
public void setMulticastAddress(java.lang.String MulticastAddress) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, KeyNotFoundException, MessageQueueException, FormatException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionPlatformNotSupportedExceptionKeyNotFoundExceptionMessageQueueExceptionFormatExceptionNullReferenceException
-
getPath
public java.lang.String getPath() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setPath
public void setPath(java.lang.String Path) throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexException
-
getQueueName
public java.lang.String getQueueName() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, KeyNotFoundException, MessageQueueException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceException
-
setQueueName
public void setQueueName(java.lang.String QueueName) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, KeyNotFoundException, MessageQueueException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionKeyNotFoundExceptionMessageQueueExceptionNullReferenceException
-
addPeekCompleted
public void addPeekCompleted(PeekCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePeekCompleted
public void removePeekCompleted(PeekCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addReceiveCompleted
public void addReceiveCompleted(ReceiveCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeReceiveCompleted
public void removeReceiveCompleted(ReceiveCompletedEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-