public class DefaultBrokerServerPutHandler extends Object implements BrokerServerPutHandler
| Constructor and Description |
|---|
DefaultBrokerServerPutHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
put(QueueManager queueManager,
Queue queue,
Object item)
Called to "put" an item onto a Queue for a BrokerServer.
|
public void put(QueueManager queueManager, Queue queue, Object item) throws BrokerProtocolException
BrokerServerPutHandlerput in interface BrokerServerPutHandlerqueueManager - The queue manager the BrokerServer is "attached" toqueue - The queue the item was directed to be put on.item - The item to put on the queueBrokerProtocolException - Thrown if there is an exception while
attempting to put the item on the queue.Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.