org.gcube.data.access.queueManager
Interface QueueItemHandler<T extends QueueItem>

All Superinterfaces:
javax.jms.ExceptionListener

public interface QueueItemHandler<T extends QueueItem>
extends javax.jms.ExceptionListener


Method Summary
 void close()
           
 void handleQueueItem(T item)
           
 
Methods inherited from interface javax.jms.ExceptionListener
onException
 

Method Detail

handleQueueItem

void handleQueueItem(T item)
                     throws Exception
Throws:
Exception

close

void close()


Copyright © 2013. All Rights Reserved.