Oracle Containers for J2EE Support for JavaServer Pages Java API Reference
10g Release 3 (10.1.3)
B15978-01


oracle.jsp.webutil.fileaccess
Class DatabaseEntity

java.lang.Object
  extended byoracle.jsp.webutil.fileaccess.PersistentEntity
      extended byoracle.jsp.webutil.fileaccess.DatabaseEntity

All Implemented Interfaces:
Persistable
Direct Known Subclasses:
FileBLOB, FileCLOB

public abstract class DatabaseEntity
extends PersistentEntity

Constructor Summary
DatabaseEntity()
           

 

Method Summary
 boolean checkLocation()
           
 void deleteEmpty()
           
 void establishConnection()
           
 java.util.Enumeration getFileNames()
           
 void releaseConnection()
           

 

Methods inherited from class oracle.jsp.webutil.fileaccess.PersistentEntity
setFileDetails

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.jsp.webutil.fileaccess.Persistable
readAndSave

 

Constructor Detail

DatabaseEntity

public DatabaseEntity()

Method Detail

establishConnection

public void establishConnection()
                         throws FileAccessException
Throws:
FileAccessException

releaseConnection

public void releaseConnection()
                       throws FileAccessException
Throws:
FileAccessException

checkLocation

public boolean checkLocation()
                      throws FileAccessException
Throws:
FileAccessException

deleteEmpty

public void deleteEmpty()
                 throws FileAccessException
Throws:
FileAccessException

getFileNames

public java.util.Enumeration getFileNames()
                                   throws FileAccessException
Throws:
FileAccessException

Oracle Containers for J2EE Support for JavaServer Pages Java API Reference
10g Release 3 (10.1.3)
B15978-01


Copyright © 2004, 2006, Oracle. All rights reserved.