hep.aida.jni
Class CITreeFactory
java.lang.Object
hep.aida.jni.CAIDRef
hep.aida.jni.CProxy
hep.aida.jni.CITreeFactory
- All Implemented Interfaces:
- hep.aida.ITreeFactory
- public class CITreeFactory
- extends CProxy
- implements hep.aida.ITreeFactory
- Source Code:
- CITreeFactory.java
Fields inherited from interface hep.aida.ITreeFactory |
AUTO, CREATE, READONLY, RECREATE, UPDATE |
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 interface hep.aida.ITreeFactory |
createNamedTree, createNamedTree, createNamedTree, createTree, createTree, createTree, createTree, createTree |
CITreeFactory
public CITreeFactory(long crefID)
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
Copyright © 2000-2004 FreeHEP, All Rights Reserved.