blob: c72bd5fc370ccf416323a18b81364a0046613436 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (14.0.1) on Tue Jun 15 21:55:05 PDT 2021 -->
<title>org.eclipse.ecf.remoteservice Class Hierarchy (Eclipse Communication Framework (ECF) 3.14.22 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="dc.created" content="2021-06-15">
<meta name="description" content="tree: package: org.eclipse.ecf.remoteservice">
<meta name="generator" content="javadoc/PackageTreeWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="package-tree">
<script type="text/javascript">var pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.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-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<div class="header">
<h1 class="title">Hierarchy For Package org.eclipse.ecf.remoteservice</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<section class="hierarchy">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html?is-external=true" title="class or interface in java.lang" class="externalLink"><span class="typeNameLink">Object</span></a>
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.asyncproxy.<a href="asyncproxy/AbstractAsyncProxyRemoteCall.html" title="class in org.eclipse.ecf.remoteservice.asyncproxy"><span class="typeNameLink">AbstractAsyncProxyRemoteCall</span></a>
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="RemoteCall.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">RemoteCall</span></a> (implements org.eclipse.ecf.remoteservice.<a href="IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCall</a>)</li>
</ul>
</li>
<li class="circle">org.eclipse.ecf.remoteservice.asyncproxy.<a href="asyncproxy/AbstractAsyncProxyRemoteService.html" title="class in org.eclipse.ecf.remoteservice.asyncproxy"><span class="typeNameLink">AbstractAsyncProxyRemoteService</span></a>
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="AbstractRemoteService.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">AbstractRemoteService</span></a> (implements java.lang.reflect.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/reflect/InvocationHandler.html?is-external=true" title="class or interface in java.lang.reflect" class="externalLink">InvocationHandler</a>, org.eclipse.ecf.remoteservice.<a href="IRemoteService.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteService</a>)</li>
</ul>
</li>
<li class="circle">org.eclipse.ecf.core.<a href="../core/AbstractContainer.html" title="class in org.eclipse.ecf.core"><span class="typeNameLink">AbstractContainer</span></a> (implements org.eclipse.ecf.core.<a href="../core/IContainer.html" title="interface in org.eclipse.ecf.core">IContainer</a>)
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="AbstractRSAContainer.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">AbstractRSAContainer</span></a></li>
</ul>
</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="AbstractRemoteCallListener.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">AbstractRemoteCallListener</span></a> (implements org.eclipse.ecf.remoteservice.<a href="IRemoteCallListener.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCallListener</a>)</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="AbstractRemoteService.AsyncArgs.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">AbstractRemoteService.AsyncArgs</span></a></li>
<li class="circle">org.eclipse.ecf.core.identity.<a href="../core/identity/BaseID.html" title="class in org.eclipse.ecf.core.identity"><span class="typeNameLink">BaseID</span></a> (implements org.eclipse.ecf.core.identity.<a href="../core/identity/ID.html" title="interface in org.eclipse.ecf.core.identity">ID</a>)
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="RemoteServiceID.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">RemoteServiceID</span></a> (implements org.eclipse.ecf.remoteservice.<a href="IRemoteServiceID.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteServiceID</a>)</li>
</ul>
</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="CallbackRemoteCallListener.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">CallbackRemoteCallListener</span></a> (implements org.eclipse.ecf.remoteservice.<a href="IRemoteCallListener.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteCallListener</a>)</li>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/ClassLoader.html?is-external=true" title="class or interface in java.lang" class="externalLink"><span class="typeNameLink">ClassLoader</span></a>
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="AbstractRemoteService.ProxyClassLoader.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">AbstractRemoteService.ProxyClassLoader</span></a></li>
</ul>
</li>
<li class="circle">org.eclipse.ecf.core.identity.<a href="../core/identity/Namespace.html" title="class in org.eclipse.ecf.core.identity"><span class="typeNameLink">Namespace</span></a> (implements org.eclipse.core.runtime.IAdaptable, java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>)
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="RemoteServiceNamespace.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">RemoteServiceNamespace</span></a></li>
</ul>
</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="RemoteCallFactory.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">RemoteCallFactory</span></a></li>
<li class="circle">org.eclipse.ecf.remoteservice.util.<a href="util/RemoteFilterImpl.html" title="class in org.eclipse.ecf.remoteservice.util"><span class="typeNameLink">RemoteFilterImpl</span></a> (implements org.eclipse.ecf.remoteservice.<a href="IRemoteFilter.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteFilter</a>)
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="RemoteServiceFilterImpl.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">RemoteServiceFilterImpl</span></a></li>
</ul>
</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="RemoteServiceContainer.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">RemoteServiceContainer</span></a> (implements org.eclipse.ecf.remoteservice.<a href="IRemoteServiceContainer.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteServiceContainer</a>)</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="RemoteServiceContainerAdapterImpl.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">RemoteServiceContainerAdapterImpl</span></a> (implements org.eclipse.ecf.remoteservice.<a href="IRemoteServiceContainerAdapter.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteServiceContainerAdapter</a>)
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="RSARemoteServiceContainerAdapter.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">RSARemoteServiceContainerAdapter</span></a></li>
</ul>
</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="RemoteServiceHelper.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">RemoteServiceHelper</span></a></li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="RemoteServiceReferenceImpl.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">RemoteServiceReferenceImpl</span></a> (implements org.eclipse.ecf.remoteservice.<a href="IRemoteServiceReference.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteServiceReference</a>)</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="RemoteServiceRegistrationImpl.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">RemoteServiceRegistrationImpl</span></a> (implements org.eclipse.ecf.remoteservice.<a href="IRemoteServiceRegistration.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteServiceRegistration</a>, java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>)
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="RSARemoteServiceContainerAdapter.RSARemoteServiceRegistration.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">RSARemoteServiceContainerAdapter.RSARemoteServiceRegistration</span></a> (implements org.eclipse.ecf.remoteservice.<a href="IExtendedRemoteServiceRegistration.html" title="interface in org.eclipse.ecf.remoteservice">IExtendedRemoteServiceRegistration</a>)</li>
</ul>
</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="RemoteServiceRegistryImpl.html" title="class in org.eclipse.ecf.remoteservice"><span class="typeNameLink">RemoteServiceRegistryImpl</span></a> (implements java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>)</li>
</ul>
</li>
</ul>
</section>
<section class="hierarchy">
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink"><span class="typeNameLink">Comparable</span></a>&lt;T&gt;
<ul>
<li class="circle">org.eclipse.ecf.core.identity.<a href="../core/identity/ID.html" title="interface in org.eclipse.ecf.core.identity"><span class="typeNameLink">ID</span></a> (also extends org.eclipse.core.runtime.IAdaptable, java.security.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/Principal.html?is-external=true" title="class or interface in java.security" class="externalLink">Principal</a>, java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>)
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceID.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceID</span></a></li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="Constants.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">Constants</span></a></li>
<li class="circle">org.osgi.framework.<a href="https://docs.osgi.org/javadoc/osgi.core/7.0.0/org/osgi/framework/Filter.html?is-external=true" title="class or interface in org.osgi.framework" class="externalLink"><span class="typeNameLink">Filter</span></a>
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteFilter.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteFilter</span></a></li>
</ul>
</li>
<li class="circle">org.eclipse.core.runtime.IAdaptable
<ul>
<li class="circle">org.eclipse.ecf.core.identity.<a href="../core/identity/ID.html" title="interface in org.eclipse.ecf.core.identity"><span class="typeNameLink">ID</span></a> (also extends java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Comparable</a>&lt;T&gt;, java.security.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/Principal.html?is-external=true" title="class or interface in java.security" class="externalLink">Principal</a>, java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>)
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceID.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceID</span></a></li>
</ul>
</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceConsumer.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceConsumer</span></a>
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceContainerAdapter.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceContainerAdapter</span></a> (also extends org.eclipse.ecf.remoteservice.<a href="IRemoteServiceHost.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteServiceHost</a>)
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IOSGiRemoteServiceContainerAdapter.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IOSGiRemoteServiceContainerAdapter</span></a></li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceHost.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceHost</span></a>
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceContainerAdapter.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceContainerAdapter</span></a> (also extends org.eclipse.ecf.remoteservice.<a href="IRemoteServiceConsumer.html" title="interface in org.eclipse.ecf.remoteservice">IRemoteServiceConsumer</a>)
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IOSGiRemoteServiceContainerAdapter.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IOSGiRemoteServiceContainerAdapter</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IAsyncCallback.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IAsyncCallback</span></a>&lt;ResultType&gt;</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IAsyncRemoteServiceProxy.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IAsyncRemoteServiceProxy</span></a></li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRegistrationListener.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRegistrationListener</span></a></li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteCall.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteCall</span></a></li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteCallListener.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteCallListener</span></a></li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteService.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteService</span></a></li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceCallPolicy.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceCallPolicy</span></a></li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceContainer.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceContainer</span></a></li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceImplDebugOptions.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceImplDebugOptions</span></a></li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceListener.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceListener</span></a></li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceProxy.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceProxy</span></a></li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceProxyCreator.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceProxyCreator</span></a></li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceReference.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceReference</span></a></li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceRegistration.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceRegistration</span></a>
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IExtendedRemoteServiceRegistration.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IExtendedRemoteServiceRegistration</span></a></li>
</ul>
</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRSAConsumerContainerAdapter.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRSAConsumerContainerAdapter</span></a></li>
<li class="circle">java.security.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/Principal.html?is-external=true" title="class or interface in java.security" class="externalLink"><span class="typeNameLink">Principal</span></a>
<ul>
<li class="circle">org.eclipse.ecf.core.identity.<a href="../core/identity/ID.html" title="interface in org.eclipse.ecf.core.identity"><span class="typeNameLink">ID</span></a> (also extends java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Comparable</a>&lt;T&gt;, org.eclipse.core.runtime.IAdaptable, java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink">Serializable</a>)
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceID.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceID</span></a></li>
</ul>
</li>
</ul>
</li>
<li class="circle">java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Serializable.html?is-external=true" title="class or interface in java.io" class="externalLink"><span class="typeNameLink">Serializable</span></a>
<ul>
<li class="circle">org.eclipse.ecf.core.identity.<a href="../core/identity/ID.html" title="interface in org.eclipse.ecf.core.identity"><span class="typeNameLink">ID</span></a> (also extends java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang" class="externalLink">Comparable</a>&lt;T&gt;, org.eclipse.core.runtime.IAdaptable, java.security.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/Principal.html?is-external=true" title="class or interface in java.security" class="externalLink">Principal</a>)
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="IRemoteServiceID.html" title="interface in org.eclipse.ecf.remoteservice"><span class="typeNameLink">IRemoteServiceID</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
<section class="hierarchy">
<h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
<ul>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="AsyncMethod.html" title="annotation in org.eclipse.ecf.remoteservice"><span class="typeNameLink">AsyncMethod</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation" class="externalLink">Annotation</a>)</li>
<li class="circle">org.eclipse.ecf.remoteservice.<a href="AsyncService.html" title="annotation in org.eclipse.ecf.remoteservice"><span class="typeNameLink">AsyncService</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation" class="externalLink">Annotation</a>)</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.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-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2020 <a href="https://www.eclipse.org/">Eclipse Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>