org.azuki.framework.command
Interface Command.Impl

Enclosing class:
Command

public static interface Command.Impl


Method Summary
 IQueue getQueue(String name)
           
 Object invoke(ICommand icmd)
           
 Object invokeQueued(ICommand icmd, IQueue queue, ICommand.Priority pty)
           
 IQueue mainQueue()
           
 void send(ICommand icmd)
           
 void sendCallback(ICommand icmd, ICallback cback)
           
 void sendQueued(ICommand icmd, IQueue queue, ICommand.Priority pty)
           
 void sendQueuedCallback(ICommand icmd, IQueue queue, ICommand.Priority pty, ICallback cback)
           
 

Method Detail

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.