public class ResultWrapper<T> extends AbstractWrapper<T>
| Modifier and Type | Field and Description |
|---|---|
int |
count |
| Constructor and Description |
|---|
ResultWrapper(org.gcube.common.core.scope.GCUBEScope scope) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T input) |
void |
close() |
String |
getLocator() |
boolean |
isClosed() |
void |
register() |
void |
unregister() |
public String getLocator() throws Exception
getLocator in class AbstractWrapper<T>Exceptionpublic boolean add(T input) throws Exception
add in class AbstractWrapper<T>Exceptionpublic void unregister()
throws Exception
unregister in class AbstractWrapper<T>Exceptionpublic void register()
register in class AbstractWrapper<T>public void close()
throws Exception
close in class AbstractWrapper<T>Exceptionpublic boolean isClosed()
isClosed in class AbstractWrapper<T>Copyright © 2015. All Rights Reserved.