|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.jdbc.GcEntityCallback<T>
T
- is the type of object that will be returned.public abstract class GcEntityCallback<T>
Object that gets a call for each entity created from a resultset; save heap space.
Constructor Summary | |
---|---|
GcEntityCallback()
|
Method Summary | |
---|---|
abstract boolean |
callback(T t)
Get a callback for each entity created from the rows of a resultset; save heap space. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GcEntityCallback()
Method Detail |
---|
public abstract boolean callback(T t) throws java.lang.Exception
t
- is the thing hydrated from the resultset.
java.lang.Exception
- if things go wrong in your code.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |