Uses of Interface
org.azuki.framework.command.ICommand

Packages that use ICommand
org.azuki.framework.command   
 

Uses of ICommand in org.azuki.framework.command
 

Methods in org.azuki.framework.command with parameters of type ICommand
static Object Command.call(ICommand icmd)
          Direct call to the process method of the ICommand object.
static Object Command.call(ICommand icmd)
          Direct call to the process method of the ICommand object.
static Object Command.invoke(ICommand icmd)
          Deferred synchronous call to the process method of the command object.
 Object Command.Impl.invoke(ICommand icmd)
           
static Object Command.invoke(ICommand icmd)
          Deferred synchronous call to the process method of the command object.
 Object Command.Impl.invoke(ICommand icmd)
           
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)
           
 void IQueue.put(ICommand cmd)
           
 void IQueue.put(ICommand cmd, ICommand.Priority pty)
           
 void IQueue.put(ICommand cmd, ICommand.Priority pty)
           
static void Command.send(ICommand icmd)
          Asynchronous call to the process method of the ICommand object.
 void Command.Impl.send(ICommand icmd)
           
static void Command.send(ICommand icmd)
          Asynchronous call to the process method of the ICommand object.
 void Command.Impl.send(ICommand icmd)
           
static void Command.sendCallback(ICommand icmd, ICallback cback)
          Asynchronous call to the process method of the command object.
 void Command.Impl.sendCallback(ICommand icmd, ICallback cback)
           
static void Command.sendCallback(ICommand icmd, ICallback cback)
          Asynchronous call to the process method of the command object.
 void Command.Impl.sendCallback(ICommand icmd, ICallback cback)
           
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)
           
 



Azuki Framework Copyright © 2006 the original author or authors.