org.azuki.framework.command
Interface Command.Impl
- Enclosing class:
- Command
public static interface Command.Impl
mainQueue
IQueue mainQueue()
getQueue
IQueue getQueue(String name)
invoke
Object invoke(ICommand icmd)
throws Exception
- Throws:
Exception
invokeQueued
Object invokeQueued(ICommand icmd,
IQueue queue,
ICommand.Priority pty)
throws Exception
- Throws:
Exception
send
void send(ICommand icmd)
sendQueued
void sendQueued(ICommand icmd,
IQueue queue,
ICommand.Priority pty)
sendCallback
void sendCallback(ICommand icmd,
ICallback cback)
sendQueuedCallback
void sendQueuedCallback(ICommand icmd,
IQueue queue,
ICommand.Priority pty,
ICallback cback)
Azuki Framework Copyright © 2006 the original author or authors.