org.gcube.data.gis.publisher.plugin.fwk.writers.rswrapper
Class AbstractWrapper<T>
java.lang.Object
org.gcube.data.gis.publisher.plugin.fwk.writers.rswrapper.AbstractWrapper<T>
- Direct Known Subclasses:
- LocalWrapper, ResultWrapper
public abstract class AbstractWrapper<T>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractWrapper
public AbstractWrapper()
getLocator
public abstract String getLocator()
throws Exception
- Throws:
Exception
add
public abstract boolean add(T result)
throws Exception
- Throws:
Exception
close
public abstract void close()
throws Exception
- Throws:
Exception
unregister
public abstract void unregister()
throws Exception
- Throws:
Exception
register
public abstract void register()
isClosed
public abstract boolean isClosed()
Copyright © 2012. All Rights Reserved.