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.String
assemblyFullName
Fully assembly qualified name: System.Messaging, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Messagingstatic java.lang.String
className
Qualified class name: System.Messaging.MessageQueuestatic JCType
classType
The 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.Throwable
Internal 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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
-
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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classComponent
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classComponent
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classComponent
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classComponent
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classComponent
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static MessageQueue cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoMessageQueue
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
MessageQueue
instance- 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.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
NullReferenceException
KeyNotFoundException
MessageQueueException
-
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.Throwable
NullReferenceException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
KeyNotFoundException
MessageQueueException
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
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.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
-
CreateCursor
public Cursor CreateCursor() throws java.lang.Throwable, ArgumentException, ArgumentNullException, KeyNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, CultureNotFoundException, NotSupportedException, NullReferenceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
KeyNotFoundException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
CultureNotFoundException
NotSupportedException
NullReferenceException
OutOfMemoryException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
MessageQueueException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
MessageQueueException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
PlatformNotSupportedException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
PlatformNotSupportedException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ObjectDisposedException
ArgumentException
NotImplementedException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ObjectDisposedException
ArgumentException
NotImplementedException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
PlatformNotSupportedException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
PlatformNotSupportedException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
PlatformNotSupportedException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
GetMessageEnumerator
public MessageEnumerator GetMessageEnumerator() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
KeyNotFoundException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
NullReferenceException
-
GetMessageEnumerator2
public MessageEnumerator GetMessageEnumerator2() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
KeyNotFoundException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
KeyNotFoundException
MessageQueueException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
KeyNotFoundException
MessageQueueException
-
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.Throwable
NullReferenceException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
KeyNotFoundException
MessageQueueException
AccessViolationException
-
GetPublicQueues
public static MessageQueue[] GetPublicQueues() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
-
GetPublicQueues
public static MessageQueue[] GetPublicQueues(MessageQueueCriteria criteria) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
-
GetPublicQueuesByCategory
public static MessageQueue[] GetPublicQueuesByCategory(Guid category) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentException
-
GetPublicQueuesByLabel
public static MessageQueue[] GetPublicQueuesByLabel(java.lang.String label) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
-
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.Throwable
NullReferenceException
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
SecurityException
InvalidEnumArgumentException
OutOfMemoryException
AccessViolationException
CryptographicException
KeyNotFoundException
MessageQueueException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
InvalidOperationException
-
Close
public void Close() throws java.lang.Throwable, ArgumentException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
KeyNotFoundException
MessageQueueException
NullReferenceException
-
Purge
public void Purge() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
KeyNotFoundException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
KeyNotFoundException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
KeyNotFoundException
MessageQueueException
NullReferenceException
ConfigurationErrorsException
TransactionPromotionException
TransactionException
TransactionInDoubtException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
KeyNotFoundException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
MessageQueueException
NullReferenceException
OutOfMemoryException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
KeyNotFoundException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
MessageQueueException
NullReferenceException
OutOfMemoryException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
KeyNotFoundException
MessageQueueException
NullReferenceException
PlatformNotSupportedException
TransactionPromotionException
TransactionException
TransactionInDoubtException
TransactionManagerCommunicationException
-
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.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
KeyNotFoundException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
NullReferenceException
SecurityException
PlatformNotSupportedException
Win32Exception
OutOfMemoryException
-
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.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
SecurityException
PlatformNotSupportedException
Win32Exception
OutOfMemoryException
-
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.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
InvalidEnumArgumentException
ArgumentException
KeyNotFoundException
MessageQueueException
NullReferenceException
OutOfMemoryException
SecurityException
PlatformNotSupportedException
Win32Exception
-
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.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
InvalidEnumArgumentException
KeyNotFoundException
MessageQueueException
NullReferenceException
OutOfMemoryException
SecurityException
PlatformNotSupportedException
Win32Exception
-
getAuthenticate
public boolean getAuthenticate() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
-
getCanRead
public boolean getCanRead() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
KeyNotFoundException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
NullReferenceException
-
getCanWrite
public boolean getCanWrite() throws java.lang.Throwable, ArgumentNullException, ArgumentException, CultureNotFoundException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
KeyNotFoundException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
NullReferenceException
-
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.Throwable
ArgumentException
ArgumentNullException
-
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.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
KeyNotFoundException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
NullReferenceException
-
getUseJournalQueue
public boolean getUseJournalQueue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
-
getBasePriority
public short getBasePriority() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
-
getMaximumJournalSize
public long getMaximumJournalSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
KeyNotFoundException
MessageQueueException
NullReferenceException
-
getMaximumQueueSize
public long getMaximumQueueSize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
KeyNotFoundException
MessageQueueException
NullReferenceException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
InvalidTimeZoneException
-
getLastModifyTime
public DateTime getLastModifyTime() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException, InvalidTimeZoneException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
InvalidTimeZoneException
-
getCategory
public Guid getCategory() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
-
getId
public Guid getId() throws java.lang.Throwable, ArgumentNullException, ArgumentException, IndexOutOfRangeException, KeyNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, MessageQueueException, FormatException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
-
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.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
KeyNotFoundException
MessageQueueException
NullReferenceException
-
getFormatter
public IMessageFormatter getFormatter() throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, FormatException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
FormatException
-
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.Throwable
ArgumentNullException
-
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.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
KeyNotFoundException
FormatException
NotImplementedException
InvalidOperationException
MissingManifestResourceException
ObjectDisposedException
MessageQueueException
-
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.Throwable
ArgumentNullException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
IndexOutOfRangeException
KeyNotFoundException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MessageQueueException
FormatException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
KeyNotFoundException
MessageQueueException
NullReferenceException
-
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.Throwable
ArgumentNullException
NullReferenceException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
KeyNotFoundException
MessageQueueException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
KeyNotFoundException
MessageQueueException
FormatException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
KeyNotFoundException
MessageQueueException
FormatException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
-
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.Throwable
ArgumentNullException
ArgumentException
CultureNotFoundException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
KeyNotFoundException
MessageQueueException
NullReferenceException
-
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.Throwable
ArgumentNullException
FormatException
ArgumentOutOfRangeException
ArgumentException
IndexOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
KeyNotFoundException
MessageQueueException
NullReferenceException
-
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
-
-