org.jboss.messaging.core.server.cluster
Interface MessageFlowRecord

All Superinterfaces:
MessageHandler

public interface MessageFlowRecord
extends MessageHandler

A MessageFlowRecord

Author:
Tim Fox Created 5 Feb 2009 11:39:36

Method Summary
 void activate(Queue queue)
           
 void close()
           
 java.lang.String getAddress()
           
 int getMaxHops()
           
 
Methods inherited from interface org.jboss.messaging.core.client.MessageHandler
onMessage
 

Method Detail

getAddress

java.lang.String getAddress()

getMaxHops

int getMaxHops()

activate

void activate(Queue queue)
              throws java.lang.Exception
Throws:
java.lang.Exception

close

void close()
           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.