|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EngineMessage | |
---|---|
org.apache.agila.engine | |
org.apache.agila.impl | Holds platform specific implementations |
org.apache.agila.services |
Uses of EngineMessage in org.apache.agila.engine |
---|
Methods in org.apache.agila.engine with parameters of type EngineMessage | |
---|---|
boolean |
MessageProcessor.processMessage(EngineMessage msg)
Message processing routine. |
Uses of EngineMessage in org.apache.agila.impl |
---|
Classes in org.apache.agila.impl that implement EngineMessage | |
---|---|
class |
EngineMessageImpl
Simpl impl of an engine message |
Methods in org.apache.agila.impl that return EngineMessage | |
---|---|
EngineMessage |
QueueServiceImpl.dequeue()
|
EngineMessage |
QueueServiceImpl.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 |
Methods in org.apache.agila.impl with parameters of type EngineMessage | |
---|---|
void |
QueueServiceImpl.enqueue(EngineMessage em)
|
Uses of EngineMessage in org.apache.agila.services |
---|
Methods in org.apache.agila.services that return EngineMessage | |
---|---|
EngineMessage |
QueueService.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 |
Methods in org.apache.agila.services with parameters of type EngineMessage | |
---|---|
void |
QueueService.enqueue(EngineMessage em)
Sends an engine message to the core engine for processing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |