org.jboss.messaging.core.contract
Class PersistenceManager.MessageChannelPair

java.lang.Object
  extended by org.jboss.messaging.core.contract.PersistenceManager.MessageChannelPair
Enclosing interface:
PersistenceManager

public static class PersistenceManager.MessageChannelPair
extends java.lang.Object


Constructor Summary
PersistenceManager.MessageChannelPair(Message message, long channelId)
           
 
Method Summary
 long getChannelId()
           
 Message getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistenceManager.MessageChannelPair

public PersistenceManager.MessageChannelPair(Message message,
                                             long channelId)
Method Detail

getMessage

public Message getMessage()

getChannelId

public long getChannelId()


Copyright © 2006 JBoss Inc. All Rights Reserved.