P-Grid v2.0a2 API Specification

Uses of Class
p2p.storage.events.NoSuchTypeException

Packages that use NoSuchTypeException
p2p.storage   
 

Uses of NoSuchTypeException in p2p.storage
 

Methods in p2p.storage that throw NoSuchTypeException
abstract  DataItem StorageFactory.createDataItem(Type type, Object data)
          Create a DataItem instance compatible with the Storage implementation.
abstract  Query StorageFactory.createQuery(Type type, String queryString)
          Create a Query instance compatible with the Storage implementation.
abstract  Query StorageFactory.createQuery(Type type, String lowerBound, String higherBound)
          Create a Query instance compatible with the Storage implementation.
abstract  void StorageFactory.registerTypeHandler(Type type, TypeHandler handler)
          Registers a Type Handler instance for a given Type.
 void Storage.search(Query query, SearchListener listener)
          Search the network for matching items.
 


P-Grid v2.0a2 API Specification

This is open source software distributed under the terms of the GNU General Public License, a copy of which is included in the file LICENSE. If not you can find the GPL at http://www.gnu.org/copyleft/gpl.txt