Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.platform.database.oracle.publisher.viewcache
Class ViewCacheManager

java.lang.Object
  extended by org.eclipse.persistence.platform.database.oracle.publisher.viewcache.ViewCacheManager


public class ViewCacheManager
extends java.lang.Object

Field Summary
static java.lang.String CLASSPATH_MARKER
          The CLASSPATH_MARKER is used as a prefix to the ViewCacheDir.
private  java.sql.Connection m_conn
           
private  ViewCachePool m_viewCachePool
           

 

Constructor Summary
ViewCacheManager(java.sql.Connection conn)
           

 

Method Summary
 void add(ViewCache viewCache)
           
 void clearViewCache()
           
 ViewCache get(java.lang.String schema)
           
 void setViewCachePoolCapacity(int size)
           

 

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

 

Field Detail

m_conn

private java.sql.Connection m_conn

m_viewCachePool

private ViewCachePool m_viewCachePool

CLASSPATH_MARKER

public static java.lang.String CLASSPATH_MARKER
The CLASSPATH_MARKER is used as a prefix to the ViewCacheDir. If it is used, it means we should try and look up the view cache as a class path resource instead of as a file.

Constructor Detail

ViewCacheManager

public ViewCacheManager(java.sql.Connection conn)

Method Detail

add

public void add(ViewCache viewCache)

get

public ViewCache get(java.lang.String schema)

setViewCachePoolCapacity

public void setViewCachePoolCapacity(int size)

clearViewCache

public void clearViewCache()

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.