|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.bl.BaseMgr
com.konakart.bl.CustomerStatsMgr
public class CustomerStatsMgr
Manager for gathering customer statistics
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
log
the log |
protected static java.lang.String |
mutex
|
| Fields inherited from class com.konakart.bl.BaseMgr |
|---|
templateBaseDir |
| Constructor Summary | |
|---|---|
CustomerStatsMgr(KKEngIf eng)
Constructor |
|
| Method Summary | |
|---|---|
static java.util.concurrent.BlockingQueue<CustomerEventIf> |
getEventQueue()
|
protected int |
getMaxQueueSize()
The maximum queue size which may be overridden by a super class. |
void |
insertCustomerEvent(CustomerEventIf event)
The CustomerEvent object is assigned to a queue and control is immediately given back to the caller this API call. |
void |
insertCustomerEventFromQueue(CustomerEventIf event)
Method used by thread that reads the event information from the queue and writes it to the database. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.commons.logging.Log log
protected static java.lang.String mutex
| Constructor Detail |
|---|
public CustomerStatsMgr(KKEngIf eng)
throws java.lang.Exception
eng -
java.lang.Exception| Method Detail |
|---|
protected int getMaxQueueSize()
public void insertCustomerEvent(CustomerEventIf event)
throws java.lang.Exception
insertCustomerEvent in interface CustomerStatsMgrIfevent -
java.lang.Exception
public void insertCustomerEventFromQueue(CustomerEventIf event)
throws java.lang.Exception
event -
java.lang.Exceptionpublic static java.util.concurrent.BlockingQueue<CustomerEventIf> getEventQueue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||