webMethods Broker API for JMS
Version 9.5.1.0.171 091713
A B C D E G I J K L M N P Q R S T U V W

A

addReceivePermission(String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Add an event type to a client group's receive permissions.
addReceivePermission(ConnectionFactory, Destination) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Add a JMS destination to a connection factory's receive permissions.
addSendPermission(String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Add an event type to a client group's send permissions.
addSendPermission(ConnectionFactory, Destination) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Add a JMS destination to a connection factory's send permissions.
AUTO_QUEUE_CREATE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property enabling or disabling automatic queue creation.
available() - Method in interface com.webmethods.jms.WmMessageConsumer
Gets the number of messages on the Broker available to the consumer.
available() - Method in interface com.webmethods.jms.WmQueueBrowser
Gets the number of messages on the Broker available to the browser.

B

BROKER_IDLE_SOCKET_TIMEOUT - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the number of seconds to wait for a response from the Broker on an idle socket.
BROKER_KEEP_ALIVE_ATTEMPTS - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the number of times the Broker will attempt a keep-alive before disconnecting the JMS client.
BROKER_KEEP_ALIVE_INTERVAL - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining how often, in seconds, a keep-alive is sent from the Broker to the JMS client.
BROKER_KEEP_ALIVE_TIMEOUT - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the number of seconds the Broker will wait for activity from the JMS client.
BROKER_SOCKET_TIMEOUT_POST_CONNECTION_CLOSE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the number of seconds to wait for a response from the Broker on the corresponding socket, after JMS Connection close has been called.
BROKER_TIMEOUT - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the maximum number of seconds to wait for a response from the Broker.

C

clear() - Method in interface com.webmethods.jms.WmMessageConsumer
Clears all available messages to the consumer from the Broker.
clearClientQueue(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Clear a client's queue on the Broker.
clearDurableSubscriber(String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Clear all messages for a JMS durable subscriber on the Broker.
clearQueue(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Clear all messages for a JMS queue on the Broker.
clearQueue(Queue) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Clear all messages for a JMS queue on the Broker.
CLIENT_ID_SHARING - Static variable in class com.webmethods.jms.WmJMSConfig
The System property enabling or disabling the sharing of client identifiers.
clientExists(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Determine if a client exists on the Broker.
clientGroupExists(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Determine if the specified client group exists on the Broker.
close() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Closes the administration connection to the Broker.
close() - Method in interface com.webmethods.jms.WmMessageConsumer
 
closeClient(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Close a client on the Broker.
com.webmethods.jms - package com.webmethods.jms
Provides the interface for webMethods JMS.
com.webmethods.jms.admin - package com.webmethods.jms.admin
Provides the interface for administering webMethods JMS.
com.webmethods.jms.marshal - package com.webmethods.jms.marshal
Provides the interface for translating between Broker Events and JMS Messages.
compareConnectionFactory(Object) - Method in interface com.webmethods.jms.WmConnectionFactory
Define equality of connection factory state
COMPRESSION_THRESHOLD - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the message producer's default compression threshold.
CONFIG_FILENAME - Static variable in class com.webmethods.jms.WmJMSConfig
The configuration file name.
CONFIRM_DELIVERY - Static variable in class com.webmethods.jms.WmJMSConfig
This System property enables or disables message delivery confirmation for persistent messages.
connectionFactoryExists(ConnectionFactory) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Determines if the JMS connection factory exists on the Broker.
create(String, String) - Static method in class com.webmethods.jms.admin.WmJMSAdminFactory
Creates an instance of the administration interface to the Broker.
create(String, String, String, String) - Static method in class com.webmethods.jms.admin.WmJMSAdminFactory
Creates an instance of the administration interface to the Broker.
create(String, String, String, String, String, String, boolean, String, String) - Static method in class com.webmethods.jms.admin.WmJMSAdminFactory
Creates an instance of the administration interface to the Broker.
create(String, String, String, String, String, String) - Static method in class com.webmethods.jms.admin.WmJMSAdminFactory
Creates an instance of the administration interface to the Broker.
create(String, String, String, String, SSLInfo) - Static method in class com.webmethods.jms.admin.WmJMSAdminFactory
 
create(String, String, String, String, String, String, String, boolean) - Static method in class com.webmethods.jms.admin.WmJMSAdminFactory
Creates an instance of the administration interface to the Broker.
create(Object) - Static method in class com.webmethods.jms.marshal.WmBrokerEventWrapper
Create a wrapper for a BrokerEvent
createBroker(String, String, boolean) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create a Broker on the current Broker Server.
createBytesMessage() - Method in interface com.webmethods.jms.marshal.WmMessageFactory
Creates a BytesMessage for use by WmMarshalIn implementors.
createClientGroup(String, int) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create a client group on the Broker.
createConnection(String, String, String) - Method in interface com.webmethods.jms.WmConnectionFactory
 
createConnectionFactory(ConnectionFactory) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create the JMS connection factory on the Broker.
createDestination(Destination) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create a JMS destination on the Broker.
createDurableSubscriber(ConnectionFactory, Topic, String, String, boolean) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create a JMS durable subscriber on the Broker.
createDurableSubscriber(ConnectionFactory, Topic, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create a JMS durable subscriber on the Broker.
createDurableSubscriber(ConnectionFactory, Topic, String, String, boolean, String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create a JMS durable subscriber on the Broker.
createDurableSubscriber(String, String, Topic, String, String, boolean, boolean, String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create a JMS durable subscriber on the Broker.
createDurableSubscriber(String, String, String, Topic, String, String, boolean, boolean, String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create a JMS durable subscriber on the Broker.
createDurableSubscriber(String, String, Topic, String, String, boolean, boolean) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create a JMS durable subscriber on the Broker.
createDurableSubscriber(String, String, String, Topic, String, String, boolean, boolean) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create a JMS durable subscriber on the Broker.
createDurableSubscriber(String, String, Topic, String, boolean) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create a JMS durable subscriber on the Broker.
createEventType(String, String, int, int, int) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create an event type on the Broker.
createFileMessage() - Method in interface com.webmethods.jms.WmSession
Creates a WmFileMessage object.
createMapMessage() - Method in interface com.webmethods.jms.marshal.WmMessageFactory
Creates a MapMessage for use by WmMarshalIn implementors.
createMessage() - Method in interface com.webmethods.jms.marshal.WmMessageFactory
Creates a Message for use by WmMarshalIn implementors.
createObjectMessage() - Method in interface com.webmethods.jms.marshal.WmMessageFactory
Creates a ObjectMessage for use by WmMarshalIn implementors.
createObjectMessage(Serializable) - Method in interface com.webmethods.jms.marshal.WmMessageFactory
Creates a ObjectMessage for use by WmMarshalIn implementors.
createQueue(ConnectionFactory, Queue, String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create the physical JMS queue on the Broker.
createQueue(ConnectionFactory, Queue) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create the physical JMS queue on the Broker.
createQueue(String, String, String, boolean, int, boolean, String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create the physical JMS queue on the Broker.
createQueue(String, String, String, boolean, int, boolean) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create the physical JMS queue on the Broker.
createQueueConnection(String, String, String) - Method in interface com.webmethods.jms.WmQueueConnectionFactory
 
createStreamMessage() - Method in interface com.webmethods.jms.marshal.WmMessageFactory
Creates a StreamMessage for use by WmMarshalIn implementors.
createTerritory(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create a territory and add the Broker.
createTextMessage() - Method in interface com.webmethods.jms.marshal.WmMessageFactory
Creates a TextMessage for use by WmMarshalIn implementors.
createTextMessage(String) - Method in interface com.webmethods.jms.marshal.WmMessageFactory
Creates a TextMessage for use by WmMarshalIn implementors.
createTopic(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Create a JMS topic on the Broker.
createTopicConnection(String, String, String) - Method in interface com.webmethods.jms.WmTopicConnectionFactory
 

D

decrementRefCount() - Method in interface com.webmethods.jms.WmTemporaryDestination
 
DEFAULT_APPLICATION_NAME - Static variable in interface com.webmethods.jms.WmConnectionFactory
Default application name.
DEFAULT_BROKER_HOST - Static variable in class com.webmethods.jms.WmJMSConfig
The default Broker host; defined as "localhost" .
DEFAULT_BROKER_LIST_ORDER - Static variable in interface com.webmethods.jms.WmConnectionFactory
 
DEFAULT_BROKER_PORT - Static variable in class com.webmethods.jms.WmJMSConfig
The default Broker port; defined as 6849 .
DEFAULT_CLIENT_GROUP - Static variable in interface com.webmethods.jms.WmConnectionFactory
Default client group.
DEFAULT_DELIVERY_MODE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the message producer's default delivery mode.
DEFAULT_KEYSTORE_TYPE - Static variable in interface com.webmethods.jms.WmConnectionFactory
 
DEFAULT_PRIORITY - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the message producer's default priority.
DEFAULT_SOCKET_KEEP_ALIVE_ENABLED - Static variable in class com.webmethods.jms.WmJMSConfig
 
DEFAULT_SSL_FIPS_MODE_ENABLED - Static variable in class com.webmethods.jms.WmJMSConfig
 
DEFAULT_TIME_TO_LIVE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the message producer's default time to live.
DEFAULT_TRUSTSTORE_TYPE - Static variable in interface com.webmethods.jms.WmConnectionFactory
 
delete() - Method in interface com.webmethods.jms.WmTemporaryDestination
Deletes this temporary destination.
destinationExists(Destination) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Determine if the JMS destination exists on the Broker.
destroyBroker() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Destroy the current Broker.
destroyClient(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Destory a client on the Broker.
destroyClientGroup(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Destroy a client group from the Broker.
destroyDestination(Destination) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Destroy a JMS destination on the Broker.
destroyDurableSubscriber(String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Destroy a JMS durable subscriber from the Broker.
destroyEventType(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Destroy an event type on the Broker.
destroyQueue(Queue) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Remove the physical JMS queue from the Broker.
destroyQueue(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Remove the physical JMS queue from the Broker.
destroyTopic(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Destroy a JMS topic on the Broker.
DISABLE_MESSAGE_DESTINATION - Static variable in class com.webmethods.jms.WmJMSConfig
This System property enables or disables message destinations being sent with a message.
DISABLE_MESSAGE_ID - Static variable in class com.webmethods.jms.WmJMSConfig
This System property enables or disables message IDs being sent in a message.
DISABLE_MESSAGE_TIMESTAMP - Static variable in class com.webmethods.jms.WmJMSConfig
This System property enables or disables message timestamps being sent in a message.
durableSubscriberExists(String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Determine if a JMS durable subscriber exists on the Broker.

E

ENCRYPT_LEVEL_ENCRYPTION - Static variable in interface com.webmethods.jms.WmConnection
Encryption
ENCRYPT_LEVEL_NO_ENCRYPTION - Static variable in interface com.webmethods.jms.WmConnection
No encryption
ENCRYPT_LEVEL_US_DOMESTIC - Static variable in interface com.webmethods.jms.WmConnection
Deprecated. Replaced By WmConnection.ENCRYPT_LEVEL_ENCRYPTION
ENCRYPT_LEVEL_US_EXPORT - Static variable in interface com.webmethods.jms.WmConnection
Deprecated. Replaced By WmConnection.ENCRYPT_LEVEL_ENCRYPTION
eventTypeExists(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Determine if the event type exists on the Broker.
explicitAcknowledge() - Method in interface com.webmethods.jms.WmMessage
Explicitly acknowledges this and only this consumed message.

G

getAccessLabel() - Method in interface com.webmethods.jms.WmConnection
Get the client access label
getApplication() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the client application for a connection created from this factory.
getAutoQueueCreate() - Static method in class com.webmethods.jms.WmJMSConfig
Get whether automatic queue creation is enabled or disabled.
getBroker() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the fully qualified Broker address to which the administration connection is connected.
getBroker() - Method in interface com.webmethods.jms.WmConnection
Get the Broker to which this connection is currently connected.
getBroker() - Method in interface com.webmethods.jms.WmQueue
Get the Broker to which this queue belongs.
getBrokerCluster() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the list of cluster Brokers assigned to this connection factory.
getBrokerHost() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the Broker Server host to which the administration connection is connected.
getBrokerHost() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the Broker host for a connection created from this factory.
getBrokerKeepAliveAttempts() - Static method in class com.webmethods.jms.WmJMSConfig
Get the Broker's keep-alive attempts.
getBrokerKeepAliveInterval() - Static method in class com.webmethods.jms.WmJMSConfig
Get the Broker's keep-alive interval.
getBrokerKeepAliveTimeout() - Static method in class com.webmethods.jms.WmJMSConfig
Get the Broker's keep-alive response timeout.
getBrokerList() - Method in interface com.webmethods.jms.WmConnectionFactory
Use this to get the Broker list for webMethods Broker Publisher Reconnect feature.
getBrokerListOrder() - Method in interface com.webmethods.jms.WmConnectionFactory
Use this to get the Broker list for webMethods Broker Publisher Reconnect feature.
getBrokerName() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the Broker name to which the administration connection is connected.
getBrokerName() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the Broker name for a connection created from this factory.
getBrokerPort() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the Broker Server port to which the administration connection is connected.
getBrokers() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get a list of Brokers on the current Broker Server.
getBrokerTimeout() - Static method in class com.webmethods.jms.WmJMSConfig
Get the Broker timeout.
getBrokerTimeoutOnIdleSocket() - Static method in class com.webmethods.jms.WmJMSConfig
Get the Broker timeout in seconds on idle socket.
getBrokerTimeoutPostConnectionClose() - Static method in class com.webmethods.jms.WmJMSConfig
Gets the Broker timeout in seconds post JMS Connection.close()
getBytesTransferred() - Method in interface com.webmethods.jms.WmFileMessage
Deprecated. Gets the total number of bytes transferred.
getClientGroup() - Method in interface com.webmethods.jms.WmConnectionFactory
Gets the client group for this factory.
getClientGroups() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the list of client groups on the Broker.
getClientGroups(String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the list of client groups on the Broker.
getClientID() - Method in interface com.webmethods.jms.WmConnectionFactory
Gets the client identifier for this factory.
getClientIDSharing() - Static method in class com.webmethods.jms.WmJMSConfig
Get whether client identifier sharing is enabled or disabled.
getClients() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Return the list of Broker clients.
getClients(String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Return the list of Broker clients.
getClientSubscriptions(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the list of event types to which the client is subscribed.
getClusterCreationTime() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the time of creation of this cluster connection factory
getClusterName() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the cluster name of the connection factory.
getClusterPolicy() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the integer constant representing the cluster policy assigned to this connection factory.
getClusterPolicyName() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the cluster policy name of the cluster connection factory.
getClusterPolicyOverride() - Method in interface com.webmethods.jms.WmConnectionFactory
Get if the user has overridden the cluster policy to enable custom stickiness.
getClusterRefreshInterval() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the refresh interval for this connection factory.
getCompositeChildConnFactories() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the list of child cluster connection factory objects assigned to this connection factory.
getCompositeClusterCF() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the list of JNDI look up names for the child cluster connection factories assigned to this connection factory.
getCompression() - Method in interface com.webmethods.jms.WmMessage
Get whether compression is enabled or disabled for this message.
getCompressionLevel() - Method in interface com.webmethods.jms.WmMessage
Get the compression level for this message.
getCompressionLevel() - Method in interface com.webmethods.jms.WmMessageProducer
Get the compression level for this producer.
getCompressionRatio() - Method in interface com.webmethods.jms.WmMessage
Get the compression ratio of a delivered message that has been compressed.
getCompressionThreshold() - Static method in class com.webmethods.jms.WmJMSConfig
Get the default compression threshold for message producers.
getCompressionThreshold() - Method in interface com.webmethods.jms.WmMessageProducer
Get the compression threshold for this producer.
getConfirmDelivery() - Static method in class com.webmethods.jms.WmJMSConfig
Get whether message delivery confirmation is enabled.
getConnectionFactory() - Static method in class com.webmethods.jms.WmJMSFactory
Get a new instance of a WmConnectionFactory.
getDeadLetterOnly() - Method in interface com.webmethods.jms.WmDestination
Get whether dead letter subscriptions are enabled for this topic.
getDefaultBroker() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the default Broker on the current Broker Server.
getDefaultDeliveryMode() - Static method in class com.webmethods.jms.WmJMSConfig
Get the message producer's default delivery mode.
getDefaultPriority() - Static method in class com.webmethods.jms.WmJMSConfig
Get the message producer's default priority.
getDefaultTimeToLive() - Static method in class com.webmethods.jms.WmJMSConfig
Get the message producer's default time to live.
getDestination() - Method in interface com.webmethods.jms.WmMessageConsumer
Get the Destination associated with this consumer.
getDestinationId() - Method in class com.webmethods.jms.marshal.WmBrokerEventWrapper
Get the current destination for the event.
getDisableMessageDestination() - Static method in class com.webmethods.jms.WmJMSConfig
Get whether message destinations are sent.
getDisableMessageID() - Static method in class com.webmethods.jms.WmJMSConfig
Get whether message IDs are sent.
getDisableMessageTimestamp() - Static method in class com.webmethods.jms.WmJMSConfig
Get whether message timestamps are sent.
getDocSizeDataMap() - Method in interface com.webmethods.jms.WmConnectionFactory
 
getDocSizeList() - Method in interface com.webmethods.jms.WmConnectionFactory
 
getEventType() - Method in interface com.webmethods.jms.WmDestination
Get the event type name used for this destination.
getEventTypes() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the list of event types on the Broker.
getEventTypes(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the list of event types on the Broker.
getExceptionListener() - Method in interface com.webmethods.jms.WmSession
Gets the ExceptionListener object for this session.
getFactory() - Method in interface com.webmethods.jms.WmConnection
Returns the connection factory used to create this connection.
getFilename() - Method in interface com.webmethods.jms.WmFileMessage
Deprecated. Get the name of the file associated with the message.
getIncludeAllBrokers() - Method in interface com.webmethods.jms.WmConnectionFactory
Get whether the include all flag is set.
getInputStream() - Method in interface com.webmethods.jms.WmMessageConsumer
Returns an InputStream that reads data from a MessageConsumer.
getKeepAliveAttemptsBeforeDeclaringConnectionDead() - Static method in class com.webmethods.jms.WmJMSConfig
Get the KeepAlive attempts which need to fail with no response before declaring the connection as broken.
getKeepAliveInterval() - Static method in class com.webmethods.jms.WmJMSConfig
Get the keep-alive interval.
getLocalName() - Method in interface com.webmethods.jms.WmQueue
Get the local queue name.
getLocalOnly() - Method in interface com.webmethods.jms.WmDestination
Get whether local only subscriptions are enabled for this topic.
getMarshalIn() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the inbound message marshalling object for connections created from this factory.
getMarshalInClassName() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the inbound message marshalling class name.
getMarshalOut() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the outbound message marshalling object for connections created from this factory.
getMarshalOutClassName() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the outbound message marshalling class name.
getMaxReceive() - Static method in class com.webmethods.jms.WmJMSConfig
Get the maximum number of messages to be sent from the Broker to a consumer at one time.
getMaxReceive() - Method in interface com.webmethods.jms.WmMessageConsumer
Get the maximum receive value for this message consumer.
getMessageTransportMaxCacheSize() - Static method in class com.webmethods.jms.WmJMSConfig
Get the messsage transport's maximum size for caching structures.
getMultiSendCount() - Method in interface com.webmethods.jms.WmConnectionFactory
Gets the count of N brokers in cluster for MULTISEND_GUARANTEED policy The JMS provider will ensure that a message is published to N out of M brokers in the Cluster for MULTISEND_GUARANTEED.
getName() - Method in interface com.webmethods.jms.WmDestination
Get the name of this destination.
getOutputStream(int) - Method in interface com.webmethods.jms.WmMessageProducer
Returns an OutputStream that writes data over a MessageConsumer.
getOutputStream() - Method in interface com.webmethods.jms.WmMessageProducer
Returns an OutputStream that writes data over a MessageConsumer.
getPacketSize() - Method in interface com.webmethods.jms.WmFileMessage
Deprecated. Get the maximum number of bytes to read from the file at one time and send.
getPassword() - Static method in class com.webmethods.jms.WmJMSConfig
Get the password.
getPrepareTimeout() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the default prepare timeout.
getPrepareTimeoutAction() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the prepare timeout action.
getPriorityOrdering() - Method in interface com.webmethods.jms.WmDestination
Get whether priority ordering is enabled for this destination.
getProducer() - Method in interface com.webmethods.jms.WmFileMessage
Deprecated. Gets the producer with which the WmFileMessage is to be sent.
getProperties() - Static method in class com.webmethods.jms.WmJMSConfig
Get all properties.
getProperty(String) - Static method in class com.webmethods.jms.WmJMSConfig
Get a property.
getProperty(String, String) - Static method in class com.webmethods.jms.WmJMSConfig
Get a property.
getProperty(String, boolean) - Static method in class com.webmethods.jms.WmJMSConfig
Get a boolean property.
getProperty(String, int) - Static method in class com.webmethods.jms.WmJMSConfig
Get an integer property.
getProperty(String, long) - Static method in class com.webmethods.jms.WmJMSConfig
Get a long property.
getQueue(String) - Static method in class com.webmethods.jms.WmJMSFactory
Get a new instance of a WmQueue.
getQueue() - Static method in class com.webmethods.jms.WmJMSFactory
Get a new instance of a WmQueue.
getQueueConnectionFactory() - Static method in class com.webmethods.jms.WmJMSFactory
Get a new instance of a WmQueueConnectionFactory.
getReadOnly() - Method in interface com.webmethods.jms.WmConnectionFactory
Get whether this connection factory is read-only.
getReadOnly() - Method in interface com.webmethods.jms.WmDestination
Get whether this destination is read-only.
getReceivePermissions(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get a client group's receive permissions.
getReconnectAttempts() - Static method in class com.webmethods.jms.WmJMSConfig
Get the reconnect attempts.
getReconnectDelay() - Static method in class com.webmethods.jms.WmJMSConfig
Get the reconnect delay.
getRecoverMode() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Gets the global recover mode of the Broker.
getRequestTimeout() - Method in interface com.webmethods.jms.WmFileMessage
Deprecated. Get the transfer request timeout value.
getSendPermissions(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get a client group's send permissions.
getSharedState() - Method in interface com.webmethods.jms.WmDestination
Get the shared state for this destination.
getSharedStateOrdering() - Method in interface com.webmethods.jms.WmDestination
Get the shared state ordering for this destination.
getSize() - Method in interface com.webmethods.jms.WmMessage
Get the message size in bytes.
getSocketAutoFlushDelay() - Static method in class com.webmethods.jms.WmJMSConfig
Get the socket auto-flush delay.
getSocketAutoFlushSize() - Static method in class com.webmethods.jms.WmJMSConfig
Get the socket auto-flush size.
getSocketConnectTimeout() - Static method in class com.webmethods.jms.WmJMSConfig
Get the socket connect timeout.
getSocketKeepAliveEnabled() - Static method in class com.webmethods.jms.WmJMSConfig
 
getSocketLinger() - Static method in class com.webmethods.jms.WmJMSConfig
Get the socket linger state.
getSocketLingerTimeout() - Static method in class com.webmethods.jms.WmJMSConfig
Get the socket linger timeout.
getSocketRecvBufferSize() - Static method in class com.webmethods.jms.WmJMSConfig
Get the inbound socket buffer size.
getSocketSendBufferSize() - Static method in class com.webmethods.jms.WmJMSConfig
Get the outbound socket buffer size.
getSocketTcpNoDelay() - Static method in class com.webmethods.jms.WmJMSConfig
Get the socket setting of Nagle's algorithm.
getSoTimeout() - Static method in class com.webmethods.jms.WmJMSConfig
Get the socket connect timeout.
getSSLCipherSuites() - Static method in class com.webmethods.jms.WmJMSConfig
Get the SSL CipherSuites list, separated by comma
getSSLEncrypted() - Method in interface com.webmethods.jms.WmConnectionFactory
Get whether SSL encryption is enabled or disabled.
getSSLEncryptionLevel() - Method in interface com.webmethods.jms.WmConnection
Get the SSL encryption level.
getSSLKeystore() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the SSL certificate keystore.
getSSLKeystore() - Static method in class com.webmethods.jms.WmJMSConfig
Get the SSL keystore.
getSSLKeystoreType() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the SSL certificate keystore type.
getSSLKeystoreType() - Static method in class com.webmethods.jms.WmJMSConfig
Get the SSL keystore type.
getSSLProvider() - Static method in class com.webmethods.jms.WmJMSConfig
Get the SSL Provider.
getSSLServerCertificate() - Method in interface com.webmethods.jms.WmConnection
Get the Broker's SSL certificate properties.
getSSLTruststore() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the SSL truststore.
getSSLTruststore() - Static method in class com.webmethods.jms.WmJMSConfig
Get the SSL Truststore.
getSSLTruststoreType() - Method in interface com.webmethods.jms.WmConnectionFactory
Get the SSL truststore type.
getSSLTruststoreType() - Static method in class com.webmethods.jms.WmJMSConfig
Get the SSL Truststore type.
getTemporaryQueue(String) - Static method in class com.webmethods.jms.WmJMSFactory
Get a new instance of a TemporaryQueue.
getTemporaryTopic(String) - Static method in class com.webmethods.jms.WmJMSFactory
Get a new instance of a TemporaryTopic.
getTerritory() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the Broker's territory.
getTerritory() - Method in interface com.webmethods.jms.WmConnection
Get the territory of the Broker to which this connection is currently connected.
getTerritory() - Method in interface com.webmethods.jms.WmQueue
Get the territory to which this queue belongs.
getTerritoryBrokerFullNames() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get a list of Brokers in the current Broker's territory.
getTerritoryBrokers() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get a list of Brokers in the current Broker's territory.
getTopic(String) - Static method in class com.webmethods.jms.WmJMSFactory
Get a new instance of a WmTopic.
getTopic() - Static method in class com.webmethods.jms.WmJMSFactory
Get a new instance of a WmTopic.
getTopicConnectionFactory() - Static method in class com.webmethods.jms.WmJMSFactory
Get a new instance of a WmTopicConnectionFactory.
getTransactionTimeout() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the default transaction timeout.
getTransferTimeout() - Method in interface com.webmethods.jms.WmFileMessage
Deprecated. Get the transfer timeout value.
getUsername() - Static method in class com.webmethods.jms.WmJMSConfig
Get the username.
getVersion() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Get the Broker Server version.
getWeightedRoundRobinDataMap() - Method in interface com.webmethods.jms.WmConnectionFactory
 
getWeightedRoundRobinList() - Method in interface com.webmethods.jms.WmConnectionFactory
Get a list of WeightedRoundRobin objects for the WEIGHTED_ROUND_ROBIN policy.
getXAConnectionFactory() - Static method in class com.webmethods.jms.WmJMSFactory
Get a new instance of a WmConnectionFactory that implements the XAConnectionFactory interface.
getXAQueueConnectionFactory() - Static method in class com.webmethods.jms.WmJMSFactory
Get a new instance of a WmQueueConnectionFactory that implements the XAQueueConnectionFactory interface.
getXATopicConnectionFactory() - Static method in class com.webmethods.jms.WmJMSFactory
Get a new instance of a WmTopicConnectionFactory that implements the XATopicConnectionFactory interface.

I

incrementRefCount() - Method in interface com.webmethods.jms.WmTemporaryDestination
 
isClusterFactory() - Method in interface com.webmethods.jms.WmConnectionFactory
Checks whether this connection factory is associated with a cluster of Brokers.
isCompositeClusterFactory() - Method in interface com.webmethods.jms.WmConnectionFactory
Checks if this connection factory is a composite connection factory and hence associated with a list of child cluster connection factories.
isDeleted() - Method in interface com.webmethods.jms.WmTemporaryDestination
Get whether this temporary destination has been deleted.
isSSLFIPSModeEnabled() - Static method in class com.webmethods.jms.WmJMSConfig
Get true if the SSL FIPS Mode is enabled.
isWildCard() - Method in interface com.webmethods.jms.WmDestination
Get whether the topic is a wildcard.

J

JMS_CLUSTER_1PC_TRANSACTION_LOG_FILE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property containing the destination file name of the JMS Clustering 1PC transaction logging data.
joinTerritory(String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Join the Broker to the specified Broker's territory.

K

KEEP_ALIVE_ATTEMPTS_BEFORE_DECLARING_CONNECTION_DROPPED - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining how many times the ping could time out before declaring the connection as dropped.
KEEP_ALIVE_INTERVAL - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining how often, in seconds, a keep-alive is sent from the JMS client to the Broker.

L

leaveTerritory() - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Cause the Broker to leave its current territory.
LIFECYCLE_DESTROY_ON_DISCONNECT - Static variable in interface com.webmethods.jms.admin.WmJMSAdmin
Destroy on disconnect lifecycle
LIFECYCLE_EXPLICIT_DESTROY - Static variable in interface com.webmethods.jms.admin.WmJMSAdmin
Explicit destroy lifecycle

M

mapMessageFromEvent(Object, Object, WmMessageFactory) - Method in interface com.webmethods.jms.marshal.WmMarshalIn
Maps a WmBrokerEvent to a JMS Message.
mapMessageToEvent(Message, Object) - Method in interface com.webmethods.jms.marshal.WmMarshalOut
Maps a JMS Message to a WmBrokerEvent for transport through the Broker.
MAX_RECEIVE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the maximum number of messages to be sent from the Broker to a consumer at one time.
MESSAGE_TRANSPORT_MAX_CACHE_SIZE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the message transport's maximum size of a structure that will be cached.

N

negativeAcknowledge() - Method in interface com.webmethods.jms.WmMessage
Negatively acknowledges this consumed message causing it to be redelivered.

P

PASSWORD - Static variable in class com.webmethods.jms.WmJMSConfig
The System property to set the default password to be used with the connection.
ping() - Method in interface com.webmethods.jms.WmConnection
Pings the Broker to determine if there is network connectivity.
publish(Message[]) - Method in interface com.webmethods.jms.WmTopicPublisher
Publishes multiple messages to the topic.
publish(Message[], int, int, long) - Method in interface com.webmethods.jms.WmTopicPublisher
Publishes multiple messages to the topic, specifying delivery mode, priority, and time to live.
publish(Topic, Message[]) - Method in interface com.webmethods.jms.WmTopicPublisher
Publishes multiple messages to a topic for an unidentified message producer.
publish(Topic, Message[], int, int, long) - Method in interface com.webmethods.jms.WmTopicPublisher
Publishes multiple messages to a topic for an unidentified message producer, specifying delivery mode, priority and time to live.

Q

queueExists(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Determine if the JMS queue exists on the Broker.
queueExists(Queue) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Determine if the JMS queue exists on the Broker.

R

RECONNECT_ATTEMPTS - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the number of times to attempt to reconnect to a Broker.
RECONNECT_DELAY - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the maximum amount of time, in seconds, to delay before attempting to reconnect to a Broker.
RECOVER_GLOBAL - Static variable in interface com.webmethods.jms.admin.WmJMSAdmin
Global recover mode.
RECOVER_RESTRICTED - Static variable in interface com.webmethods.jms.admin.WmJMSAdmin
Restricted recover mode.
removeReceivePermission(String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Remove an event type from a client group's receive permissions.
removeReceivePermission(ConnectionFactory, Destination) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Remove a JMS destination from a connection factory's receive permissions.
removeSendPermission(String, String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Remove an event type from a client group's send permissions.
removeSendPermission(ConnectionFactory, Destination) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Remove a JMS destination from a connection factory's send permissions.

S

saveFile(String) - Method in interface com.webmethods.jms.WmFileMessage
Deprecated. Once the message has been received this method is used to save the contents to the specified file.
send(Message[]) - Method in interface com.webmethods.jms.WmMessageProducer
Sends multiple messages using the MessageProducer's default delivery mode, priority, and time to live.
send(Message[], int, int, long) - Method in interface com.webmethods.jms.WmMessageProducer
Sends multiple messages to the destination, specifying delivery mode, priority, and time to live.
send(Destination, Message[]) - Method in interface com.webmethods.jms.WmMessageProducer
Sends multiple messages to a destination for an unidentified message producer.
send(Destination, Message[], int, int, long) - Method in interface com.webmethods.jms.WmMessageProducer
Sends multiple messages to a destination for an unidentified message producer, specifying delivery mode, priority and time to live.
send(Queue, Message[]) - Method in interface com.webmethods.jms.WmQueueSender
Sends multiple messages to a queue for an unidentified message producer.
send(Queue, Message[], int, int, long) - Method in interface com.webmethods.jms.WmQueueSender
Sends multiple messages to a queue for an unidentified message producer, specifying delivery mode, priority and time to live.
setAccessLabel(short[]) - Method in interface com.webmethods.jms.WmMessage
Set access label to message envelope
setApplication(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the client application for a connection created from this factory.
setAutomaticControlLabel(boolean) - Method in interface com.webmethods.jms.WmConnectionFactory
Enable broker to set control label automatically ( for webMethods' content based security )
setAutoQueueCreate(boolean) - Static method in class com.webmethods.jms.WmJMSConfig
Enable or disable automatic queue creation.
setBrokerCluster(String[]) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the list of cluster Brokers for a connection created from this factory.
setBrokerHost(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the Broker host for a connection created from this factory.
setBrokerKeepAliveAttempts(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the Broker's keep-alive attempts.
setBrokerKeepAliveInterval(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the Broker's keep-alive interval.
setBrokerKeepAliveTimeout(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the Broker's keep-alive response timeout.
setBrokerList(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Use this to set the Broker list for webMethods Broker Publisher Reconnect feature.
setBrokerListOrder(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Use this to get the Broker list for webMethods Broker Publisher Reconnect feature.
setBrokerName(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the Broker name for a connection created from this factory.
setBrokerTimeout(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the Broker timeout.
setBrokerTimeoutOnIdleSocket(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the Broker idle socket timeout in seconds.
setBrokerTimeoutPostConnectionClose(int) - Static method in class com.webmethods.jms.WmJMSConfig
Sets the Broker timeout in seconds post JMS Connection.close()
setBytesTransferred(long) - Method in interface com.webmethods.jms.WmFileMessage
Deprecated. Sets the total number of bytes transferred.
setClientGroup(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Sets the client group for a connection created from this factory.
setClientID(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Sets the client identifier for a connection created from this factory.
setClientIDSharing(boolean) - Static method in class com.webmethods.jms.WmJMSConfig
Enable or disable client identifier sharing.
setClusterCreationTime(long) - Method in interface com.webmethods.jms.WmConnectionFactory
 
setClusterName(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the name of the cluster for the connection factory.
setClusterPolicy(int) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the specified cluster load balancing policy to this cluster connection factory.
setClusterPolicyName(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the cluster policy name to the cluster connection factory.
setClusterPolicyOverride(boolean) - Method in interface com.webmethods.jms.WmConnectionFactory
Override the cluster policy to enable custom stickiness.
setClusterRefreshInterval(long) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the refresh interval for this connection factory.
setCompositeChildConnFactories(CopyOnWriteArrayList<WmConnectionFactory>) - Method in interface com.webmethods.jms.WmConnectionFactory
Set a list of child Cluster Connection Factory objects for this connection factory.
setCompositeClusterCF(String[]) - Method in interface com.webmethods.jms.WmConnectionFactory
Assigns the list of child cluster connection factory names to this connection factory, which will enable it as a composite factory.
setCompression(boolean) - Method in interface com.webmethods.jms.WmMessage
Enable or disable compression for this message.
setCompressionLevel(int) - Method in interface com.webmethods.jms.WmMessage
Set the compression level for this message.
setCompressionLevel(int) - Method in interface com.webmethods.jms.WmMessageProducer
Set the compression level for this producer.
setCompressionThreshold(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the default compression threshold for message producers.
setCompressionThreshold(int) - Method in interface com.webmethods.jms.WmMessageProducer
Set the compression threshold for this producer.
setConfirmDelivery(boolean) - Static method in class com.webmethods.jms.WmJMSConfig
Set whether message delivery confirmation is enabled.
setDeadLetterOnly(boolean) - Method in interface com.webmethods.jms.WmDestination
Enable dead letter subscriptions for this topic.
setDefaultBroker(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Set the default Broker on the current Broker Server.
setDefaultDeliveryMode(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the message producer's default delivery mode.
setDefaultPriority(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the message producer's default priority.
setDefaultTimeToLive(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the message producer's default time to live.
setDestinationId(String) - Method in class com.webmethods.jms.marshal.WmBrokerEventWrapper
Set the destination for delivery of the wrapped event.
setDisableMessageDestination(boolean) - Static method in class com.webmethods.jms.WmJMSConfig
Set whether message destinations are sent.
setDisableMessageID(boolean) - Static method in class com.webmethods.jms.WmJMSConfig
Set whether message IDs are sent.
setDisableMessageTimestamp(boolean) - Static method in class com.webmethods.jms.WmJMSConfig
Set whether message timestamps are sent.
setDocSizeDataMap(HashMap<String, List<String>>) - Method in interface com.webmethods.jms.WmConnectionFactory
 
setDocSizeList(CopyOnWriteArrayList<DocumentSize>) - Method in interface com.webmethods.jms.WmConnectionFactory
Sets the data for DocumentSize policy
setEventType(String) - Method in interface com.webmethods.jms.WmDestination
Set the event type name used for this destination.
setEventType(String) - Method in interface com.webmethods.jms.WmTemporaryDestination
Set the event type to be used by this temporary destination.
setExceptionListener(ExceptionListener) - Method in interface com.webmethods.jms.WmSession
Sets an exception listener for this session.
setFilename(String) - Method in interface com.webmethods.jms.WmFileMessage
Deprecated. Set the name of the file associated with the message.
setIncludeAllBrokers(boolean) - Method in interface com.webmethods.jms.WmConnectionFactory
Sets the flag that would include all the brokers in the cluster If the flag is set all the brokers in the cluster will be included as a part of this connection factory.
setJMSCluster1PCTxLogDestination(String) - Static method in class com.webmethods.jms.WmJMSConfig
Set the file name where the JMS Cluster 1PC Logging is recorded.
setKeepAliveAttemptsBeforeDeclaringConnectionDead(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the KeepAlive attempts which need to fail with no response before declaring the connection as broken.
setKeepAliveInterval(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the keep-alive interval.
setLocalOnly(boolean) - Method in interface com.webmethods.jms.WmDestination
Enable local only subscriptions for this topic.
setMarshalIn(WmMarshalIn, Object) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the inbound message marshalling object for a connection created from this factory.
setMarshalInClassName(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the inbound message marshalling class name for connections created from this factory.
setMarshalOut(WmMarshalOut, Object) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the outbound message marshalling object for a connection created from this factory.
setMarshalOutClassName(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the outbound message marshalling class name for connections created from this factory.
setMaxReceive(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the maximum number of messages to be sent from the Broker to a consumer at one time.
setMaxReceive(int) - Method in interface com.webmethods.jms.WmMessageConsumer
Set the maximum receive value for this message consumer.
setMessageTransportMaxCacheSize(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the messsage transport's maximum size for caching structures.
setMultiSendCount(int) - Method in interface com.webmethods.jms.WmConnectionFactory
Sets the count of N brokers for MULTISEND_GUARANTEED policy The JMS provider will ensure that a message is published to N out of M brokers in the Cluster for MULTISEND_GUARANTEED.
setName(String) - Method in interface com.webmethods.jms.WmDestination
Set the name for this destination.
setPacketSize(int) - Method in interface com.webmethods.jms.WmFileMessage
Deprecated. Set the maximum number of bytes to read from the file at one time and send.
setPassword(String) - Static method in class com.webmethods.jms.WmJMSConfig
Set the password.
setPrepareTimeout(int) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Set the default prepare timeout.
setPrepareTimeoutAction(int) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Set the prepare timeout action.
setPriorityOrdering(boolean) - Method in interface com.webmethods.jms.WmDestination
Enable of disable priority ordering for this destination.
setProducer(WmMessageProducer) - Method in interface com.webmethods.jms.WmFileMessage
Deprecated. Sets the producer with which the WmFileMessage is to be sent.
setProperty(String, String) - Static method in class com.webmethods.jms.WmJMSConfig
Set a property.
setProperty(String, int) - Static method in class com.webmethods.jms.WmJMSConfig
Set an integer property.
setProperty(String, boolean) - Static method in class com.webmethods.jms.WmJMSConfig
Set a boolean property.
setReadOnly() - Method in interface com.webmethods.jms.WmConnectionFactory
Set this connection factory to read-only.
setReadOnly() - Method in interface com.webmethods.jms.WmDestination
Set this destination to read-only.
setReceivePermissions(String, String[]) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Set a client group's receive permissions.
setReconnectAttempts(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the reconnect attempts.
setReconnectDelay(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the reconnect delay.
setRecoverMode(int) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Sets the global recover mode of the Broker to either restricted (the default) or global.
setRequestTimeout(long) - Method in interface com.webmethods.jms.WmFileMessage
Deprecated. Set the transfer request timeout value.
setSendPermissions(String, String[]) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Set a client group's send permissions.
setSharedState(boolean) - Method in interface com.webmethods.jms.WmDestination
Set the shared state for this destination.
setSharedStateOrdering(int) - Method in interface com.webmethods.jms.WmDestination
Set the shared state ordering for this destination.
setSocketAutoFlushDelay(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the socket auto-flush delay.
setSocketAutoFlushSize(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the socket auto-flush size.
setSocketConnectTimeout(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the socket connect timeout.
setSocketKeepAliveEnabled(boolean) - Static method in class com.webmethods.jms.WmJMSConfig
 
setSocketLinger(boolean) - Static method in class com.webmethods.jms.WmJMSConfig
Set the socket linger state.
setSocketLingerTimeout(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the socket linger timeout.
setSocketRecvBufferSize(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the inbound socket buffer size.
setSocketSendBufferSize(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the outbound socket buffer size.
setSocketTcpNoDelay(boolean) - Static method in class com.webmethods.jms.WmJMSConfig
Enable or disable the Nagle's algorithm on the socket.
setSoTimeout(int) - Static method in class com.webmethods.jms.WmJMSConfig
Set the socket connect timeout.
setSSLCipherSuites(String) - Static method in class com.webmethods.jms.WmJMSConfig
Set the CipherSuites.
setSSLEncrypted(boolean) - Method in interface com.webmethods.jms.WmConnectionFactory
Enable or disable SSL encryption..
setSSLFIPSModeEnabled(boolean) - Static method in class com.webmethods.jms.WmJMSConfig
Set to true if SSL FIPS Mode needs to be enabled.
setSSLKeystore(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the SSL certificate keystore.
setSSLKeystore(String) - Static method in class com.webmethods.jms.WmJMSConfig
Set the SSL keystore.
setSSLKeystoreType(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the SSL certificate keystore type.
setSSLKeystoreType(String) - Static method in class com.webmethods.jms.WmJMSConfig
Set the SSL keystore type.
setSSLProvider(String) - Static method in class com.webmethods.jms.WmJMSConfig
Set the SSL Provider.
setSSLTruststore(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the SSL truststore.
setSSLTruststore(String) - Static method in class com.webmethods.jms.WmJMSConfig
Set the SSL Truststore.
setSSLTruststoreType(String) - Method in interface com.webmethods.jms.WmConnectionFactory
Set the SSL truststore type.
setSSLTruststoreType(String) - Static method in class com.webmethods.jms.WmJMSConfig
Set the SSL Truststore type.
setTransactionTimeout(int) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Set the default transaction timeout.
setTransferTimeout(long) - Method in interface com.webmethods.jms.WmFileMessage
Deprecated. Set the transfer timeout value.
setUsername(String) - Static method in class com.webmethods.jms.WmJMSConfig
Set the username.
setWeightedRoundRobinDataMap(HashMap<String, List<String>>) - Method in interface com.webmethods.jms.WmConnectionFactory
 
setWeightedRoundRobinList(CopyOnWriteArrayList<WeightedRoundRobin>) - Method in interface com.webmethods.jms.WmConnectionFactory
Set a list of WeightedRoundRobin objects for the WEIGHTED_ROUND_ROBIN policy.
SHARED_STATE_ORDERING_NONE - Static variable in interface com.webmethods.jms.WmDestination
Shared state ordering disabled.
SHARED_STATE_ORDERING_PUBLISHER - Static variable in interface com.webmethods.jms.WmDestination
Shared state ordering by publisher.
SHARED_STATE_ORDERING_SESSION - Static variable in interface com.webmethods.jms.WmDestination
Shared state ordering by session.
SOCKET_AUTO_FLUSH_DELAY - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the number of milliseconds to trigger auto-flushing to the socket.
SOCKET_AUTO_FLUSH_SIZE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the number of bytes to trigger auto-flushing to the socket.
SOCKET_CONNECT_TIMEOUT - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining how long, in seconds, to wait for a socket connection to be created.
SOCKET_KEEP_ALIVE_ENABLED - Static variable in class com.webmethods.jms.WmJMSConfig
The System property to Enable/disable the Socket Keep Alive.
SOCKET_LINGER - Static variable in class com.webmethods.jms.WmJMSConfig
The System property to enable or disable lingering upon socket close.
SOCKET_LINGER_TIMEOUT - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the number of seconds to linger if socket linger is enabled.
SOCKET_RECV_BUFFER_SIZE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the size of the inbound socket buffer in bytes.
SOCKET_SEND_BUFFER_SIZE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining the size of the outbound socket buffer in bytes.
SOCKET_TCP_NO_DELAY - Static variable in class com.webmethods.jms.WmJMSConfig
The System property to enable or disable Nagle's algorithm on the socket.
SOCKET_TIMEOUT - Static variable in class com.webmethods.jms.WmJMSConfig
 
SSL_CIPHERSUITES - Static variable in class com.webmethods.jms.WmJMSConfig
The System property to set the default SSL ciphersuites to be used with the connection.
SSL_FIPS_MODE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property defining whether to use SSL FIPS Mode with the connection.
SSL_KEYSTORE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property to set the default SSL keystore to be used with the connection.
SSL_KEYSTORETYPE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property to set the default SSL keystore type to be used with the connection.
SSL_PROVIDER - Static variable in class com.webmethods.jms.WmJMSConfig
The System property to set the default SSL provider to be used with the connection.
SSL_TRUSTSTORE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property to set the default SSL truststore to be used with the connection.
SSL_TRUSTSTORETYPE - Static variable in class com.webmethods.jms.WmJMSConfig
The System property to set the default SSL truststore type to be used with the connection.
STORAGE_GUARANTEED - Static variable in interface com.webmethods.jms.admin.WmJMSAdmin
Guaranteed storage
STORAGE_VOLATILE - Static variable in interface com.webmethods.jms.admin.WmJMSAdmin
Volatile storage

T

TEMP_QUEUE_EVENT_TYPE - Static variable in interface com.webmethods.jms.WmTemporaryDestination
The event type name used for temporary queues.
TEMP_TOPIC_EVENT_TYPE - Static variable in interface com.webmethods.jms.WmTemporaryDestination
The event type name used for temporary topics.
topicExists(String) - Method in interface com.webmethods.jms.admin.WmJMSAdmin
Determine if the JMS topic exists on the Broker.
TRANSACTION_COMMIT - Static variable in interface com.webmethods.jms.admin.WmJMSAdmin
Commit a transaction.
TRANSACTION_ROLLBACK - Static variable in interface com.webmethods.jms.admin.WmJMSAdmin
Abort a transaction.

U

USERNAME - Static variable in class com.webmethods.jms.WmJMSConfig
The System property to set the default username to be used with the connection.

V

VALIDATION_FULL - Static variable in interface com.webmethods.jms.admin.WmJMSAdmin
Full event type validation
VALIDATION_NONE - Static variable in interface com.webmethods.jms.admin.WmJMSAdmin
No event type validation
VALIDATION_OPEN - Static variable in interface com.webmethods.jms.admin.WmJMSAdmin
Open event type validation

W

WILDCARD - Static variable in interface com.webmethods.jms.WmDestination
The wildcard string used for Topics.
WM_JMS_CLUSTER_NODES - Static variable in interface com.webmethods.jms.WmMessage
 
WM_JMS_CLUSTER_NODES_DELIMITER - Static variable in interface com.webmethods.jms.WmMessage
 
WmBrokerEventWrapper - Class in com.webmethods.jms.marshal
A wrapper around a BrokerEvent used by the outbound marshalling method.
WmBrokerEventWrapper() - Constructor for class com.webmethods.jms.marshal.WmBrokerEventWrapper
 
WmConnection - Interface in com.webmethods.jms
Interface defining webMethods extensions to javax.jms.Connection and its subclasses.
WmConnectionFactory - Interface in com.webmethods.jms
Interface defining webMethods extensions to javax.jms.ConnectionFactory and its subclasses.
WmDestination - Interface in com.webmethods.jms
Interface defining webMethods extensions to javax.jms.Destination and its subclasses.
WmFileMessage - Interface in com.webmethods.jms
Deprecated.  
WmJMSAdmin - Interface in com.webmethods.jms.admin
The administration interface to the Broker.
WmJMSAdminAlreadyExistsException - Exception in com.webmethods.jms.admin
Exception class thrown by the JMS administration package when the entity to be created already exists.
WmJMSAdminAlreadyExistsException(String) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminAlreadyExistsException
 
WmJMSAdminAlreadyExistsException(String, String) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminAlreadyExistsException
 
WmJMSAdminAlreadyExistsException(JMSException) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminAlreadyExistsException
 
WmJMSAdminDependsException - Exception in com.webmethods.jms.admin
Exception class thrown by the JMS administration package when attempting to destroy an entity with dependencies on other entities.
WmJMSAdminDependsException(String) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminDependsException
 
WmJMSAdminDependsException(String, String) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminDependsException
 
WmJMSAdminDependsException(JMSException) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminDependsException
 
WmJMSAdminDoesNotExistException - Exception in com.webmethods.jms.admin
Exception class thrown by the JMS administration package when attempting to operate on an entity that does not exist.
WmJMSAdminDoesNotExistException(String) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminDoesNotExistException
 
WmJMSAdminDoesNotExistException(String, String) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminDoesNotExistException
 
WmJMSAdminDoesNotExistException(JMSException) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminDoesNotExistException
 
WmJMSAdminException - Exception in com.webmethods.jms.admin
General exception class thrown by the JMS administration package.
WmJMSAdminException(String, String) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminException
 
WmJMSAdminException(String) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminException
 
WmJMSAdminException(JMSException) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminException
 
WmJMSAdminFactory - Class in com.webmethods.jms.admin
This factory class allows for the creation of WmJMSAdmin instances.
WmJMSAdminInvalidNameException - Exception in com.webmethods.jms.admin
Exception class thrown by the JMS administration package when using an invalid name.
WmJMSAdminInvalidNameException(String) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminInvalidNameException
 
WmJMSAdminInvalidNameException(String, String) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminInvalidNameException
 
WmJMSAdminInvalidNameException(JMSException) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminInvalidNameException
 
WmJMSAdminSecurityException - Exception in com.webmethods.jms.admin
Security exception class thrown by the JMS administration package.
WmJMSAdminSecurityException(String, String) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminSecurityException
 
WmJMSAdminSecurityException(String) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminSecurityException
 
WmJMSAdminSecurityException(JMSSecurityException) - Constructor for exception com.webmethods.jms.admin.WmJMSAdminSecurityException
 
WmJMSConfig - Class in com.webmethods.jms
Defines System properties and methods used to configure webMethods JMS.
WmJMSFactory - Class in com.webmethods.jms
This factory class provides access to connection factories and destinations without the need for JNDI.
WmMarshalIn - Interface in com.webmethods.jms.marshal
Interface that is implemented by inbound marshallers to translate a BrokerEvent to a JMS Message
The marshaller is established by using the WmConnectionFactory.setMarshalIn method.
WmMarshalOut - Interface in com.webmethods.jms.marshal
Interface that is implemented by outbound marshallers to translate a JMS Message to a BrokerEvent
The marshaller is established by using the WmConnectionFactory.setMarshalOut method.
WmMessage - Interface in com.webmethods.jms
Interface defining webMethods extensions to javax.jms.Message and its subclasses.
WmMessageConsumer - Interface in com.webmethods.jms
Interface defining webMethods extensions to javax.jms.MessageConsumer and its subclasses.
WmMessageFactory - Interface in com.webmethods.jms.marshal
The set of methods to create JMS messages inside of a WmMarshalIn method.
WmMessageProducer - Interface in com.webmethods.jms
Interface defining webMethods extensions to javax.jms.MessageProducer and its subclasses.
WmQueue - Interface in com.webmethods.jms
Interface defining webMethods extensions to javax.jms.Queue.
WmQueueBrowser - Interface in com.webmethods.jms
Interface defining webMethods extensions to javax.jms.QueueBrowser.
WmQueueConnectionFactory - Interface in com.webmethods.jms
Interface defining webMethods extensions to javax.jms.QueueConnectionFactory.
WmQueueSender - Interface in com.webmethods.jms
Interface defining webMethods extensions to javax.jms.QueueSender.
WmSession - Interface in com.webmethods.jms
Interface defining webMethods extensions to javax.jms.Session and its subclasses.
WmTemporaryDestination - Interface in com.webmethods.jms
Interface defining webMethods administration methods for temporary destinations.
WmTopic - Interface in com.webmethods.jms
Interface defining webMethods extensions to javax.jms.Topic.
WmTopicConnectionFactory - Interface in com.webmethods.jms
Interface defining webMethods extensions to javax.jms.TopicConnectionFactory.
WmTopicPublisher - Interface in com.webmethods.jms
Interface defining webMethods extensions to javax.jms.TopicPublisher.

A B C D E G I J K L M N P Q R S T U V W
webMethods Broker API for JMS
Version 9.5.1.0.171 091713


Copyright © 2001 - 2013 Software AG Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, United States of America, and/or their suppliers.