sync toc
webMethods.Msg
AcknowledgeMode Enumeration
BasicAuthInfo Class
BasicAuthInfo Members
BasicAuthInfo Constructor
Properties
UserName Property
UserPassword Property
DefaultValue Class
DefaultValue Members
DefaultValue Constructor
Fields
AutoQueueCreate Field
Broker Field
BrokerKeepAliveAttempts Field
BrokerKeepAliveInterval Field
BrokerKeepAliveTimeout Field
BrokerTimeout Field
ClientIDSharing Field
CompressionLevel Field
CompressionThreshold Field
ConfirmVolatileDelivery Field
DefaultDeliveryMode Field
DefaultPriority Field
DefaultTimeToLive Field
DisableMessageDestination Field
DisableMessageID Field
DisableMessageTimestamp Field
KeepAliveAttempts Field
KeepAliveInterval Field
KeepAliveTimeOut Field
MaxPrefetch Field
ReconnectAttempts Field
ReconnectDelay Field
SocketLinger Field
SocketLingerTimeout Field
SocketRecvBufferSize Field
SocketSendBufferSize Field
SocketTcpNoDelay Field
TransportMaxCacheSize Field
DeliveryMode Enumeration
DestinationType Enumeration
ExceptionListener Delegate
IBytesMessage Interface
IBytesMessage Members
Properties
BodyLength Property
Methods
ReadBoolean Method
ReadByte Method
ReadBytes Method
ReadBytes Method (Byte[])
ReadBytes Method (Byte[], Int32)
ReadChar Method
ReadDouble Method
ReadFloat Method
ReadInt Method
ReadLong Method
ReadShort Method
ReadUnsignedByte Method
ReadUnsignedShort Method
ReadUTF Method
Reset Method
WriteBoolean Method
WriteByte Method
WriteBytes Method
WriteBytes Method (Byte[])
WriteBytes Method (Byte[], Int32, Int32)
WriteChar Method
WriteDouble Method
WriteFloat Method
WriteInt Method
WriteLong Method
WriteObject Method
WriteShort Method
WriteUTF Method
IConnection Interface
IConnection Members
Properties
AccessLabel Property
ClientID Property
ExceptionListener Property
MetaData Property
UserName Property
UserPassword Property
Methods
Close Method
CreateSession Method
invokeExceptionListener Method
Start Method
Stop Method
IConnectionFactory Interface
IConnectionFactory Members
Properties
Application Property
AutomaticControlLabel Property
Broker Property
BrokerKeepAliveAttempts Property
BrokerKeepAliveInterval Property
BrokerKeepAliveTimeout Property
BrokerList Property
BrokerListOrder Property
BrokerTimeout Property
ClientGroup Property
ClientID Property
LanguageName Property
ReadOnly Property
SSLEncryption Property
SSLKeystore Property
Methods
CreateConnection Method
CreateConnection Method ()
CreateConnection Method (String)
CreateConnection Method (String, String)
CreateConnection Method (BasicAuthInfo)
IConnectionMetaData Interface
IConnectionMetaData Members
Properties
MsgAPIMajorVersion Property
MsgAPIMinorVersion Property
MsgAPIVersion Property
MsgMajorVersion Property
MsgMinorVersion Property
MsgVersion Property
MsgXPropertyNames Property
IDestination Interface
IDestination Members
Properties
DeadLetterOnly Property
FullName Property
LocalOnly Property
Name Property
ReadOnly Property
Type Property
IllegalStateException Class
IllegalStateException Members
IMapMessage Interface
IMapMessage Members
Properties
MapNames Property
Methods
GetBoolean Method
GetByte Method
GetBytes Method
GetChar Method
GetDouble Method
GetFloat Method
GetInt Method
GetLong Method
GetObject Method
GetShort Method
GetString Method
ItemExists Method
SetBoolean Method
SetByte Method
SetBytes Method
SetBytes Method (String, Byte[])
SetBytes Method (String, Byte[], Int32, Int32)
SetChar Method
SetDouble Method
SetFloat Method
SetInt Method
SetLong Method
SetObject Method
SetShort Method
SetString Method
IMessage Interface
IMessage Members
Properties
AccessLabel Property
Compression Property
CompressionLevel Property
CompressionRatio Property
MsgCorrelationID Property
MsgDeliveryMode Property
MsgDestination Property
MsgExpiration Property
MsgMessageID Property
MsgPriority Property
MsgRedelivered Property
MsgReplyTo Property
MsgTimestamp Property
MsgType Property
PropertyNames Property
Size Property
Methods
Acknowledge Method
ClearBody Method
ClearProperties Method
GetBooleanProperty Method
GetByteProperty Method
GetDoubleProperty Method
GetFloatProperty Method
GetIntProperty Method
GetLongProperty Method
GetObjectProperty Method
GetShortProperty Method
GetStringProperty Method
PropertyExists Method
SetBooleanProperty Method
SetByteProperty Method
SetDoubleProperty Method
SetFloatProperty Method
SetIntProperty Method
SetLongProperty Method
SetObjectProperty Method
SetShortProperty Method
SetStringProperty Method
IMessageConsumer Interface
IMessageConsumer Members
Properties
Destination Property
MaxPrefetch Property
MessageListener Property
MessageSelector Property
Methods
Available Method
Clear Method
Close Method
GetInputStream Method
Receive Method
Receive Method ()
Receive Method (Int64)
ReceiveNoWait Method
IMessageProducer Interface
IMessageProducer Members
Properties
CompressionLevel Property
CompressionThreshold Property
DeliveryMode Property
Destination Property
DisableMessageID Property
DisableMessageTimestamp Property
Priority Property
TimeToLive Property
Methods
Close Method
GetOutputStream Method
Send Method
Send Method (IDestination, IMessage)
Send Method (IDestination, IMessage, DeliveryMode, Int32, Int64)
Send Method (IDestination, IMessage[])
Send Method (IDestination, IMessage[], DeliveryMode, Int32, Int64)
Send Method (IMessage)
Send Method (IMessage, DeliveryMode, Int32, Int64)
Send Method (IMessage[])
Send Method (IMessage[], DeliveryMode, Int32, Int64)
InvalidClientIDException Class
InvalidClientIDException Members
InvalidDestinationException Class
InvalidDestinationException Members
InvalidMessagePriorityException Class
InvalidMessagePriorityException Members
InvalidSelectorException Class
InvalidSelectorException Members
IObjectMessage Interface
IObjectMessage Members
Properties
Object Property
IQueueBrowser Interface
IQueueBrowser Members
Properties
MessageSelector Property
Queue Property
Methods
Close Method
GetEnumerator Method
ISession Interface
ISession Members
Properties
AcknowledgeMode Property
Transacted Property
Methods
Close Method
Commit Method
CreateBrowser Method
CreateBrowser Method (IDestination)
CreateBrowser Method (IDestination, String)
CreateBytesMessage Method
CreateConsumer Method
CreateConsumer Method (IDestination)
CreateConsumer Method (IDestination, String)
CreateConsumer Method (IDestination, String, Boolean)
CreateDurableSubscriber Method
CreateDurableSubscriber Method (IDestination, String)
CreateDurableSubscriber Method (IDestination, String, String, Boolean)
CreateMapMessage Method
CreateMessage Method
CreateObjectMessage Method
CreateObjectMessage Method ()
CreateObjectMessage Method (Object)
CreateProducer Method
CreateQueue Method
CreateStreamMessage Method
CreateTemporaryQueue Method
CreateTemporaryTopic Method
CreateTextMessage Method
CreateTextMessage Method ()
CreateTextMessage Method (String)
CreateTopic Method
Recover Method
RetrieveQueue Method
RetrieveQueue Method (String)
RetrieveQueue Method (String, String, String, String)
RetrieveTopic Method
RetrieveTopic Method (String)
RetrieveTopic Method (String, String, String, String)
Rollback Method
Unsubscribe Method
IStreamMessage Interface
IStreamMessage Members
Methods
ReadBoolean Method
ReadByte Method
ReadBytes Method
ReadChar Method
ReadDouble Method
ReadFloat Method
ReadInt Method
ReadLong Method
ReadObject Method
ReadShort Method
ReadString Method
Reset Method
WriteBoolean Method
WriteByte Method
WriteBytes Method
WriteBytes Method (Byte[])
WriteBytes Method (Byte[], Int32, Int32)
WriteChar Method
WriteDouble Method
WriteFloat Method
WriteInt Method
WriteLong Method
WriteObject Method
WriteShort Method
WriteString Method
ITextMessage Interface
ITextMessage Members
Properties
Text Property
MessageEOFException Class
MessageEOFException Members
MessageFormatException Class
MessageFormatException Members
MessageListener Delegate
MessageNotReadableException Class
MessageNotReadableException Members
MessageNotWriteableException Class
MessageNotWriteableException Members
MsgConfig Class
MsgConfig Members
Properties
AutoQueueCreate Property
Broker Property
BrokerKeepAliveAttempts Property
BrokerKeepAliveInterval Property
BrokerKeepAliveTimeout Property
BrokerList Property
BrokerTimeout Property
ClientCertificateName Property
ClientIDSharing Property
CompressionLevel Property
CompressionThreshold Property
ConfirmVolatileDelivery Property
DefaultDeliveryMode Property
DefaultPriority Property
DefaultTimeToLive Property
DisableMessageDestination Property
DisableMessageID Property
DisableMessageTimestamp Property
Encrypted Property
KeepAliveAttempts Property
KeepAliveInterval Property
KeepAliveTimeOut Property
LanguageName Property
LDAPPassword Property
LDAPUrl Property
LDAPUserName Property
MaxPrefetch Property
Password Property
ReconnectAttempts Property
ReconnectDelay Property
SocketLinger Property
SocketLingerTimeout Property
SocketRecvBufferSize Property
SocketSendBufferSize Property
SocketTcpNoDelay Property
SSLKeystore Property
TransportMaxCacheSize Property
Username Property
MsgException Class
MsgException Members
Properties
ErrorCode Property
LinkedException Property
Message Property
Methods
getMessage Method
MsgFactory Class
MsgFactory Members
Methods
GetConnectionFactory Method
GetConnectionFactory Method ()
GetConnectionFactory Method (String)
GetConnectionFactory Method (String, String)
GetQueue Method
GetQueue Method (String)
GetQueue Method (String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean)
GetTopic Method
GetTopic Method (String)
GetTopic Method (String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean)
RetrieveConnectionFactory Method
RetrieveConnectionFactory Method (String)
RetrieveConnectionFactory Method (String, String, String, String)
RetrieveConnectionFactory Method (String, String, String, String, AuthenticationTypes)
RetrieveDestination Method
RetrieveDestination Method (String, String, String, String)
RetrieveDestination Method (String, String, String, String, AuthenticationTypes)
RetrieveQueue Method
RetrieveQueue Method (String)
RetrieveQueue Method (String, String, String, String)
RetrieveQueue Method (String, String, String, String, AuthenticationTypes)
RetrieveTopic Method
RetrieveTopic Method (String)
RetrieveTopic Method (String, String, String, String)
RetrieveTopic Method (String, String, String, String, AuthenticationTypes)
MsgInputStream Class
MsgInputStream Members
MsgInputStream Constructor
Properties
StreamId Property
Methods
Available Method
MsgOutputStream Class
MsgOutputStream Members
MsgOutputStream Constructor
Properties
StreamId Property
MsgSecurityException Class
MsgSecurityException Members
ResourceAllocationException Class
ResourceAllocationException Members
TransactionInProgressException Class
TransactionInProgressException Members
TransactionRolledBackException Class
TransactionRolledBackException Members