<!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_09) on Tue Aug 26 22:48:00 CEST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Index (Java(TM) EE 7 Specification APIs)</title>
<meta name="date" content="2014-08-26">
<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="Index (Java(TM) EE 7 Specification APIs)";
}
//-->
</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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="./overview-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</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?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.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="contentContainer"><a href="#_A_">A</a> <a href="#_B_">B</a> <a href="#_C_">C</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_F_">F</a> <a href="#_G_">G</a> <a href="#_H_">H</a> <a href="#_I_">I</a> <a href="#_J_">J</a> <a href="#_K_">K</a> <a href="#_L_">L</a> <a href="#_M_">M</a> <a href="#_N_">N</a> <a href="#_O_">O</a> <a href="#_P_">P</a> <a href="#_Q_">Q</a> <a href="#_R_">R</a> <a href="#_S_">S</a> <a href="#_T_">T</a> <a href="#_U_">U</a> <a href="#_V_">V</a> <a href="#_W_">W</a> <a href="#_X_">X</a> <a href="#_Y_">Y</a> <a href="#___">_</a> <a name="_A_">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><a href="./javax/batch/operations/JobOperator.html#abandon(long)">abandon(long)</a></span> - Method in interface javax.batch.operations.<a href="./javax/batch/operations/JobOperator.html" title="interface in javax.batch.operations">JobOperator</a></dt>
<dd>
<div class="block">Set batch status to ABANDONED.</div>
</dd>
<dt><a href="./javax/enterprise/concurrent/AbortedException.html" title="class in javax.enterprise.concurrent"><span class="strong">AbortedException</span></a> - Exception in <a href="./javax/enterprise/concurrent/package-summary.html">javax.enterprise.concurrent</a></dt>
<dd>
<div class="block">Exception indicating that the result of a task cannot be retrieved
because the task failed to run for some reason other than being cancelled.</div>
</dd>
<dt><span class="strong"><a href="./javax/enterprise/concurrent/AbortedException.html#AbortedException()">AbortedException()</a></span> - Constructor for exception javax.enterprise.concurrent.<a href="./javax/enterprise/concurrent/AbortedException.html" title="class in javax.enterprise.concurrent">AbortedException</a></dt>
<dd>
<div class="block">Constructs an AbortedException with <code>null</code> as its detail message.</div>
</dd>
<dt><span class="strong"><a href="./javax/enterprise/concurrent/AbortedException.html#AbortedException(java.lang.String, java.lang.Throwable)">AbortedException(String, Throwable)</a></span> - Constructor for exception javax.enterprise.concurrent.<a href="./javax/enterprise/concurrent/AbortedException.html" title="class in javax.enterprise.concurrent">AbortedException</a></dt>
<dd>
<div class="block">Constructs an AbortedException exception with the specified detail message and cause.</div>
</dd>
<dt><span class="strong"><a href="./javax/enterprise/concurrent/AbortedException.html#AbortedException(java.lang.String)">AbortedException(String)</a></span> - Constructor for exception javax.enterprise.concurrent.<a href="./javax/enterprise/concurrent/AbortedException.html" title="class in javax.enterprise.concurrent">AbortedException</a></dt>
<dd>
<div class="block">Constructs an AbortedException exception with the specified detail message.</div>
</dd>
<dt><span class="strong"><a href="./javax/enterprise/concurrent/AbortedException.html#AbortedException(java.lang.Throwable)">AbortedException(Throwable)</a></span> - Constructor for exception javax.enterprise.concurrent.<a href="./javax/enterprise/concurrent/AbortedException.html" title="class in javax.enterprise.concurrent">AbortedException</a></dt>
<dd>
<div class="block">Constructs an AbortedException exception with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).</div>
</dd>
<dt><a href="./javax/faces/event/AbortProcessingException.html" title="class in javax.faces.event"><span class="strong">AbortProcessingException</span></a> - Exception in <a href="./javax/faces/event/package-summary.html">javax.faces.event</a></dt>
<dd>
<div class="block">An exception that may be thrown by event listeners to terminate the
processing of the current event.</div>
</dd>
<dt><span class="strong"><a href="./javax/faces/event/AbortProcessingException.html#AbortProcessingException()">AbortProcessingException()</a></span> - Constructor for exception javax.faces.event.<a href="./javax/faces/event/AbortProcessingException.html" title="class in javax.faces.event">AbortProcessingException</a></dt>
<dd>
<div class="block">Construct a new exception with no detail message or root cause.</div>
</dd>
<dt><span class="strong"><a href="./javax/faces/event/AbortProcessingException.html#AbortProcessingException(java.lang.String)">AbortProcessingException(String)</a></span> - Constructor for exception javax.faces.event.<a href="./javax/faces/event/AbortProcessingException.html" title="class in javax.faces.event">AbortProcessingException</a></dt>
<dd>
<div class="block">Construct a new exception with the specified detail message and
no root cause.</div>
</dd>
<dt><span class="strong"><a href="./javax/faces/event/AbortProcessingException.html#AbortProcessingException(java.lang.Throwable)">AbortProcessingException(Throwable)</a></span> - Constructor for exception javax.faces.event.<a href="./javax/faces/event/AbortProcessingException.html" title="class in javax.faces.event">AbortProcessingException</a></dt>
<dd>
<div class="block">Construct a new exception with the specified root cause.</div>
</dd>
<dt><span class="strong"><a href="./javax/faces/event/AbortProcessingException.html#AbortProcessingException(java.lang.String, java.lang.Throwable)">AbortProcessingException(String, Throwable)</a></span> - Constructor for exception javax.faces.event.<a href="./javax/faces/event/AbortProcessingException.html" title="class in javax.faces.event">AbortProcessingException</a></dt>
<dd>
<div class="block">Construct a new exception with the specified detail message and
root cause.</div>
</dd>
<dt><span class="strong"><a href="./javax/ws/rs/client/ClientRequestContext.html#abortWith(javax.ws.rs.core.Response)">abortWith(Response)</a></span> - Method in interface javax.ws.rs.client.<a href="./javax/ws/rs/client/Client