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 ViewCachePool

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


 class ViewCachePool
extends java.lang.Object

Field Summary
protected  int m_capacity
           
protected  java.util.ArrayList<ViewCache> m_pool
           

 

Constructor Summary
ViewCachePool()
           
ViewCachePool(int capacity)
           

 

Method Summary
(package private)  void add(ViewCache viewCache)
           
(package private)  void clear()
           
(package private)  ViewCache get(int i)
           
(package private)  ViewCache get(java.lang.String userName)
           
(package private)  boolean isFull()
           
(package private)  void refresh()
           
(package private)  ViewCache remove()
           
(package private)  void setCapacity(int size)
           
(package private)  int size()
           

 

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

 

Field Detail

m_pool

protected java.util.ArrayList<ViewCache> m_pool

m_capacity

protected int m_capacity

Constructor Detail

ViewCachePool

ViewCachePool()

ViewCachePool

ViewCachePool(int capacity)

Method Detail

setCapacity

void setCapacity(int size)

add

void add(ViewCache viewCache)

isFull

boolean isFull()

get

ViewCache get(java.lang.String userName)

get

ViewCache get(int i)

size

int size()

remove

ViewCache remove()

clear

void clear()

refresh

void refresh()

Skip navigation links

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