Files
redkale/javadoc/org/redkale/service/package-summary.html
wentch abb06e9781
2016-01-26 11:48:51 +08:00

283 lines
11 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (1.8.0_71) on Tue Jan 26 11:41:36 CST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.redkale.service (RedKale的API文档)</title>
<meta name="date" content="2016-01-26">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.redkale.service (RedKale\u7684API\u6587\u6863)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>您的浏览器已禁用 JavaScript。</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../overview-summary.html">概览</a></li>
<li class="navBarCell1Rev">程序包</li>
<li></li>
<li><a href="package-use.html">使用</a></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../index-files/index-1.html">索引</a></li>
<li><a href="../../../help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/redkale/net/sncp/package-summary.html">上一个程序包</a></li>
<li><a href="../../../org/redkale/source/package-summary.html">下一个程序包</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/redkale/service/package-summary.html" target="_top">框架</a></li>
<li><a href="package-summary.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">所有类</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="程序包" class="title">程序包&nbsp;org.redkale.service</h1>
<div class="docSummary">
<div class="block">Service接口和模式配置包</div>
</div>
<p>请参阅:&nbsp;<a href="#package.description">说明</a></p>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="接口概要表, 列表接口和解释">
<caption><span>接口概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">接口</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/service/Service.html" title="org.redkale.service中的接口">Service</a></td>
<td class="colLast">
<div class="block">所有Service的实现类不得声明为final 允许远程模式的public方法都不能声明为final。</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="类概要表, 列表类和解释">
<caption><span>类概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col"></th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/service/CacheSourceService.html" title="org.redkale.service中的类">CacheSourceService</a>&lt;K extends java.io.Serializable,V&gt;</td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/service/CacheSourceService.CacheEntry.html" title="org.redkale.service中的类">CacheSourceService.CacheEntry</a>&lt;K extends java.io.Serializable,T&gt;</td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/service/DataCacheListenerService.html" title="org.redkale.service中的类">DataCacheListenerService</a></td>
<td class="colLast">
<div class="block">
详情见: http://www.redkale.org</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/service/DataSourceService.html" title="org.redkale.service中的类">DataSourceService</a></td>
<td class="colLast">
<div class="block">DataSource对应的Service类 该类主要特点是将所有含FilterBean参数的方法重载成FilterNode对应的方法。</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/service/DataSQLListenerService.html" title="org.redkale.service中的类">DataSQLListenerService</a></td>
<td class="colLast">已过时</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/service/RetResult.html" title="org.redkale.service中的类">RetResult</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">通用的结果对象在常见的HTTP+JSON接口中返回的结果需要含结果码错误信息和实体对象。</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/service/RetResult.RetSuccessResult.html" title="org.redkale.service中的类">RetResult.RetSuccessResult</a>&lt;T&gt;</td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/service/WebSocketNodeService.html" title="org.redkale.service中的类">WebSocketNodeService</a></td>
<td class="colLast">
<div class="block">
详情见: http://www.redkale.org</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="枚举概要表, 列表枚举和解释">
<caption><span>枚举概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">枚举</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/service/CacheSourceService.CacheEntryType.html" title="org.redkale.service中的枚举">CacheSourceService.CacheEntryType</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="注释类型概要表, 列表注释类型和解释">
<caption><span>注释类型概要</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">注释类型</th>
<th class="colLast" scope="col">说明</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/service/DynAttachment.html" title="org.redkale.service中的注释">DynAttachment</a></td>
<td class="colLast">
<div class="block">SNCP协议中用于CompletionHandler回调函数中的attach字段。</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/service/DynCall.html" title="org.redkale.service中的注释">DynCall</a></td>
<td class="colLast">
<div class="block">参数回写, 当Service的方法需要更改参数对象内部的数据时需要使用DynCall
详情见: http://www.redkale.org</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/service/DynRemote.html" title="org.redkale.service中的注释">DynRemote</a></td>
<td class="colLast">
<div class="block">用于在 Service 中创建自身远程模式的对象
详情见: http://www.redkale.org</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/service/DynSourceAddress.html" title="org.redkale.service中的注释">DynSourceAddress</a></td>
<td class="colLast">
<div class="block">SNCP协议中标记为来源地址参数, 该注解只能标记在类型为SocketAddress或InetSocketAddress的参数上。</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/service/DynTargetAddress.html" title="org.redkale.service中的注释">DynTargetAddress</a></td>
<td class="colLast">
<div class="block">SNCP协议中标记为目标地址参数, 该注解只能标记在类型为SocketAddress或InetSocketAddress的参数上。</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../org/redkale/service/LocalService.html" title="org.redkale.service中的注释">LocalService</a></td>
<td class="colLast">
<div class="block">本地模式注解。</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../org/redkale/service/MultiRun.html" title="org.redkale.service中的注释">MultiRun</a></td>
<td class="colLast">
<div class="block">MultiRun 只对本地模式Service有效
详情见: http://www.redkale.org</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="package.description">
<!-- -->
</a>
<h2 title="程序包org.redkale.service的说明">程序包org.redkale.service的说明</h2>
<div class="block">Service接口和模式配置包</div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="导航">
<li><a href="../../../overview-summary.html">概览</a></li>
<li class="navBarCell1Rev">程序包</li>
<li></li>
<li><a href="package-use.html">使用</a></li>
<li><a href="package-tree.html"></a></li>
<li><a href="../../../deprecated-list.html">已过时</a></li>
<li><a href="../../../index-files/index-1.html">索引</a></li>
<li><a href="../../../help-doc.html">帮助</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../org/redkale/net/sncp/package-summary.html">上一个程序包</a></li>
<li><a href="../../../org/redkale/source/package-summary.html">下一个程序包</a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?org/redkale/service/package-summary.html" target="_top">框架</a></li>
<li><a href="package-summary.html" target="_top">无框架</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">所有类</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 ======= -->
</body>
</html>