|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueueService
Interface for handling message movement in the engine
Method Summary | |
---|---|
void |
enqueue(EngineMessage em)
Sends an engine message to the core engine for processing. |
EngineMessage |
unwrap(java.lang.Object o)
Unwraps a transport object to get the enclosed engine message This is necessary because the transport receiver may be decoupled from the QueueService implementation, and this will isolate the transport from clients and other services |
Method Detail |
---|
void enqueue(EngineMessage em)
em
- EngineMessage unwrap(java.lang.Object o)
o
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |