com.googlecode.jpattern.service.log.reader
Interface IQueueMessages

All Superinterfaces:
Serializable
All Known Implementing Classes:
NullQueueMessages, QueueMessages

public interface IQueueMessages
extends Serializable

Author:
Francesco CinĂ  07/ago/2009

Method Summary
 String get(int index)
           
 Iterator<String> iterator()
           
 boolean offer(String aMessage)
           
 String peek()
           
 String poll()
           
 int size()
           
 

Method Detail

size

int size()

get

String get(int index)

peek

String peek()

poll

String poll()

offer

boolean offer(String aMessage)

iterator

Iterator<String> iterator()


Copyright © 2011. All Rights Reserved.