|
Oracle | ||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
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://edocs.bea.com/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |