|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICommand.Priority | |
---|---|
org.azuki.framework.command |
Uses of ICommand.Priority in org.azuki.framework.command |
---|
Methods in org.azuki.framework.command that return ICommand.Priority | |
---|---|
static ICommand.Priority |
ICommand.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ICommand.Priority |
ICommand.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ICommand.Priority[] |
ICommand.Priority.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
static ICommand.Priority[] |
ICommand.Priority.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.azuki.framework.command with parameters of type ICommand.Priority | |
---|---|
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)
|
void |
IQueue.put(ICommand cmd,
ICommand.Priority pty)
|
void |
IQueue.put(ICommand cmd,
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 |