@ParametersAreNonnullByDefault

Package net.sf.uadetector.datastore

Copyright 2012 André Rouél Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

See:
          Description

Interface Summary
DataStore Defines an interface to store UAS data where ever you want.
RefreshableDataStore Extends the interface with an update functionality for UAS data in the store.
UpdateOperation Defines an update operation which will be executed within a executor service in background.
 

Class Summary
AbstractDataStore The abstract implementation to store UAS data only in the heap space.
AbstractRefreshableDataStore This abstract implementation provides basic update functionality to be able to update the UAS data in your data store.
AbstractUpdateOperation Provides a basic implementation to update UAS data in the background when calling AbstractUpdateOperation.run().
CachingXmlDataStore Implementation of a DataStore which is able to recover UAS data in XML format from a cache file.
OnlineXmlDataStore This is the simplest implementation of a RefreshableDataStore.
SimpleXmlDataStore This is the simplest implementation of a DataStore.
 

Package net.sf.uadetector.datastore Description

Copyright 2012 André Rouél Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.



Copyright © 2011-2014. All Rights Reserved.