source: trunk/doc/omq/client/annotation/RemoteInterface.html @ 83

Last change on this file since 83 was 83, checked in by stoda, 11 years ago

J

File size: 5.3 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!-- NewPage -->
3<html lang="es">
4<head>
5<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 08 13:25:36 CEST 2013 -->
6<title>RemoteInterface</title>
7<meta name="date" content="2013-07-08">
8<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
9</head>
10<body>
11<script type="text/javascript"><!--
12    if (location.href.indexOf('is-external=true') == -1) {
13        parent.document.title="RemoteInterface";
14    }
15//-->
16</script>
17<noscript>
18<div>JavaScript is disabled on your browser.</div>
19</noscript>
20<!-- ========= START OF TOP NAVBAR ======= -->
21<div class="topNav"><a name="navbar_top">
22<!--   -->
23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
24<!--   -->
25</a>
26<ul class="navList" title="Navigation">
27<li><a href="../../../overview-summary.html">Overview</a></li>
28<li><a href="package-summary.html">Package</a></li>
29<li class="navBarCell1Rev">Class</li>
30<li><a href="class-use/RemoteInterface.html">Use</a></li>
31<li><a href="package-tree.html">Tree</a></li>
32<li><a href="../../../deprecated-list.html">Deprecated</a></li>
33<li><a href="../../../index-files/index-1.html">Index</a></li>
34<li><a href="../../../help-doc.html">Help</a></li>
35</ul>
36</div>
37<div class="subNav">
38<ul class="navList">
39<li><a href="../../../omq/client/annotation/MultiMethod.html" title="annotation in omq.client.annotation"><span class="strong">Prev Class</span></a></li>
40<li><a href="../../../omq/client/annotation/SyncMethod.html" title="annotation in omq.client.annotation"><span class="strong">Next Class</span></a></li>
41</ul>
42<ul class="navList">
43<li><a href="../../../index.html?omq/client/annotation/RemoteInterface.html" target="_top">Frames</a></li>
44<li><a href="RemoteInterface.html" target="_top">No Frames</a></li>
45</ul>
46<ul class="navList" id="allclasses_navbar_top">
47<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
48</ul>
49<div>
50<script type="text/javascript"><!--
51  allClassesLink = document.getElementById("allclasses_navbar_top");
52  if(window==top) {
53    allClassesLink.style.display = "block";
54  }
55  else {
56    allClassesLink.style.display = "none";
57  }
58  //-->
59</script>
60</div>
61<div>
62<ul class="subNavList">
63<li>Summary:&nbsp;</li>
64<li>Required&nbsp;|&nbsp;</li>
65<li>Optional</li>
66</ul>
67<ul class="subNavList">
68<li>Detail:&nbsp;</li>
69<li>Element</li>
70</ul>
71</div>
72<a name="skip-navbar_top">
73<!--   -->
74</a></div>
75<!-- ========= END OF TOP NAVBAR ========= -->
76<!-- ======== START OF CLASS DATA ======== -->
77<div class="header">
78<div class="subTitle">omq.client.annotation</div>
79<h2 title="Annotation Type RemoteInterface" class="title">Annotation Type RemoteInterface</h2>
80</div>
81<div class="contentContainer">
82<div class="description">
83<ul class="blockList">
84<li class="blockList">
85<hr>
86<br>
87<pre>@Documented
88@Retention(value=RUNTIME)
89@Target(value=TYPE)
90public @interface <span class="strong">RemoteInterface</span></pre>
91<div class="block">Annotation which indicates which is the remote interface that can have
92 asynchmethods or syncmethods. By default every method without an annotation
93 will be classified as a SyncMethod. Both annotations can be preceded by the @MultiMethod
94 annotation.</div>
95<dl><dt><span class="strong">Author:</span></dt>
96  <dd>Sergi Toda <sergi.toda@estudiants.urv.cat></dd></dl>
97</li>
98</ul>
99</div>
100</div>
101<!-- ========= END OF CLASS DATA ========= -->
102<!-- ======= START OF BOTTOM NAVBAR ====== -->
103<div class="bottomNav"><a name="navbar_bottom">
104<!--   -->
105</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
106<!--   -->
107</a>
108<ul class="navList" title="Navigation">
109<li><a href="../../../overview-summary.html">Overview</a></li>
110<li><a href="package-summary.html">Package</a></li>
111<li class="navBarCell1Rev">Class</li>
112<li><a href="class-use/RemoteInterface.html">Use</a></li>
113<li><a href="package-tree.html">Tree</a></li>
114<li><a href="../../../deprecated-list.html">Deprecated</a></li>
115<li><a href="../../../index-files/index-1.html">Index</a></li>
116<li><a href="../../../help-doc.html">Help</a></li>
117</ul>
118</div>
119<div class="subNav">
120<ul class="navList">
121<li><a href="../../../omq/client/annotation/MultiMethod.html" title="annotation in omq.client.annotation"><span class="strong">Prev Class</span></a></li>
122<li><a href="../../../omq/client/annotation/SyncMethod.html" title="annotation in omq.client.annotation"><span class="strong">Next Class</span></a></li>
123</ul>
124<ul class="navList">
125<li><a href="../../../index.html?omq/client/annotation/RemoteInterface.html" target="_top">Frames</a></li>
126<li><a href="RemoteInterface.html" target="_top">No Frames</a></li>
127</ul>
128<ul class="navList" id="allclasses_navbar_bottom">
129<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
130</ul>
131<div>
132<script type="text/javascript"><!--
133  allClassesLink = document.getElementById("allclasses_navbar_bottom");
134  if(window==top) {
135    allClassesLink.style.display = "block";
136  }
137  else {
138    allClassesLink.style.display = "none";
139  }
140  //-->
141</script>
142</div>
143<div>
144<ul class="subNavList">
145<li>Summary:&nbsp;</li>
146<li>Required&nbsp;|&nbsp;</li>
147<li>Optional</li>
148</ul>
149<ul class="subNavList">
150<li>Detail:&nbsp;</li>
151<li>Element</li>
152</ul>
153</div>
154<a name="skip-navbar_bottom">
155<!--   -->
156</a></div>
157<!-- ======== END OF BOTTOM NAVBAR ======= -->
158</body>
159</html>
Note: See TracBrowser for help on using the repository browser.