Added: incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/class-use/MutableConfiguration.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/class-use/MutableConfiguration.html?rev=1662900&view=auto ============================================================================== --- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/class-use/MutableConfiguration.html (added) +++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/class-use/MutableConfiguration.html Sat Feb 28 04:53:18 2015 @@ -0,0 +1,224 @@ +<!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.configuration.MutableConfiguration (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.configuration.MutableConfiguration (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/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">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/configuration/class-use/MutableConfiguration.html" target="_top">Frames</a></li> +<li><a href="MutableConfiguration.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.configuration.MutableConfiguration" class="title">Uses of Class<br>javax.cache.configuration.MutableConfiguration</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/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</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/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</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 <a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</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/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>></code></td> +<td class="colLast"><span class="strong">MutableConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableConfiguration.html#addCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration)">addCacheEntryListenerConfiguration</a></strong>(<a href="../../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration">CacheEntryListenerConfiguration</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>> cacheEntryListenerConfiguration)</code> +<div class="block">Add a configuration for a <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/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>></code></td> +<td class="colLast"><span class="strong">MutableConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableConfiguration.html#removeCacheEntryListenerConfiguration(javax.cache.configuration.CacheEntryListenerConfiguration)">removeCacheEntryListenerConfiguration</a></strong>(<a href="../../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration">CacheEntryListenerConfiguration</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>> cacheEntryListenerConfiguration)</code> +<div class="block">Remove a configuration for a <a href="../../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event"><code>CacheEntryListener</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>></code></td> +<td class="colLast"><span class="strong">MutableConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableConfiguration.html#setCacheLoaderFactory(javax.cache.configuration.Factory)">setCacheLoaderFactory</a></strong>(<a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><? extends <a href="../../../../javax/cache/integration/CacheLoader.html" title="interface in javax.cache.integration">CacheLoader</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>>> factory)</code> +<div class="block">Set the <a href="../../../../javax/cache/integration/CacheLoader.html" title="interface in javax.cache.integration"><code>CacheLoader</code></a> factory.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>></code></td> +<td class="colLast"><span class="strong">MutableConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableConfiguration.html#setCacheWriterFactory(javax.cache.configuration.Factory)">setCacheWriterFactory</a></strong>(<a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><? extends <a href="../../../../javax/cache/integration/CacheWriter.html" title="interface in javax.cache.integration">CacheWriter</a><? super <a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,? super <a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>>> factory)</code> +<div class="block">Set the <a href="../../../../javax/cache/integration/CacheWriter.html" title="interface in javax.cache.integration"><code>CacheWriter</code></a> factory.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>></code></td> +<td class="colLast"><span class="strong">MutableConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableConfiguration.html#setExpiryPolicyFactory(javax.cache.configuration.Factory)">setExpiryPolicyFactory</a></strong>(<a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><? extends <a href="../../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in javax.cache.expiry">ExpiryPolicy</a>> factory)</code> +<div class="block">Set the <a href="../../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for the <a href="../../../../javax/cache/expiry/ExpiryPolicy.html" title="interface in javax.cache.expiry"><code>ExpiryPolicy</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>></code></td> +<td class="colLast"><span class="strong">MutableConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableConfiguration.html#setManagementEnabled(boolean)">setManagementEnabled</a></strong>(boolean enabled)</code> +<div class="block">Sets whether management is enabled on a cache.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>></code></td> +<td class="colLast"><span class="strong">MutableConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableConfiguration.html#setReadThrough(boolean)">setReadThrough</a></strong>(boolean isReadThrough)</code> +<div class="block">Set if read-through caching should be used.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>></code></td> +<td class="colLast"><span class="strong">MutableConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableConfiguration.html#setStatisticsEnabled(boolean)">setStatisticsEnabled</a></strong>(boolean enabled)</code> +<div class="block">Sets whether statistics gathering is enabled on a cache.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>></code></td> +<td class="colLast"><span class="strong">MutableConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableConfiguration.html#setStoreByValue(boolean)">setStoreByValue</a></strong>(boolean isStoreByValue)</code> +<div class="block">Set if a configured cache should use store-by-value or store-by-reference + semantics.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>></code></td> +<td class="colLast"><span class="strong">MutableConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableConfiguration.html#setTypes(java.lang.Class, java.lang.Class)">setTypes</a></strong>(<a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>> keyType, + <a href="http://download.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>> valueType)</code> +<div class="block">Sets the expected type of keys and values for a <a href="../../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a> + configured with this <a href="../../../../javax/cache/configuration/Configuration.html" title="interface in javax.cache.configuration"><code>Configuration</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</a><<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">K</a>,<a href="../../../../javax/cache/configuration/MutableConfiguration.html" title="type parameter in MutableConfiguration">V</a>></code></td> +<td class="colLast"><span class="strong">MutableConfiguration.</span><code><strong><a href="../../../../javax/cache/configuration/MutableConfiguration.html#setWriteThrough(boolean)">setWriteThrough</a></strong>(boolean isWriteThrough)</code> +<div class="block">Set if write-through caching should be used.</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/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">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/configuration/class-use/MutableConfiguration.html" target="_top">Frames</a></li> +<li><a href="MutableConfiguration.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/configuration/class-use/OptionalFeature.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/class-use/OptionalFeature.html?rev=1662900&view=auto ============================================================================== --- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/class-use/OptionalFeature.html (added) +++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/class-use/OptionalFeature.html Sat Feb 28 04:53:18 2015 @@ -0,0 +1,196 @@ +<!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.configuration.OptionalFeature (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.configuration.OptionalFeature (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/configuration/OptionalFeature.html" title="enum in javax.cache.configuration">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/configuration/class-use/OptionalFeature.html" target="_top">Frames</a></li> +<li><a href="OptionalFeature.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.configuration.OptionalFeature" class="title">Uses of Class<br>javax.cache.configuration.OptionalFeature</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/configuration/OptionalFeature.html" title="enum in javax.cache.configuration">OptionalFeature</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.spi">javax.cache.spi</a></td> +<td class="colLast"> +<div class="block">The javax.cache.spi package defines the classes and interfaces that are implemented by the + caching provider for use by the <a href="../../../../javax/cache/Caching.html" title="class in javax.cache"><code>Caching</code></a> class</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/configuration/OptionalFeature.html" title="enum in javax.cache.configuration">OptionalFeature</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 <a href="../../../../javax/cache/configuration/OptionalFeature.html" title="enum in javax.cache.configuration">OptionalFeature</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>static <a href="../../../../javax/cache/configuration/OptionalFeature.html" title="enum in javax.cache.configuration">OptionalFeature</a></code></td> +<td class="colLast"><span class="strong">OptionalFeature.</span><code><strong><a href="../../../../javax/cache/configuration/OptionalFeature.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/configuration/OptionalFeature.html" title="enum in javax.cache.configuration">OptionalFeature</a>[]</code></td> +<td class="colLast"><span class="strong">OptionalFeature.</span><code><strong><a href="../../../../javax/cache/configuration/OptionalFeature.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> +</tbody> +</table> +</li> +<li class="blockList"><a name="javax.cache.spi"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../javax/cache/configuration/OptionalFeature.html" title="enum in javax.cache.configuration">OptionalFeature</a> in <a href="../../../../javax/cache/spi/package-summary.html">javax.cache.spi</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/spi/package-summary.html">javax.cache.spi</a> with parameters of type <a href="../../../../javax/cache/configuration/OptionalFeature.html" title="enum in javax.cache.configuration">OptionalFeature</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">CachingProvider.</span><code><strong><a href="../../../../javax/cache/spi/CachingProvider.html#isSupported(javax.cache.configuration.OptionalFeature)">isSupported</a></strong>(<a href="../../../../javax/cache/configuration/OptionalFeature.html" title="enum in javax.cache.configuration">OptionalFeature</a> optionalFeature)</code> +<div class="block">Determines whether an optional feature is supported by the + <a href="../../../../javax/cache/spi/CachingProvider.html" title="interface in javax.cache.spi"><code>CachingProvider</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/configuration/OptionalFeature.html" title="enum in javax.cache.configuration">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/configuration/class-use/OptionalFeature.html" target="_top">Frames</a></li> +<li><a href="OptionalFeature.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/configuration/package-frame.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/package-frame.html?rev=1662900&view=auto ============================================================================== --- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/package-frame.html (added) +++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/package-frame.html Sat Feb 28 04:53:18 2015 @@ -0,0 +1,35 @@ +<!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>javax.cache.configuration (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> +<h1 class="bar"><a href="../../../javax/cache/configuration/package-summary.html" target="classFrame">javax.cache.configuration</a></h1> +<div class="indexContainer"> +<h2 title="Interfaces">Interfaces</h2> +<ul title="Interfaces"> +<li><a href="CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration" target="classFrame"><i>CacheEntryListenerConfiguration</i></a></li> +<li><a href="CompleteConfiguration.html" title="interface in javax.cache.configuration" target="classFrame"><i>CompleteConfiguration</i></a></li> +<li><a href="Configuration.html" title="interface in javax.cache.configuration" target="classFrame"><i>Configuration</i></a></li> +<li><a href="Factory.html" title="interface in javax.cache.configuration" target="classFrame"><i>Factory</i></a></li> +</ul> +<h2 title="Classes">Classes</h2> +<ul title="Classes"> +<li><a href="FactoryBuilder.html" title="class in javax.cache.configuration" target="classFrame">FactoryBuilder</a></li> +<li><a href="FactoryBuilder.ClassFactory.html" title="class in javax.cache.configuration" target="classFrame">FactoryBuilder.ClassFactory</a></li> +<li><a href="FactoryBuilder.SingletonFactory.html" title="class in javax.cache.configuration" target="classFrame">FactoryBuilder.SingletonFactory</a></li> +<li><a href="MutableCacheEntryListenerConfiguration.html" title="class in javax.cache.configuration" target="classFrame">MutableCacheEntryListenerConfiguration</a></li> +<li><a href="MutableConfiguration.html" title="class in javax.cache.configuration" target="classFrame">MutableConfiguration</a></li> +</ul> +<h2 title="Enums">Enums</h2> +<ul title="Enums"> +<li><a href="OptionalFeature.html" title="enum in javax.cache.configuration" target="classFrame">OptionalFeature</a></li> +</ul> +</div> +</body> +</html> Added: incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/package-summary.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/package-summary.html?rev=1662900&view=auto ============================================================================== --- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/package-summary.html (added) +++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/package-summary.html Sat Feb 28 04:53:18 2015 @@ -0,0 +1,249 @@ +<!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>javax.cache.configuration (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="javax.cache.configuration (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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.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/annotation/package-summary.html">Prev Package</a></li> +<li><a href="../../../javax/cache/event/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/cache/configuration/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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"> +<h1 title="Package" class="title">Package javax.cache.configuration</h1> +<div class="docSummary"> +<div class="block">This package contains configuration classes and interfaces.</div> +</div> +<p>See: <a href="#package_description">Description</a></p> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation"> +<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Interface</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration">CacheEntryListenerConfiguration</a><K,V></td> +<td class="colLast"> +<div class="block">Defines the configuration requirements for a + <a href="../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event"><code>CacheEntryListener</code></a> and a <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for its + creation.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="interface in javax.cache.configuration">CompleteConfiguration</a><K,V></td> +<td class="colLast"> +<div class="block">A read-only representation of the complete JCache <a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a> + configuration.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/cache/configuration/Configuration.html" title="interface in javax.cache.configuration">Configuration</a><K,V></td> +<td class="colLast"> +<div class="block">A basic read-only representation of a <a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a> configuration.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><T></td> +<td class="colLast"> +<div class="block">Constructs and returns a fully configured instance of a specific factory type.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation"> +<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Class</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/cache/configuration/FactoryBuilder.html" title="class in javax.cache.configuration">FactoryBuilder</a></td> +<td class="colLast"> +<div class="block">A convenience class that defines generically typed static methods to aid in + the building of <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> instances.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../javax/cache/configuration/FactoryBuilder.ClassFactory.html" title="class in javax.cache.configuration">FactoryBuilder.ClassFactory</a><T></td> +<td class="colLast"> +<div class="block">A <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> that instantiates a specific Class.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/cache/configuration/FactoryBuilder.SingletonFactory.html" title="class in javax.cache.configuration">FactoryBuilder.SingletonFactory</a><T></td> +<td class="colLast"> +<div class="block">A <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> that always returns a specific instance.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="class in javax.cache.configuration">MutableCacheEntryListenerConfiguration</a><K,V></td> +<td class="colLast"> +<div class="block">A convenience class providing a mutable, serializable implementation of a + <a href="../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration"><code>CacheEntryListenerConfiguration</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/cache/configuration/MutableConfiguration.html" title="class in javax.cache.configuration">MutableConfiguration</a><K,V></td> +<td class="colLast"> +<div class="block">A simple mutable implementation of a <a href="../../../javax/cache/configuration/Configuration.html" title="interface in javax.cache.configuration"><code>Configuration</code></a>.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation"> +<caption><span>Enum Summary</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Enum</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="../../../javax/cache/configuration/OptionalFeature.html" title="enum in javax.cache.configuration">OptionalFeature</a></td> +<td class="colLast"> +<div class="block">Optional features that may be present in an implementation.</div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +<a name="package_description"> +<!-- --> +</a> +<h2 title="Package javax.cache.configuration Description">Package javax.cache.configuration Description</h2> +<div class="block">This package contains configuration classes and interfaces. + <p> + Rather than configuration accepting user instances of interfaces for maximum + portability factories are configured instead, so that instances can be + instantiated where needed. To aid in this, FactoryBuilder can build factories + of the required type as shown in the following example. + <pre><code> + MutableConfiguration<String, Integer> config = new MutableConfiguration<String, Integer>(); + + config.setTypes(String.class, Integer.class) + .setStoreByValue(false) + .setStatisticsEnabled(true) + .setExpiryPolicyFactory(FactoryBuilder.factoryOf( + new AccessedExpiryPolicy<String>(new Duration(TimeUnit.HOURS, 1)))); + </code></pre> + <p> + <a href="../../../javax/cache/configuration/OptionalFeature.html" title="enum in javax.cache.configuration"><code>OptionalFeature</code></a>, though not specific to + cache configuration, allows application to determine the optional features + supported at runtime.</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> +</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 class="navBarCell1Rev">Package</li> +<li>Class</li> +<li><a href="package-use.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/annotation/package-summary.html">Prev Package</a></li> +<li><a href="../../../javax/cache/event/package-summary.html">Next Package</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/cache/configuration/package-summary.html" target="_top">Frames</a></li> +<li><a href="package-summary.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/configuration/package-tree.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/package-tree.html?rev=1662900&view=auto ============================================================================== --- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/package-tree.html (added) +++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/package-tree.html Sat Feb 28 04:53:18 2015 @@ -0,0 +1,161 @@ +<!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>javax.cache.configuration Class Hierarchy (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="javax.cache.configuration Class Hierarchy (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</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</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/annotation/package-tree.html">Prev</a></li> +<li><a href="../../../javax/cache/event/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/cache/configuration/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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"> +<h1 class="title">Hierarchy For Package javax.cache.configuration</h1> +<span class="strong">Package Hierarchies:</span> +<ul class="horizontal"> +<li><a href="../../../overview-tree.html">All Packages</a></li> +</ul> +</div> +<div class="contentContainer"> +<h2 title="Class Hierarchy">Class Hierarchy</h2> +<ul> +<li type="circle">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"><span class="strong">Object</span></a> +<ul> +<li type="circle">javax.cache.configuration.<a href="../../../javax/cache/configuration/FactoryBuilder.html" title="class in javax.cache.configuration"><span class="strong">FactoryBuilder</span></a></li> +<li type="circle">javax.cache.configuration.<a href="../../../javax/cache/configuration/FactoryBuilder.ClassFactory.html" title="class in javax.cache.configuration"><span class="strong">FactoryBuilder.ClassFactory</span></a><T> (implements javax.cache.configuration.<a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><T>, java.io.<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>)</li> +<li type="circle">javax.cache.configuration.<a href="../../../javax/cache/configuration/FactoryBuilder.SingletonFactory.html" title="class in javax.cache.configuration"><span class="strong">FactoryBuilder.SingletonFactory</span></a><T> (implements javax.cache.configuration.<a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration">Factory</a><T>, java.io.<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>)</li> +<li type="circle">javax.cache.configuration.<a href="../../../javax/cache/configuration/MutableCacheEntryListenerConfiguration.html" title="class in javax.cache.configuration"><span class="strong">MutableCacheEntryListenerConfiguration</span></a><K,V> (implements javax.cache.configuration.<a href="../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration">CacheEntryListenerConfiguration</a><K,V>)</li> +<li type="circle">javax.cache.configuration.<a href="../../../javax/cache/configuration/MutableConfiguration.html" title="class in javax.cache.configuration"><span class="strong">MutableConfiguration</span></a><K,V> (implements javax.cache.configuration.<a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="interface in javax.cache.configuration">CompleteConfiguration</a><K,V>)</li> +</ul> +</li> +</ul> +<h2 title="Interface Hierarchy">Interface Hierarchy</h2> +<ul> +<li type="circle">java.io.<a href="http://download.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io"><span class="strong">Serializable</span></a> +<ul> +<li type="circle">javax.cache.configuration.<a href="../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration"><span class="strong">CacheEntryListenerConfiguration</span></a><K,V></li> +<li type="circle">javax.cache.configuration.<a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="interface in javax.cache.configuration"><span class="strong">CompleteConfiguration</span></a><K,V> (also extends javax.cache.configuration.<a href="../../../javax/cache/configuration/Configuration.html" title="interface in javax.cache.configuration">Configuration</a><K,V>)</li> +<li type="circle">javax.cache.configuration.<a href="../../../javax/cache/configuration/Configuration.html" title="interface in javax.cache.configuration"><span class="strong">Configuration</span></a><K,V> +<ul> +<li type="circle">javax.cache.configuration.<a href="../../../javax/cache/configuration/CompleteConfiguration.html" title="interface in javax.cache.configuration"><span class="strong">CompleteConfiguration</span></a><K,V> (also extends java.io.<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>)</li> +</ul> +</li> +<li type="circle">javax.cache.configuration.<a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><span class="strong">Factory</span></a><T></li> +</ul> +</li> +</ul> +<h2 title="Enum Hierarchy">Enum Hierarchy</h2> +<ul> +<li type="circle">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"><span class="strong">Object</span></a> +<ul> +<li type="circle">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"><span class="strong">Enum</span></a><E> (implements java.lang.<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><T>, java.io.<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>) +<ul> +<li type="circle">javax.cache.configuration.<a href="../../../javax/cache/configuration/OptionalFeature.html" title="enum in javax.cache.configuration"><span class="strong">OptionalFeature</span></a></li> +</ul> +</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>Class</li> +<li>Use</li> +<li class="navBarCell1Rev">Tree</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/annotation/package-tree.html">Prev</a></li> +<li><a href="../../../javax/cache/event/package-tree.html">Next</a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/cache/configuration/package-tree.html" target="_top">Frames</a></li> +<li><a href="package-tree.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/configuration/package-use.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/package-use.html?rev=1662900&view=auto ============================================================================== --- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/package-use.html (added) +++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/configuration/package-use.html Sat Feb 28 04:53:18 2015 @@ -0,0 +1,265 @@ +<!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:26 EST 2014 --> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Package javax.cache.configuration (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 Package javax.cache.configuration (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</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/configuration/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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"> +<h1 title="Uses of Package javax.cache.configuration" class="title">Uses of Package<br>javax.cache.configuration</h1> +</div> +<div class="contentContainer"> +<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/configuration/package-summary.html">javax.cache.configuration</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">javax.cache</a></td> +<td class="colLast"> +<div class="block">This package contains the API for JCache.</div> +</td> +</tr> +<tr class="rowColor"> +<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="altColor"> +<td class="colFirst"><a href="#javax.cache.expiry">javax.cache.expiry</a></td> +<td class="colLast"> +<div class="block">This package contains expiry policies</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#javax.cache.spi">javax.cache.spi</a></td> +<td class="colLast"> +<div class="block">The javax.cache.spi package defines the classes and interfaces that are implemented by the + caching provider for use by the <a href="../../../javax/cache/Caching.html" title="class in javax.cache"><code>Caching</code></a> class</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="javax.cache"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../javax/cache/configuration/package-summary.html">javax.cache.configuration</a> used by <a href="../../../javax/cache/package-summary.html">javax.cache</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../javax/cache/configuration/class-use/CacheEntryListenerConfiguration.html#javax.cache">CacheEntryListenerConfiguration</a> +<div class="block">Defines the configuration requirements for a + <a href="../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event"><code>CacheEntryListener</code></a> and a <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for its + creation.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../javax/cache/configuration/class-use/Configuration.html#javax.cache">Configuration</a> +<div class="block">A basic read-only representation of a <a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a> configuration.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="javax.cache.configuration"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../javax/cache/configuration/package-summary.html">javax.cache.configuration</a> used by <a href="../../../javax/cache/configuration/package-summary.html">javax.cache.configuration</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../javax/cache/configuration/class-use/CacheEntryListenerConfiguration.html#javax.cache.configuration">CacheEntryListenerConfiguration</a> +<div class="block">Defines the configuration requirements for a + <a href="../../../javax/cache/event/CacheEntryListener.html" title="interface in javax.cache.event"><code>CacheEntryListener</code></a> and a <a href="../../../javax/cache/configuration/Factory.html" title="interface in javax.cache.configuration"><code>Factory</code></a> for its + creation.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../javax/cache/configuration/class-use/CompleteConfiguration.html#javax.cache.configuration">CompleteConfiguration</a> +<div class="block">A read-only representation of the complete JCache <a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a> + configuration.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../javax/cache/configuration/class-use/Configuration.html#javax.cache.configuration">Configuration</a> +<div class="block">A basic read-only representation of a <a href="../../../javax/cache/Cache.html" title="interface in javax.cache"><code>Cache</code></a> configuration.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../javax/cache/configuration/class-use/Factory.html#javax.cache.configuration">Factory</a> +<div class="block">Constructs and returns a fully configured instance of a specific factory type.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../javax/cache/configuration/class-use/MutableCacheEntryListenerConfiguration.html#javax.cache.configuration">MutableCacheEntryListenerConfiguration</a> +<div class="block">A convenience class providing a mutable, serializable implementation of a + <a href="../../../javax/cache/configuration/CacheEntryListenerConfiguration.html" title="interface in javax.cache.configuration"><code>CacheEntryListenerConfiguration</code></a>.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="../../../javax/cache/configuration/class-use/MutableConfiguration.html#javax.cache.configuration">MutableConfiguration</a> +<div class="block">A simple mutable implementation of a <a href="../../../javax/cache/configuration/Configuration.html" title="interface in javax.cache.configuration"><code>Configuration</code></a>.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../javax/cache/configuration/class-use/OptionalFeature.html#javax.cache.configuration">OptionalFeature</a> +<div class="block">Optional features that may be present in an implementation.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="javax.cache.expiry"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../javax/cache/configuration/package-summary.html">javax.cache.configuration</a> used by <a href="../../../javax/cache/expiry/package-summary.html">javax.cache.expiry</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../javax/cache/configuration/class-use/Factory.html#javax.cache.expiry">Factory</a> +<div class="block">Constructs and returns a fully configured instance of a specific factory type.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="javax.cache.spi"> +<!-- --> +</a> +<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../javax/cache/configuration/package-summary.html">javax.cache.configuration</a> used by <a href="../../../javax/cache/spi/package-summary.html">javax.cache.spi</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="../../../javax/cache/configuration/class-use/OptionalFeature.html#javax.cache.spi">OptionalFeature</a> +<div class="block">Optional features that may be present in an implementation.</div> +</td> +</tr> +</tbody> +</table> +</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>Class</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/configuration/package-use.html" target="_top">Frames</a></li> +<li><a href="package-use.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/CacheEntryCreatedListener.html URL: http://svn.apache.org/viewvc/incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/CacheEntryCreatedListener.html?rev=1662900&view=auto ============================================================================== --- incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/CacheEntryCreatedListener.html (added) +++ incubator/ignite/site/trunk/jcache/1.0.0/javaodc/javax/cache/event/CacheEntryCreatedListener.html Sat Feb 28 04:53:18 2015 @@ -0,0 +1,231 @@ +<!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>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="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 class="navBarCell1Rev">Class</li> +<li><a href="class-use/CacheEntryCreatedListener.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>Prev Class</li> +<li><a href="../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/cache/event/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> +<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 CacheEntryCreatedListener" class="title">Interface CacheEntryCreatedListener<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">CacheEntryCreatedListener<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 after a cache entry is created, or if a batch call is made, after the + entries are created. + <p> + If an entry for the key existed prior to the operation it is not invoked, + instead <a href="../../../javax/cache/event/CacheEntryUpdatedListener.html" title="interface in javax.cache.event"><code>CacheEntryUpdatedListener</code></a> is invoked.</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/CacheEntryUpdatedListener.html" title="interface in javax.cache.event"><code>CacheEntryUpdatedListener</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/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> +</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="onCreated(java.lang.Iterable)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>onCreated</h4> +<pre>void onCreated(<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) + 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 created.</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>events</code> - The entries just created.</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/CacheEntryCreatedListener.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>Prev Class</li> +<li><a href="../../../javax/cache/event/CacheEntryEvent.html" title="class in javax.cache.event"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?javax/cache/event/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> +<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>
