Uses of Interface
org.n52.iceland.binding.BindingKey
-
-
Uses of BindingKey in org.n52.iceland.binding
Classes in org.n52.iceland.binding that implement BindingKey Modifier and Type Class Description classMediaTypeBindingKeyTODO JavaDocclassPathBindingKeyTODO JavaDocMethods in org.n52.iceland.binding that return types with arguments of type BindingKey Modifier and Type Method Description Map<BindingKey,Binding>BindingRepository. getBindings()Set<BindingKey>BindingRepository. getKeys()Methods in org.n52.iceland.binding with parameters of type BindingKey Modifier and Type Method Description voidBindingRepository. activate(BindingKey key)voidBindingRepository. deactivate(BindingKey key)BindingBindingRepository. getBinding(BindingKey key)booleanBindingRepository. isActive(BindingKey key)booleanBindingRepository. isBindingSupported(BindingKey key)voidBindingRepository. setActive(BindingKey bk, boolean active)Method parameters in org.n52.iceland.binding with type arguments of type BindingKey Modifier and Type Method Description voidBindingRepository. deregisterListener(ActivationListener<BindingKey> listener)voidBindingRepository. registerListener(ActivationListener<BindingKey> listener) -
Uses of BindingKey in org.n52.iceland.binding.exi
Methods in org.n52.iceland.binding.exi that return types with arguments of type BindingKey Modifier and Type Method Description Set<BindingKey>EXIBinding. getKeys() -
Uses of BindingKey in org.n52.iceland.binding.json
Methods in org.n52.iceland.binding.json that return types with arguments of type BindingKey Modifier and Type Method Description Set<BindingKey>JSONBinding. getKeys() -
Uses of BindingKey in org.n52.iceland.binding.kvp
Methods in org.n52.iceland.binding.kvp that return types with arguments of type BindingKey Modifier and Type Method Description Set<BindingKey>KvpBinding. getKeys() -
Uses of BindingKey in org.n52.iceland.binding.pox
Methods in org.n52.iceland.binding.pox that return types with arguments of type BindingKey Modifier and Type Method Description Set<BindingKey>PoxBinding. getKeys() -
Uses of BindingKey in org.n52.iceland.binding.soap
Methods in org.n52.iceland.binding.soap that return types with arguments of type BindingKey Modifier and Type Method Description Set<BindingKey>SoapBinding. getKeys() -
Uses of BindingKey in org.n52.iceland.config
Methods in org.n52.iceland.config that return types with arguments of type BindingKey Modifier and Type Method Description ActivationInitializer<BindingKey>ActivationService. getBindingInitializer()Set<BindingKey>ActivationDao. getBindingKeys()Set<BindingKey>ActivationService. getBindingKeys()FunctionalActivationListener<BindingKey>ActivationService. getBindingListener()ActivationSource<BindingKey>ActivationService. getBindingSource()Methods in org.n52.iceland.config with parameters of type BindingKey Modifier and Type Method Description booleanActivationDao. isBindingActive(BindingKey key)Checks if the binding is active.booleanActivationService. isBindingActive(BindingKey key)Checks if the binding is active.voidActivationDao. setBindingStatus(BindingKey key, boolean active)Sets the status of a binding. -
Uses of BindingKey in org.n52.iceland.config.json
Methods in org.n52.iceland.config.json that return types with arguments of type BindingKey Modifier and Type Method Description Set<BindingKey>JsonActivationDao. getBindingKeys()Methods in org.n52.iceland.config.json with parameters of type BindingKey Modifier and Type Method Description booleanJsonActivationDao. isBindingActive(BindingKey key)voidJsonActivationDao. setBindingStatus(BindingKey key, boolean active)
-