org.n52.wps.server
Interface ITransactionalAlgorithmRepository

All Superinterfaces:
IAlgorithmRepository
All Known Implementing Classes:
GenericTransactionalProcessRepository, LocalAlgorithmRepository, UploadedAlgorithmRepository

public interface ITransactionalAlgorithmRepository
extends IAlgorithmRepository


Method Summary
 boolean addAlgorithm(java.lang.Object className)
           
 boolean removeAlgorithm(java.lang.Object className)
           
 
Methods inherited from interface org.n52.wps.server.IAlgorithmRepository
containsAlgorithm, getAlgorithm, getAlgorithmNames, getAlgorithms, getProcessDescription
 

Method Detail

addAlgorithm

boolean addAlgorithm(java.lang.Object className)

removeAlgorithm

boolean removeAlgorithm(java.lang.Object className)


Copyright © 2007-2011 52north.org. All Rights Reserved.