public class TransferItem extends Object
| Constructor and Description |
|---|
TransferItem(Object item,
Queue queue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getItem()
The original item to be transferred as the original Java object.
|
Class |
getItemType()
The underlying class type of the item.
|
Queue |
getLocalQueue()
The local queue this item was taken from
|
AttemptCountingMQMessage |
getMessage() |
boolean |
isMQMessageImplemented()
Checks if the underlying item implements the MQMessage interface.
|
String |
toString() |
public Queue getLocalQueue()
public Object getItem()
public Class getItemType()
public AttemptCountingMQMessage getMessage()
public boolean isMQMessageImplemented()
Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.