|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IQueue | |
---|---|
org.azuki.framework.bean | |
org.azuki.framework.command |
Uses of IQueue in org.azuki.framework.bean |
---|
Methods in org.azuki.framework.bean that return IQueue | |
---|---|
IQueue |
IMetadata.getQueue()
|
IQueue |
IMetadata.getQueue()
|
Methods in org.azuki.framework.bean with parameters of type IQueue | |
---|---|
void |
IMetadata.setQueue(IQueue queue)
|
void |
IMetadata.setQueue(IQueue queue)
|
Uses of IQueue in org.azuki.framework.command |
---|
Methods in org.azuki.framework.command that return IQueue | |
---|---|
static IQueue |
Command.getQueue(String qname)
|
IQueue |
Command.Impl.getQueue(String name)
|
static IQueue |
Command.getQueue(String qname)
|
IQueue |
Command.Impl.getQueue(String name)
|
static IQueue |
Command.mainQueue()
|
IQueue |
Command.Impl.mainQueue()
|
static IQueue |
Command.mainQueue()
|
IQueue |
Command.Impl.mainQueue()
|
Methods in org.azuki.framework.command with parameters of type IQueue | |
---|---|
static Object |
Command.invokeQueued(ICommand icmd,
IQueue queue,
ICommand.Priority pty)
Deferred synchronous call to the process method of the command object. |
Object |
Command.Impl.invokeQueued(ICommand icmd,
IQueue queue,
ICommand.Priority pty)
|
static Object |
Command.invokeQueued(ICommand icmd,
IQueue queue,
ICommand.Priority pty)
Deferred synchronous call to the process method of the command object. |
Object |
Command.Impl.invokeQueued(ICommand icmd,
IQueue queue,
ICommand.Priority pty)
|
static void |
Command.sendQueued(ICommand icmd,
IQueue queue,
ICommand.Priority pty)
Asynchronous call to the process method of the command object. |
void |
Command.Impl.sendQueued(ICommand icmd,
IQueue queue,
ICommand.Priority pty)
|
static void |
Command.sendQueued(ICommand icmd,
IQueue queue,
ICommand.Priority pty)
Asynchronous call to the process method of the command object. |
void |
Command.Impl.sendQueued(ICommand icmd,
IQueue queue,
ICommand.Priority pty)
|
static void |
Command.sendQueuedCallback(ICommand icmd,
IQueue queue,
ICommand.Priority pty,
ICallback cback)
Asynchronous call to the process method of the command object. |
void |
Command.Impl.sendQueuedCallback(ICommand icmd,
IQueue queue,
ICommand.Priority pty,
ICallback cback)
|
static void |
Command.sendQueuedCallback(ICommand icmd,
IQueue queue,
ICommand.Priority pty,
ICallback cback)
Asynchronous call to the process method of the command object. |
void |
Command.Impl.sendQueuedCallback(ICommand icmd,
IQueue queue,
ICommand.Priority pty,
ICallback cback)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |