|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonicsw.mq.common.runtime.JMSObjectFactory
public class JMSObjectFactory
Constructor Summary | |
---|---|
JMSObjectFactory()
|
Method Summary | |
---|---|
static Destination |
createJMSDestination(IDestination destination)
Create a SonicMQ javax.jms.Destination from the given IDestination interface. |
static Message |
createJMSMessage(IMessage msg)
Create a SonicMQ javax.jms.Message from the given IMessage interface. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JMSObjectFactory()
Method Detail |
---|
public static Destination createJMSDestination(IDestination destination)
msg
- The IDestination.
public static Message createJMSMessage(IMessage msg)
msg
- The IMessage retrieved from the getBrowseMessage() Management operation.
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |