|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.knowgate.scheduler.AtomConsumer
public class AtomConsumer
Atom queue consumer
| Constructor Summary | |
|---|---|
AtomConsumer(JDCConnection oConnection,
AtomQueue oAtomQueue)
Create Atom Queue Consumer |
|
| Method Summary | |
|---|---|
void |
close()
|
JDCConnection |
getConnection()
|
Atom |
next()
Get next Atom and remove it from queue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AtomConsumer(JDCConnection oConnection,
AtomQueue oAtomQueue)
throws java.sql.SQLException
Create Atom Queue Consumer
oConnection - oAtomQueue -
java.sql.SQLException| Method Detail |
|---|
public void close()
public Atom next()
throws java.sql.SQLException
Get next Atom and remove it from queue
java.sql.SQLExceptionpublic JDCConnection getConnection()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||