|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WLMessage | |
---|---|
weblogic.jms.extensions | WebLogic Server extensions to JMS. |
Uses of WLMessage in weblogic.jms.extensions |
---|
Methods in weblogic.jms.extensions that return WLMessage | |
---|---|
WLMessage |
JMSMessageInfo.getMessage()
Returns the JMS message attribute. |
Methods in weblogic.jms.extensions with parameters of type WLMessage | |
---|---|
void |
JMSMessageInfo.setMessage(WLMessage message)
Sets the message attribute. |
Constructors in weblogic.jms.extensions with parameters of type WLMessage | |
---|---|
JMSMessageInfo(long handle,
int state,
String xidString,
long sequenceNumber,
String consumerID,
WLMessage message,
String destinationName,
boolean bodyIncluded)
Construct an instance with the specified attributes. |
|
JMSMessageInfo(WLMessage message)
Constructs an object with only the WLMessage attribute. |
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV NEXT | FRAMES NO FRAMES |