org.jboss.messaging.core.impl.message
Class MessageFactory

java.lang.Object
  extended by org.jboss.messaging.core.impl.message.MessageFactory

public class MessageFactory
extends java.lang.Object

Version:
$Revision: 2284 $ $Id: MessageFactory.java 2284 2007-02-13 06:47:23Z ovidiu.feodorov@jboss.com $
Author:
Ovidiu Feodorov, Tim Fox

Constructor Summary
MessageFactory()
           
 
Method Summary
static Message createMessage(byte type)
           
static Message createMessage(long messageID, boolean reliable, long expiration, long timestamp, byte priority, java.util.Map headers, byte[] payload, byte type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageFactory

public MessageFactory()
Method Detail

createMessage

public static Message createMessage(byte type)

createMessage

public static Message createMessage(long messageID,
                                    boolean reliable,
                                    long expiration,
                                    long timestamp,
                                    byte priority,
                                    java.util.Map headers,
                                    byte[] payload,
                                    byte type)


Copyright © 2006 JBoss Inc. All Rights Reserved.