org.jboss.messaging.core.client.impl
Interface ClientConsumerInternal

All Superinterfaces:
ClientConsumer
All Known Implementing Classes:
ClientConsumerImpl

public interface ClientConsumerInternal
extends ClientConsumer

A ClientConsumerInternal

Author:
Tim Fox

Method Summary
 long getClientTargetID()
           
 void handleMessage(ClientMessage message)
           
 void recover(long lastDeliveryID)
           
 
Methods inherited from interface org.jboss.messaging.core.client.ClientConsumer
close, getMessageHandler, isClosed, receive, receive, receiveImmediate, setMessageHandler
 

Method Detail

getClientTargetID

long getClientTargetID()

handleMessage

void handleMessage(ClientMessage message)
                   throws java.lang.Exception
Throws:
java.lang.Exception

recover

void recover(long lastDeliveryID)
             throws MessagingException
Throws:
MessagingException


Copyright © 2006 JBoss Inc. All Rights Reserved.