Added: incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/CacheEntryUpdatedListener.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/CacheEntryUpdatedListener.html?rev=1662900&view=auto ============================================================================== --- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/CacheEntryUpdatedListener.html (added) +++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/CacheEntryUpdatedListener.html Sat Feb 28 04:53:18 2015 @@ -0,0 +1,228 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_25) on Fri Mar 28 13:34:25 EST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>CacheEntryUpdatedListener (JSR107 API and SPI 1.0.0 API)</title> +<meta name="date" content="2014-03-28"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="CacheEntryUpdatedListener (JSR107 API and SPI 1.0.0 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/CacheEntryUpdatedListener.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-all.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../javax/cache/event/CacheEntryRemovedListener.html" title="interface in javax.cache.event"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../javax/cache/event/EventType.html" title="enum in javax.cache.event"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/cache/event/CacheEntryUpdatedListener.html" target="_top">Frames</a></li> +<li><a href="CacheEntryUpdatedListener.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">javax.cache.event</div> +<h2 title="Interface CacheEntryUpdatedListener" class="title">Interface CacheEntryUpdatedListener<K,V></h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>K</code> - the type of key</dd><dd><code>V</code> - the type of value</dd></dl> +<dl> +<dt>All Superinterfaces:</dt> +<dd><a href="../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">CacheEntryListener</a><K,V>, <a href="http://download.oracle.com/javase/6/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</a></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="strong">CacheEntryUpdatedListener<K,V></span> +extends <a href="../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">CacheEntryListener</a><K,V></pre> +<div class="block">Invoked if an existing cache entry is updated, or if a batch call is made, + after the entries are updated.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>1.0</dd> +<dt><span class="strong">Author:</span></dt> + <dd>Yannis Cosmadopoulos, Greg Luck</dd> +<dt><span class="strong">See Also:</span></dt><dd><a href="../../../javax/cache/event/CacheEntryCreatedListener.html" title="interface in javax.cache.event"><code>CacheEntryCreatedListener</code></a></dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../javax/cache/event/CacheEntryUpdatedListener.html#onUpdated(java.lang.Iterable)">onUpdated</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><<a href="../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event">CacheEntryEvent</a><? extends <a href="../../../javax/cache/event/CacheEntryUpdatedListener.html" title="type parameter in CacheEntryUpdatedListener">K</a>,? extends <a href="../../../javax/cache/event/CacheEntryUpdatedListener.html" title="type parameter in CacheEntryUpdatedListener">V</a>>> events)</code> +<div class="block">Called after one or more entries have been updated.</div> +</td> +</tr> +</table> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="onUpdated(java.lang.Iterable)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>onUpdated</h4> +<pre>void onUpdated(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><<a href="../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event">CacheEntryEvent</a><? extends <a href="../../../javax/cache/event/CacheEntryUpdatedListener.html" title="type parameter in CacheEntryUpdatedListener">K</a>,? extends <a href="../../../javax/cache/event/CacheEntryUpdatedListener.html" title="type parameter in CacheEntryUpdatedListener">V</a>>> events) + throws <a href="../../../javax/cache/event/CacheEntryListenerException.html" title="class in javax.cache.event">CacheEntryListenerException</a></pre> +<div class="block">Called after one or more entries have been updated.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>events</code> - The entries just updated.</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="../../../javax/cache/event/CacheEntryListenerException.html" title="class in javax.cache.event">CacheEntryListenerException</a></code> - if there is problem executing the listener</dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/CacheEntryUpdatedListener.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-all.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../javax/cache/event/CacheEntryRemovedListener.html" title="interface in javax.cache.event"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../javax/cache/event/EventType.html" title="enum in javax.cache.event"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/cache/event/CacheEntryUpdatedListener.html" target="_top">Frames</a></li> +<li><a href="CacheEntryUpdatedListener.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014. All Rights Reserved.</small></p> +</body> +</html>
Added: incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/EventType.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/EventType.html?rev=1662900&view=auto ============================================================================== --- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/EventType.html (added) +++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/EventType.html Sat Feb 28 04:53:18 2015 @@ -0,0 +1,365 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_25) on Fri Mar 28 13:34:25 EST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>EventType (JSR107 API and SPI 1.0.0 API)</title> +<meta name="date" content="2014-03-28"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="EventType (JSR107 API and SPI 1.0.0 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/EventType.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-all.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../javax/cache/event/CacheEntryUpdatedListener.html" title="interface in javax.cache.event"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/cache/event/EventType.html" target="_top">Frames</a></li> +<li><a href="EventType.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#enum_constant_summary">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#enum_constant_detail">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">javax.cache.event</div> +<h2 title="Enum EventType" class="title">Enum EventType</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a><<a href="../../../javax/cache/event/EventType.html" title="enum in javax.cache.event">EventType</a>></li> +<li> +<ul class="inheritance"> +<li>javax.cache.event.EventType</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../javax/cache/event/EventType.html" title="enum in javax.cache.event">EventType</a>></dd> +</dl> +<hr> +<br> +<pre>public enum <span class="strong">EventType</span> +extends <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../javax/cache/event/EventType.html" title="enum in javax.cache.event">EventType</a>></pre> +<div class="block">The type of event received by the listener.</div> +<dl><dt><span class="strong">Since:</span></dt> + <dd>1.0</dd> +<dt><span class="strong">Author:</span></dt> + <dd>Greg Luck</dd></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== ENUM CONSTANT SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="enum_constant_summary"> +<!-- --> +</a> +<h3>Enum Constant Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> +<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Enum Constant and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../javax/cache/event/EventType.html#CREATED">CREATED</a></strong></code> +<div class="block">An event type indicating that the cache entry was created.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../javax/cache/event/EventType.html#EXPIRED">EXPIRED</a></strong></code> +<div class="block">An event type indicating that the cache entry has expired.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../javax/cache/event/EventType.html#REMOVED">REMOVED</a></strong></code> +<div class="block">An event type indicating that the cache entry was removed.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><strong><a href="../../../javax/cache/event/EventType.html#UPDATED">UPDATED</a></strong></code> +<div class="block">An event type indicating that the cache entry was updated.</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../javax/cache/event/EventType.html" title="enum in javax.cache.event">EventType</a></code></td> +<td class="colLast"><code><strong><a href="../../../javax/cache/event/EventType.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> +<div class="block">Returns the enum constant of this type with the specified name.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static <a href="../../../javax/cache/event/EventType.html" title="enum in javax.cache.event">EventType</a>[]</code></td> +<td class="colLast"><code><strong><a href="../../../javax/cache/event/EventType.html#values()">values</a></strong>()</code> +<div class="block">Returns an array containing the constants of this enum type, in +the order they are declared.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3> +<code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#compareTo(E)" title="class or interface in java.lang">compareTo</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass()" title="class or interface in java.lang">getDeclaringClass</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://downlo ad.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#name()" title="class or interface in java.lang">name</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#ordinal()" title="class or interface in java.lang">ordinal</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#valueOf(java.lang.Class, java.lang.String)" title="class or interface in java.lang">valueOf</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ ENUM CONSTANT DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="enum_constant_detail"> +<!-- --> +</a> +<h3>Enum Constant Detail</h3> +<a name="CREATED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CREATED</h4> +<pre>public static final <a href="../../../javax/cache/event/EventType.html" title="enum in javax.cache.event">EventType</a> CREATED</pre> +<div class="block">An event type indicating that the cache entry was created.</div> +</li> +</ul> +<a name="UPDATED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>UPDATED</h4> +<pre>public static final <a href="../../../javax/cache/event/EventType.html" title="enum in javax.cache.event">EventType</a> UPDATED</pre> +<div class="block">An event type indicating that the cache entry was updated. i.e. a previous + mapping existed</div> +</li> +</ul> +<a name="REMOVED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>REMOVED</h4> +<pre>public static final <a href="../../../javax/cache/event/EventType.html" title="enum in javax.cache.event">EventType</a> REMOVED</pre> +<div class="block">An event type indicating that the cache entry was removed.</div> +</li> +</ul> +<a name="EXPIRED"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>EXPIRED</h4> +<pre>public static final <a href="../../../javax/cache/event/EventType.html" title="enum in javax.cache.event">EventType</a> EXPIRED</pre> +<div class="block">An event type indicating that the cache entry has expired.</div> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="values()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>values</h4> +<pre>public static <a href="../../../javax/cache/event/EventType.html" title="enum in javax.cache.event">EventType</a>[] values()</pre> +<div class="block">Returns an array containing the constants of this enum type, in +the order they are declared. This method may be used to iterate +over the constants as follows: +<pre> +for (EventType c : EventType.values()) + System.out.println(c); +</pre></div> +<dl><dt><span class="strong">Returns:</span></dt><dd>an array containing the constants of this enum type, in +the order they are declared</dd></dl> +</li> +</ul> +<a name="valueOf(java.lang.String)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>valueOf</h4> +<pre>public static <a href="../../../javax/cache/event/EventType.html" title="enum in javax.cache.event">EventType</a> valueOf(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> +<div class="block">Returns the enum constant of this type with the specified name. +The string must match <i>exactly</i> an identifier used to declare an +enum constant in this type. (Extraneous whitespace characters are +not permitted.)</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - the name of the enum constant to be returned.</dd> +<dt><span class="strong">Returns:</span></dt><dd>the enum constant with the specified name</dd> +<dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant +with the specified name</dd> +<dd><code><a href="http://download.oracle.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/EventType.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../index-all.html">Index</a></li> +<li><a href="../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../javax/cache/event/CacheEntryUpdatedListener.html" title="interface in javax.cache.event"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/cache/event/EventType.html" target="_top">Frames</a></li> +<li><a href="EventType.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#enum_constant_summary">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#enum_constant_detail">Enum Constants</a> | </li> +<li>Field | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014. All Rights Reserved.</small></p> +</body> +</html> Added: incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryCreatedListener.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryCreatedListener.html?rev=1662900&view=auto ============================================================================== --- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryCreatedListener.html (added) +++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryCreatedListener.html Sat Feb 28 04:53:18 2015 @@ -0,0 +1,117 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_25) on Fri Mar 28 13:34:25 EST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Interface javax.cache.event.CacheEntryCreatedListener (JSR107 API and SPI 1.0.0 API)</title> +<meta name="date" content="2014-03-28"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Interface javax.cache.event.CacheEntryCreatedListener (JSR107 API and SPI 1.0.0 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../javax/cache/event/CacheEntryCreatedListener.html" title="interface in javax.cache.event">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/cache/event/class-use/CacheEntryCreatedListener.html" target="_top">Frames</a></li> +<li><a href="CacheEntryCreatedListener.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface javax.cache.event.CacheEntryCreatedListener" class="title">Uses of Interface<br>javax.cache.event.CacheEntryCreatedListener</h2> +</div> +<div class="classUseContainer">No usage of javax.cache.event.CacheEntryCreatedListener</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../javax/cache/event/CacheEntryCreatedListener.html" title="interface in javax.cache.event">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/cache/event/class-use/CacheEntryCreatedListener.html" target="_top">Frames</a></li> +<li><a href="CacheEntryCreatedListener.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014. All Rights Reserved.</small></p> +</body> +</html> Added: incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryEvent.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryEvent.html?rev=1662900&view=auto ============================================================================== --- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryEvent.html (added) +++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryEvent.html Sat Feb 28 04:53:18 2015 @@ -0,0 +1,194 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_25) on Fri Mar 28 13:34:25 EST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class javax.cache.event.CacheEntryEvent (JSR107 API and SPI 1.0.0 API)</title> +<meta name="date" content="2014-03-28"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Class javax.cache.event.CacheEntryEvent (JSR107 API and SPI 1.0.0 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/cache/event/class-use/CacheEntryEvent.html" target="_top">Frames</a></li> +<li><a href="CacheEntryEvent.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class javax.cache.event.CacheEntryEvent" class="title">Uses of Class<br>javax.cache.event.CacheEntryEvent</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event">CacheEntryEvent</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#javax.cache.event">javax.cache.event</a></td> +<td class="colLast"> +<div class="block">This package contains event listener interfaces.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="javax.cache.event"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event">CacheEntryEvent</a> in <a href="../../../../javax/cache/event/package-summary.html">javax.cache.event</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../javax/cache/event/package-summary.html">javax.cache.event</a> with parameters of type <a href="../../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event">CacheEntryEvent</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="strong">CacheEntryEventFilter.</span><code><strong><a href="../../../../javax/cache/event/CacheEntryEventFilter.html#evaluate(javax.cache.event.CacheEntryEvent)">evaluate</a></strong>(<a href="../../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event">CacheEntryEvent</a><? extends <a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="type parameter in CacheEntryEventFilter">K</a>,? extends <a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="type parameter in CacheEntryEventFilter">V</a>> event)</code> +<div class="block">Evaluates specified <a href="../../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event"><code>CacheEntryEvent</code></a>.</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Method parameters in <a href="../../../../javax/cache/event/package-summary.html">javax.cache.event</a> with type arguments of type <a href="../../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event">CacheEntryEvent</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">CacheEntryCreatedListener.</span><code><strong><a href="../../../../javax/cache/event/CacheEntryCreatedListener.html#onCreated(java.lang.Iterable)">onCreated</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><<a href="../../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event">CacheEntryEvent</a><? extends <a href="../../../../javax/cache/event/CacheEntryCreatedListener.html" title="type parameter in CacheEntryCreatedListener">K</a>,? extends <a href="../../../../javax/cache/event/CacheEntryCreatedListener.html" title="type parameter in CacheEntryCreatedListener">V</a>>> events)</code> +<div class="block">Called after one or more entries have been created.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">CacheEntryExpiredListener.</span><code><strong><a href="../../../../javax/cache/event/CacheEntryExpiredListener.html#onExpired(java.lang.Iterable)">onExpired</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><<a href="../../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event">CacheEntryEvent</a><? extends <a href="../../../../javax/cache/event/CacheEntryExpiredListener.html" title="type parameter in CacheEntryExpiredListener">K</a>,? extends <a href="../../../../javax/cache/event/CacheEntryExpiredListener.html" title="type parameter in CacheEntryExpiredListener">V</a>>> events)</code> +<div class="block">Called after one or more entries have been expired by the cache.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">CacheEntryRemovedListener.</span><code><strong><a href="../../../../javax/cache/event/CacheEntryRemovedListener.html#onRemoved(java.lang.Iterable)">onRemoved</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><<a href="../../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event">CacheEntryEvent</a><? extends <a href="../../../../javax/cache/event/CacheEntryRemovedListener.html" title="type parameter in CacheEntryRemovedListener">K</a>,? extends <a href="../../../../javax/cache/event/CacheEntryRemovedListener.html" title="type parameter in CacheEntryRemovedListener">V</a>>> events)</code> +<div class="block">Called after one or more entries have been removed.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="strong">CacheEntryUpdatedListener.</span><code><strong><a href="../../../../javax/cache/event/CacheEntryUpdatedListener.html#onUpdated(java.lang.Iterable)">onUpdated</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a><<a href="../../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event">CacheEntryEvent</a><? extends <a href="../../../../javax/cache/event/CacheEntryUpdatedListener.html" title="type parameter in CacheEntryUpdatedListener">K</a>,? extends <a href="../../../../javax/cache/event/CacheEntryUpdatedListener.html" title="type parameter in CacheEntryUpdatedListener">V</a>>> events)</code> +<div class="block">Called after one or more entries have been updated.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/cache/event/class-use/CacheEntryEvent.html" target="_top">Frames</a></li> +<li><a href="CacheEntryEvent.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014. All Rights Reserved.</small></p> +</body> +</html> Added: incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryEventFilter.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryEventFilter.html?rev=1662900&view=auto ============================================================================== --- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryEventFilter.html (added) +++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryEventFilter.html Sat Feb 28 04:53:18 2015 @@ -0,0 +1,200 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_25) on Fri Mar 28 13:34:25 EST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Interface javax.cache.event.CacheEntryEventFilter (JSR107 API and SPI 1.0.0 API)</title> +<meta name="date" content="2014-03-28"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Interface javax.cache.event.CacheEntryEventFilter (JSR107 API and SPI 1.0.0 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/cache/event/class-use/CacheEntryEventFilter.html" target="_top">Frames</a></li> +<li><a href="CacheEntryEventFilter.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface javax.cache.event.CacheEntryEventFilter" class="title">Uses of Interface<br>javax.cache.event.CacheEntryEventFilter</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event">CacheEntryEventFilter</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#javax.cache.configuration">javax.cache.configuration</a></td> +<td class="colLast"> +<div class="block">This package contains configuration classes and interfaces.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="javax.cache.configuration"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event">CacheEntryEventFilter</a> in <a href="../../../../javax/cache/configuration/package-summary.html">javax.cache.configuration</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../javax/cache/configuration/package-summary.html">javax.cache.configuration</a> that return types with arguments of type <a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event">CacheEntryEventFilter</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><<a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event">CacheEntryEventFilter</a><? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">K</a>,? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">V</a>>></code></td> +<td class="colLast"><span class="strong">MutableCacheEntryListenerConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html#getCacheEntryEventFilterFactory()">getCacheEntryEventFilterFactory</a></strong>()</code> +<div class="block">Obtains the <a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for the <a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event"><code>CacheEntryEventFilter</code></a> that should be + applied prior to notifying the <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event"><code>CacheEntryListener</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><<a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event">CacheEntryEventFilter</a><? super <a href="../../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="type parameter in CacheEntryListenerConfiguration">K</a>,? super <a href="../../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="type parameter in CacheEntryListenerConfiguration">V</a>>></code></td> +<td class="colLast"><span class="strong">CacheEntryListenerConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/CacheEntryListenerConfiguration.html#getCacheEntryEventFilterFactory()">getCacheEntryEventFilterFactory</a></strong>()</code> +<div class="block">Obtains the <a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for the <a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event"><code>CacheEntryEventFilter</code></a> that should be + applied prior to notifying the <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event"><code>CacheEntryListener</code></a>.</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Method parameters in <a href="../../../../javax/cache/configuration/package-summary.html">javax.cache.configuration</a> with type arguments of type <a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event">CacheEntryEventFilter</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="class in javax.cache.configuration">MutableCacheEntryListenerConfiguration</a><<a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">V</a>></code></td> +<td class="colLast"><span class="strong">MutableCacheEntryListenerConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html#setCacheEntryEventFilterFactory(javax.cache.configuration.Factory)">setCacheEntryEventFilterFactory</a></strong>(<a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><? extends <a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event">CacheEntryEventFilter</a><? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">K</a>,? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">V</a>>> filterFactory)</code> +<div class="block">Sets the <a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> to be used to create a <a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event"><code>CacheEntryEventFilter</code></a>.</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructor parameters in <a href="../../../../javax/cache/configuration/package-summary.html">javax.cache.configuration</a> with type arguments of type <a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event">CacheEntryEventFilter</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html#MutableCacheEntryListenerConfiguration(javax.cache.configuration.Factory, javax.cache.configuration.Factory, boolean, boolean)">MutableCacheEntryListenerConfiguration</a></strong>(<a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><? extends <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">CacheEntryListener</a><? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">K</a>,? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">V</a>>> listenerFactory, + <a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><? extends <a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event">CacheEntryEventFilter</a><? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">K</a>,? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">V</a>>> filterFactory, + boolean isOldValueRequired, + boolean isSynchronous)</code> +<div class="block">Constructs a <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="class in javax.cache.configuration"><code>MutableCacheEntryListenerConfiguration</code></a>.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/cache/event/class-use/CacheEntryEventFilter.html" target="_top">Frames</a></li> +<li><a href="CacheEntryEventFilter.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014. All Rights Reserved.</small></p> +</body> +</html> Added: incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryExpiredListener.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryExpiredListener.html?rev=1662900&view=auto ============================================================================== --- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryExpiredListener.html (added) +++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryExpiredListener.html Sat Feb 28 04:53:18 2015 @@ -0,0 +1,117 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_25) on Fri Mar 28 13:34:25 EST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Interface javax.cache.event.CacheEntryExpiredListener (JSR107 API and SPI 1.0.0 API)</title> +<meta name="date" content="2014-03-28"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Interface javax.cache.event.CacheEntryExpiredListener (JSR107 API and SPI 1.0.0 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../javax/cache/event/CacheEntryExpiredListener.html" title="interface in javax.cache.event">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/cache/event/class-use/CacheEntryExpiredListener.html" target="_top">Frames</a></li> +<li><a href="CacheEntryExpiredListener.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface javax.cache.event.CacheEntryExpiredListener" class="title">Uses of Interface<br>javax.cache.event.CacheEntryExpiredListener</h2> +</div> +<div class="classUseContainer">No usage of javax.cache.event.CacheEntryExpiredListener</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../javax/cache/event/CacheEntryExpiredListener.html" title="interface in javax.cache.event">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/cache/event/class-use/CacheEntryExpiredListener.html" target="_top">Frames</a></li> +<li><a href="CacheEntryExpiredListener.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014. All Rights Reserved.</small></p> +</body> +</html> Added: incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryListener.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryListener.html?rev=1662900&view=auto ============================================================================== --- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryListener.html (added) +++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/class-use/CacheEntryListener.html Sat Feb 28 04:53:18 2015 @@ -0,0 +1,247 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_25) on Fri Mar 28 13:34:25 EST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Interface javax.cache.event.CacheEntryListener (JSR107 API and SPI 1.0.0 API)</title> +<meta name="date" content="2014-03-28"> +<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Uses of Interface javax.cache.event.CacheEntryListener (JSR107 API and SPI 1.0.0 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/cache/event/class-use/CacheEntryListener.html" target="_top">Frames</a></li> +<li><a href="CacheEntryListener.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface javax.cache.event.CacheEntryListener" class="title">Uses of Interface<br>javax.cache.event.CacheEntryListener</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">CacheEntryListener</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#javax.cache.configuration">javax.cache.configuration</a></td> +<td class="colLast"> +<div class="block">This package contains configuration classes and interfaces.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#javax.cache.event">javax.cache.event</a></td> +<td class="colLast"> +<div class="block">This package contains event listener interfaces.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="javax.cache.configuration"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">CacheEntryListener</a> in <a href="../../../../javax/cache/configuration/package-summary.html">javax.cache.configuration</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../javax/cache/configuration/package-summary.html">javax.cache.configuration</a> that return types with arguments of type <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">CacheEntryListener</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><<a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">CacheEntryListener</a><? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">K</a>,? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">V</a>>></code></td> +<td class="colLast"><span class="strong">MutableCacheEntryListenerConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html#getCacheEntryListenerFactory()">getCacheEntryListenerFactory</a></strong>()</code> +<div class="block">Obtains the <a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for the + <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event"><code>CacheEntryListener</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><<a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">CacheEntryListener</a><? super <a href="../../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="type parameter in CacheEntryListenerConfiguration">K</a>,? super <a href="../../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="type parameter in CacheEntryListenerConfiguration">V</a>>></code></td> +<td class="colLast"><span class="strong">CacheEntryListenerConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/CacheEntryListenerConfiguration.html#getCacheEntryListenerFactory()">getCacheEntryListenerFactory</a></strong>()</code> +<div class="block">Obtains the <a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for the + <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event"><code>CacheEntryListener</code></a>.</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Method parameters in <a href="../../../../javax/cache/configuration/package-summary.html">javax.cache.configuration</a> with type arguments of type <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">CacheEntryListener</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="class in javax.cache.configuration">MutableCacheEntryListenerConfiguration</a><<a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">V</a>></code></td> +<td class="colLast"><span class="strong">MutableCacheEntryListenerConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html#setCacheEntryListenerFactory(javax.cache.configuration.Factory)">setCacheEntryListenerFactory</a></strong>(<a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><? extends <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">CacheEntryListener</a><? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">K</a>,? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">V</a>>> listenerFactory)</code> +<div class="block">Sets the <a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> to be used to create a <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event"><code>CacheEntryListener</code></a>.</div> +</td> +</tr> +</tbody> +</table> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructor parameters in <a href="../../../../javax/cache/configuration/package-summary.html">javax.cache.configuration</a> with type arguments of type <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">CacheEntryListener</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colLast"><code><strong><a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html#MutableCacheEntryListenerConfiguration(javax.cache.configuration.Factory, javax.cache.configuration.Factory, boolean, boolean)">MutableCacheEntryListenerConfiguration</a></strong>(<a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><? extends <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">CacheEntryListener</a><? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">K</a>,? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">V</a>>> listenerFactory, + <a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><? extends <a href="../../../../javax/cache/event/CacheEntryEventFilter.html" title="interface in javax.cache.event">CacheEntryEventFilter</a><? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">K</a>,? super <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="type parameter in MutableCacheEntryListenerConfiguration">V</a>>> filterFactory, + boolean isOldValueRequired, + boolean isSynchronous)</code> +<div class="block">Constructs a <a href="../../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="class in javax.cache.configuration"><code>MutableCacheEntryListenerConfiguration</code></a>.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="javax.cache.event"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">CacheEntryListener</a> in <a href="../../../../javax/cache/event/package-summary.html">javax.cache.event</a></h3> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation"> +<caption><span>Subinterfaces of <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">CacheEntryListener</a> in <a href="../../../../javax/cache/event/package-summary.html">javax.cache.event</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Interface and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>interface </code></td> +<td class="colLast"><code><strong><a href="../../../../javax/cache/event/CacheEntryCreatedListener.html" title="interface in javax.cache.event">CacheEntryCreatedListener</a><K,V></strong></code> +<div class="block">Invoked after a cache entry is created, or if a batch call is made, after the + entries are created.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>interface </code></td> +<td class="colLast"><code><strong><a href="../../../../javax/cache/event/CacheEntryExpiredListener.html" title="interface in javax.cache.event">CacheEntryExpiredListener</a><K,V></strong></code> +<div class="block">Invoked if a cache entry or entries are evicted due to expiration.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>interface </code></td> +<td class="colLast"><code><strong><a href="../../../../javax/cache/event/CacheEntryRemovedListener.html" title="interface in javax.cache.event">CacheEntryRemovedListener</a><K,V></strong></code> +<div class="block">Invoked if a cache entry is removed, or if a batch call is made, after the + entries are removed.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>interface </code></td> +<td class="colLast"><code><strong><a href="../../../../javax/cache/event/CacheEntryUpdatedListener.html" title="interface in javax.cache.event">CacheEntryUpdatedListener</a><K,V></strong></code> +<div class="block">Invoked if an existing cache entry is updated, or if a batch call is made, + after the entries are updated.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../index-all.html">Index</a></li> +<li><a href="../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?javax/cache/event/class-use/CacheEntryListener.html" target="_top">Frames</a></li> +<li><a href="CacheEntryListener.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014. All Rights Reserved.</small></p> +</body> +</html>
