Uses of Interface
org.n52.iceland.util.activation.ActivationSink
-
Packages that use ActivationSink Package Description org.n52.iceland.binding org.n52.iceland.ogc.ows.extension org.n52.iceland.request.operator org.n52.iceland.util.activation -
-
Uses of ActivationSink in org.n52.iceland.binding
Classes in org.n52.iceland.binding that implement ActivationSink Modifier and Type Class Description classBindingRepository -
Uses of ActivationSink in org.n52.iceland.ogc.ows.extension
Classes in org.n52.iceland.ogc.ows.extension that implement ActivationSink Modifier and Type Class Description classOwsOperationMetadataExtensionProviderRepositoryRepository forOwsOperationMetadataExtension. -
Uses of ActivationSink in org.n52.iceland.request.operator
Classes in org.n52.iceland.request.operator that implement ActivationSink Modifier and Type Class Description classRequestOperatorRepository -
Uses of ActivationSink in org.n52.iceland.util.activation
Subinterfaces of ActivationSink in org.n52.iceland.util.activation Modifier and Type Interface Description interfaceActivationManager<K>Classes in org.n52.iceland.util.activation that implement ActivationSink Modifier and Type Class Description classActivationListeners<K>TODO JavaDocMethods in org.n52.iceland.util.activation with parameters of type ActivationSink Modifier and Type Method Description voidActivationInitializer. initialize(ActivationSink<K> sink)default voidSourceActivationInitializer. initialize(ActivationSink<K> sink)Method parameters in org.n52.iceland.util.activation with type arguments of type ActivationSink Modifier and Type Method Description voidActivationRegistrator. setInitializers(Map<ActivationSink,ActivationInitializer> initializers)
-