it.geosolutions.geobatch.catalog
Interface PersistentResource<C extends Configuration>

Type Parameters:
C -
All Superinterfaces:
Identifiable, Resource
All Known Subinterfaces:
FlowManager<EO,FC>

public interface PersistentResource<C extends Configuration>
extends Resource

Author:
Simone Giannecchini, (r2)Carlo Cancellieri - carlo.cancellieri@geo-solutions.it

Method Summary
 C getConfiguration()
          The Flow BaseEventConsumer Type.
 void load()
           
 void persist()
           
 boolean remove()
           
 void setConfiguration(C coonfiguration)
           
 
Methods inherited from interface it.geosolutions.geobatch.catalog.Resource
dispose
 
Methods inherited from interface it.geosolutions.geobatch.catalog.Identifiable
getDescription, getId, getName, setDescription, setId, setName
 

Method Detail

getConfiguration

C getConfiguration()
The Flow BaseEventConsumer Type.


setConfiguration

void setConfiguration(C coonfiguration)

persist

void persist()
             throws java.io.IOException
Throws:
java.io.IOException

load

void load()
          throws java.io.IOException
Throws:
java.io.IOException

remove

boolean remove()
               throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2008-2012 GeoSolutions. All Rights Reserved.