FreeHEP API
Version current

hep.aida.dev
Interface IStoreFactory

All Known Implementing Classes:
AidaXMLStoreFactory, BasicTreeClientFactory, CorbaStoreFactory, HBookStoreFactory, RmiStoreFactory, RootStoreFactory

public interface IStoreFactory

An interface to a factory that create IStore.

Source Code:
IStoreFactory.java

Method Summary
 IStore createStore()
           
 String description()
           
 boolean supportsType(String type)
           
 

Method Detail

description

public String description()

supportsType

public boolean supportsType(String type)

createStore

public IStore createStore()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.