FreeHEP API
Version current

hep.aida.jni
Class CITreeFactory

java.lang.Object
  extended byhep.aida.jni.CAIDRef
      extended byhep.aida.jni.CProxy
          extended byhep.aida.jni.CITreeFactory
All Implemented Interfaces:
hep.aida.ITreeFactory

public class CITreeFactory
extends CProxy
implements hep.aida.ITreeFactory

Source Code:
CITreeFactory.java

Field Summary
 
Fields inherited from class hep.aida.jni.CAIDRef
crefID
 
Fields inherited from interface hep.aida.ITreeFactory
AUTO, CREATE, READONLY, RECREATE, UPDATE
 
Constructor Summary
CITreeFactory(long crefID)
           
 
Method Summary
 hep.aida.ITree create()
           
 hep.aida.ITree create(String storeName)
           
 hep.aida.ITree create(String storeName, String storeType)
           
 hep.aida.ITree create(String storeName, String storeType, boolean readOnly)
           
 hep.aida.ITree create(String storeName, String storeType, boolean readOnly, boolean createNew)
           
 hep.aida.ITree create(String storeName, String storeType, boolean readOnly, boolean createNew, String options)
           
 
Methods inherited from class hep.aida.jni.CProxy
finalize, finalize
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface hep.aida.ITreeFactory
createNamedTree, createNamedTree, createNamedTree, createTree, createTree, createTree, createTree, createTree
 

Constructor Detail

CITreeFactory

public CITreeFactory(long crefID)
Method Detail

create

public hep.aida.ITree create()
Specified by:
create in interface hep.aida.ITreeFactory

create

public hep.aida.ITree create(String storeName)
                      throws IllegalArgumentException,
                             IOException
Specified by:
create in interface hep.aida.ITreeFactory
Throws:
IllegalArgumentException
IOException

create

public hep.aida.ITree create(String storeName,
                             String storeType)
                      throws IllegalArgumentException,
                             IOException
Specified by:
create in interface hep.aida.ITreeFactory
Throws:
IllegalArgumentException
IOException

create

public hep.aida.ITree create(String storeName,
                             String storeType,
                             boolean readOnly)
                      throws IllegalArgumentException,
                             IOException
Specified by:
create in interface hep.aida.ITreeFactory
Throws:
IllegalArgumentException
IOException

create

public hep.aida.ITree create(String storeName,
                             String storeType,
                             boolean readOnly,
                             boolean createNew)
                      throws IllegalArgumentException,
                             IOException
Specified by:
create in interface hep.aida.ITreeFactory
Throws:
IllegalArgumentException
IOException

create

public hep.aida.ITree create(String storeName,
                             String storeType,
                             boolean readOnly,
                             boolean createNew,
                             String options)
                      throws IllegalArgumentException,
                             IOException
Specified by:
create in interface hep.aida.ITreeFactory
Throws:
IllegalArgumentException
IOException

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.