org.synchronoss.cpo
Interface CpoResultSet<E>

Package class diagram package CpoResultSet
All Superinterfaces:
java.lang.Iterable<E>
All Known Implementing Classes:
CpoArrayResultSet, CpoBlockingResultSet

public interface CpoResultSet<E>
extends java.lang.Iterable<E>


Method Summary
 void cancel()
           
 int getFetchSize()
           
 void put(E e)
           
 int size()
           
 E take()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

put

void put(E e)
         throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

take

E take()
       throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

size

int size()

cancel

void cancel()

getFetchSize

int getFetchSize()


Copyright © 2010. All Rights Reserved.