org.azuki.framework.command
Interface IQueue


public interface IQueue

Author:
Robert Bakic (robert.bakic@gmail.com)

Method Summary
 int getLimit()
           
 int getMaxThread()
           
 String getName()
           
 void put(ICommand cmd)
           
 void put(ICommand cmd, ICommand.Priority pty)
           
 void setLimit(int max)
           
 void setMaxThread(int maxread)
           
 void setShift(boolean shift)
           
 

Method Detail

getName

String getName()

getMaxThread

int getMaxThread()

getLimit

int getLimit()

setMaxThread

void setMaxThread(int maxread)

setLimit

void setLimit(int max)

setShift

void setShift(boolean shift)

put

void put(ICommand cmd)

put

void put(ICommand cmd,
         ICommand.Priority pty)


Azuki Framework Copyright © 2006 the original author or authors.