|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICRMClientQueue
ICRMClientQueue
Field Summary | |
---|---|
static java.lang.String |
BEAN_SERVICE
|
Method Summary | |
---|---|
ICRMItem |
consume()
Get a crm item from the list and remove it from the queue |
CRMItemQueue |
getNextCRMItemQueue()
Return the first crm item in the queue |
void |
send(ICRMItem crmItem)
Put a crm item into the list of the queue |
int |
size()
Get the size of the queue |
Field Detail |
---|
static final java.lang.String BEAN_SERVICE
Method Detail |
---|
ICRMItem consume()
void send(ICRMItem crmItem)
crmItem
- The crm item to add to the queueint size()
CRMItemQueue getNextCRMItemQueue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |