com.atlassian.confluence.cluster.tangosol
Class TangosolClusteredFifoBuffer

java.lang.Object
  extended by com.atlassian.confluence.cluster.tangosol.TangosolClusteredFifoBuffer
All Implemented Interfaces:
com.atlassian.core.task.FifoBuffer

public class TangosolClusteredFifoBuffer
extends java.lang.Object
implements com.atlassian.core.task.FifoBuffer


Constructor Summary
TangosolClusteredFifoBuffer(com.tangosol.net.NamedCache cache)
           
 
Method Summary
 void add(java.lang.Object oValue)
           
 void clear()
           
 java.util.Collection getItems()
           
 java.lang.Object remove()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TangosolClusteredFifoBuffer

public TangosolClusteredFifoBuffer(com.tangosol.net.NamedCache cache)
Method Detail

size

public int size()
Specified by:
size in interface com.atlassian.core.task.FifoBuffer

getItems

public java.util.Collection getItems()
Specified by:
getItems in interface com.atlassian.core.task.FifoBuffer

clear

public void clear()
Specified by:
clear in interface com.atlassian.core.task.FifoBuffer

add

public void add(java.lang.Object oValue)
Specified by:
add in interface com.atlassian.core.task.FifoBuffer

remove

public java.lang.Object remove()
Specified by:
remove in interface com.atlassian.core.task.FifoBuffer


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.