<!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 (1.8.0) on Sun Aug 28 20:42:11 EST 2016 --> | |
<title>ServiceDiscoveryEvent (Apache River v3.0.0 API Documentation (internals))</title> | |
<meta name="date" content="2016-08-28"> | |
<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="ServiceDiscoveryEvent (Apache River v3.0.0 API Documentation (internals))"; | |
} | |
} | |
catch(err) { | |
} | |
//--> | |
var methods = {"i0":10,"i1":10,"i2":9}; | |
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; | |
var altColor = "altColor"; | |
var rowColor = "rowColor"; | |
var tableTab = "tableTab"; | |
var activeTableTab = "activeTableTab"; | |
</script> | |
<noscript> | |
<div>JavaScript is disabled on your browser.</div> | |
</noscript> | |
<!-- ========= START OF TOP NAVBAR ======= --> | |
<div class="topNav"><a name="navbar.top"> | |
<!-- --> | |
</a> | |
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | |
<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/ServiceDiscoveryEvent.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="../../../net/jini/lookup/LookupCache.html" title="interface in net.jini.lookup"><span class="typeNameLink">Prev Class</span></a></li> | |
<li><a href="../../../net/jini/lookup/ServiceDiscoveryListener.html" title="interface in net.jini.lookup"><span class="typeNameLink">Next Class</span></a></li> | |
</ul> | |
<ul class="navList"> | |
<li><a href="../../../index.html?net/jini/lookup/ServiceDiscoveryEvent.html" target="_top">Frames</a></li> | |
<li><a href="ServiceDiscoveryEvent.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><a href="#field.summary">Field</a> | </li> | |
<li><a href="#constructor.summary">Constr</a> | </li> | |
<li><a href="#method.summary">Method</a></li> | |
</ul> | |
<ul class="subNavList"> | |
<li>Detail: </li> | |
<li><a href="#field.detail">Field</a> | </li> | |
<li><a href="#constructor.detail">Constr</a> | </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">net.jini.lookup</div> | |
<h2 title="Class ServiceDiscoveryEvent" class="title">Class ServiceDiscoveryEvent</h2> | |
</div> | |
<div class="contentContainer"> | |
<ul class="inheritance"> | |
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> | |
<li> | |
<ul class="inheritance"> | |
<li><a href="http://docs.oracle.com/javase/6/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util">java.util.EventObject</a></li> | |
<li> | |
<ul class="inheritance"> | |
<li>net.jini.lookup.ServiceDiscoveryEvent</li> | |
</ul> | |
</li> | |
</ul> | |
</li> | |
</ul> | |
<div class="description"> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<dl> | |
<dt>All Implemented Interfaces:</dt> | |
<dd><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> | |
</dl> | |
<hr> | |
<br> | |
<pre>public class <span class="typeNameLabel">ServiceDiscoveryEvent</span> | |
extends <a href="http://docs.oracle.com/javase/6/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util">EventObject</a></pre> | |
<div class="block">The <code>ServiceDiscoveryEvent</code> class encapsulates the | |
service discovery information made available by the event mechanism | |
of the <a href="../../../net/jini/lookup/LookupCache.html" title="interface in net.jini.lookup"><code>LookupCache</code></a>. All listeners | |
that an entity has registered with the cache's event mechanism will | |
receive an event of type <code>ServiceDiscoveryEvent</code> upon | |
the discovery, removal, or modification of one of the cache's services. | |
This class is used by | |
<a href="../../../net/jini/lookup/ServiceDiscoveryManager.html" title="class in net.jini.lookup"><code>ServiceDiscoveryManager</code></a>.</div> | |
<dl> | |
<dt><span class="simpleTagLabel">Author:</span></dt> | |
<dd>Sun Microsystems, Inc.</dd> | |
<dt><span class="seeLabel">See Also:</span></dt> | |
<dd><a href="../../../net/jini/lookup/ServiceDiscoveryManager.html" title="class in net.jini.lookup"><code>ServiceDiscoveryManager</code></a>, | |
<a href="../../../serialized-form.html#net.jini.lookup.ServiceDiscoveryEvent">Serialized Form</a></dd> | |
</dl> | |
</li> | |
</ul> | |
</div> | |
<div class="summary"> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<!-- =========== FIELD SUMMARY =========== --> | |
<ul class="blockList"> | |
<li class="blockList"><a name="field.summary"> | |
<!-- --> | |
</a> | |
<h3>Field Summary</h3> | |
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> | |
<caption><span>Fields</span><span class="tabEnd"> </span></caption> | |
<tr> | |
<th class="colFirst" scope="col">Modifier and Type</th> | |
<th class="colLast" scope="col">Field and Description</th> | |
</tr> | |
<tr class="altColor"> | |
<td class="colFirst"><code>private <a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lookup/ServiceDiscoveryEvent.html#postEventItem">postEventItem</a></span></code> | |
<div class="block">Represents the state of the service after the event.</div> | |
</td> | |
</tr> | |
<tr class="rowColor"> | |
<td class="colFirst"><code>private <a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lookup/ServiceDiscoveryEvent.html#preEventItem">preEventItem</a></span></code> | |
<div class="block">Represents the state of the service prior to the event.</div> | |
</td> | |
</tr> | |
<tr class="altColor"> | |
<td class="colFirst"><code>private static long</code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lookup/ServiceDiscoveryEvent.html#serialVersionUID">serialVersionUID</a></span></code> </td> | |
</tr> | |
</table> | |
<ul class="blockList"> | |
<li class="blockList"><a name="fields.inherited.from.class.java.util.EventObject"> | |
<!-- --> | |
</a> | |
<h3>Fields inherited from class java.util.<a href="http://docs.oracle.com/javase/6/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util">EventObject</a></h3> | |
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/EventObject.html?is-external=true#source" title="class or interface in java.util">source</a></code></li> | |
</ul> | |
</li> | |
</ul> | |
<!-- ======== CONSTRUCTOR SUMMARY ======== --> | |
<ul class="blockList"> | |
<li class="blockList"><a name="constructor.summary"> | |
<!-- --> | |
</a> | |
<h3>Constructor Summary</h3> | |
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> | |
<caption><span>Constructors</span><span class="tabEnd"> </span></caption> | |
<tr> | |
<th class="colFirst" scope="col">Modifier</th> | |
<th class="colLast" scope="col">Constructor and Description</th> | |
</tr> | |
<tr class="altColor"> | |
<td class="colFirst"><code> </code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lookup/ServiceDiscoveryEvent.html#ServiceDiscoveryEvent-java.lang.Object-net.jini.core.lookup.ServiceItem-net.jini.core.lookup.ServiceItem-">ServiceDiscoveryEvent</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> source, | |
<a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> preEventItem, | |
<a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> postEventItem)</code> | |
<div class="block">The constructor of <code>ServiceDiscoveryEvent</code> takes | |
three arguments: | |
An instance of <code>Object</code> corresponding to the | |
instance of <code>LookupCache</code> from which the given event | |
originated | |
A <code>ServiceItem</code> reference representing the state | |
of the service (associated with the given event) prior to the | |
occurrence of the event | |
A <code>ServiceItem</code> reference representing the state | |
of the service after the occurrence of the event | |
If <code>null</code> is passed as the source parameter for the | |
constructor, a <code>NullPointerException</code> will be thrown.</div> | |
</td> | |
</tr> | |
<tr class="rowColor"> | |
<td class="colFirst"><code>private </code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lookup/ServiceDiscoveryEvent.html#ServiceDiscoveryEvent-java.lang.Object-net.jini.core.lookup.ServiceItem-net.jini.core.lookup.ServiceItem-boolean-">ServiceDiscoveryEvent</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> source, | |
<a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> preEventItem, | |
<a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> postEventItem, | |
boolean check)</code> </td> | |
</tr> | |
</table> | |
</li> | |
</ul> | |
<!-- ========== METHOD SUMMARY =========== --> | |
<ul class="blockList"> | |
<li class="blockList"><a name="method.summary"> | |
<!-- --> | |
</a> | |
<h3>Method Summary</h3> | |
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> | |
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> | |
<tr> | |
<th class="colFirst" scope="col">Modifier and Type</th> | |
<th class="colLast" scope="col">Method and Description</th> | |
</tr> | |
<tr id="i0" class="altColor"> | |
<td class="colFirst"><code><a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lookup/ServiceDiscoveryEvent.html#getPostEventServiceItem--">getPostEventServiceItem</a></span>()</code> | |
<div class="block">Returns an instance of a <code>ServiceItem</code> containing the | |
service reference corresponding to the given event.</div> | |
</td> | |
</tr> | |
<tr id="i1" class="rowColor"> | |
<td class="colFirst"><code><a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a></code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lookup/ServiceDiscoveryEvent.html#getPreEventServiceItem--">getPreEventServiceItem</a></span>()</code> | |
<div class="block">Returns an instance of a <code>ServiceItem</code> containing the | |
service reference corresponding to the given event.</div> | |
</td> | |
</tr> | |
<tr id="i2" class="altColor"> | |
<td class="colFirst"><code>private static boolean</code></td> | |
<td class="colLast"><code><span class="memberNameLink"><a href="../../../net/jini/lookup/ServiceDiscoveryEvent.html#nullCheck-java.lang.Object-net.jini.core.lookup.ServiceItem-net.jini.core.lookup.ServiceItem-">nullCheck</a></span>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> source, | |
<a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> preEventItem, | |
<a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> postEventItem)</code> </td> | |
</tr> | |
</table> | |
<ul class="blockList"> | |
<li class="blockList"><a name="methods.inherited.from.class.java.util.EventObject"> | |
<!-- --> | |
</a> | |
<h3>Methods inherited from class java.util.<a href="http://docs.oracle.com/javase/6/docs/api/java/util/EventObject.html?is-external=true" title="class or interface in java.util">EventObject</a></h3> | |
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/EventObject.html?is-external=true#getSource--" title="class or interface in java.util">getSource</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/util/EventObject.html?is-external=true#toString--" title="class or interface in java.util">toString</a></code></li> | |
</ul> | |
<ul class="blockList"> | |
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> | |
<!-- --> | |
</a> | |
<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> | |
<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> | |
</ul> | |
</li> | |
</ul> | |
</li> | |
</ul> | |
</div> | |
<div class="details"> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<!-- ============ FIELD DETAIL =========== --> | |
<ul class="blockList"> | |
<li class="blockList"><a name="field.detail"> | |
<!-- --> | |
</a> | |
<h3>Field Detail</h3> | |
<a name="serialVersionUID"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>serialVersionUID</h4> | |
<pre>private static final long serialVersionUID</pre> | |
<dl> | |
<dt><span class="seeLabel">See Also:</span></dt> | |
<dd><a href="../../../constant-values.html#net.jini.lookup.ServiceDiscoveryEvent.serialVersionUID">Constant Field Values</a></dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="preEventItem"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>preEventItem</h4> | |
<pre>private final <a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> preEventItem</pre> | |
<div class="block">Represents the state of the service prior to the event.</div> | |
</li> | |
</ul> | |
<a name="postEventItem"> | |
<!-- --> | |
</a> | |
<ul class="blockListLast"> | |
<li class="blockList"> | |
<h4>postEventItem</h4> | |
<pre>private final <a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> postEventItem</pre> | |
<div class="block">Represents the state of the service after the event.</div> | |
</li> | |
</ul> | |
</li> | |
</ul> | |
<!-- ========= CONSTRUCTOR DETAIL ======== --> | |
<ul class="blockList"> | |
<li class="blockList"><a name="constructor.detail"> | |
<!-- --> | |
</a> | |
<h3>Constructor Detail</h3> | |
<a name="ServiceDiscoveryEvent-java.lang.Object-net.jini.core.lookup.ServiceItem-net.jini.core.lookup.ServiceItem-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>ServiceDiscoveryEvent</h4> | |
<pre>public ServiceDiscoveryEvent(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> source, | |
<a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> preEventItem, | |
<a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> postEventItem)</pre> | |
<div class="block">The constructor of <code>ServiceDiscoveryEvent</code> takes | |
three arguments: | |
<li>An instance of <code>Object</code> corresponding to the | |
instance of <code>LookupCache</code> from which the given event | |
originated</li> | |
<p> | |
<li>A <code>ServiceItem</code> reference representing the state | |
of the service (associated with the given event) prior to the | |
occurrence of the event</li> | |
<p> | |
<li>A <code>ServiceItem</code> reference representing the state | |
of the service after the occurrence of the event</li> | |
<p> | |
If <code>null</code> is passed as the source parameter for the | |
constructor, a <code>NullPointerException</code> will be thrown. | |
<p> | |
Depending on the nature of the discovery event, a null reference | |
may be passed as one or the other of the remaining parameters, but | |
never both. If <code>null</code> is passed as both the | |
<code>preEventItem </code>and the <code>postEventItem</code> | |
parameters, a <code>NullPointerException</code> will be thrown. | |
<p> | |
Note that the constructor will not modify the contents of either | |
<code>ServiceItem</code> argument. Doing so can result in | |
unpredictable and undesirable effects on future processing by the | |
<code>ServiceDiscoveryManager</code>. That is why the effects of any | |
such modification to the contents of either input parameter are | |
undefined.</div> | |
<dl> | |
<dt><span class="paramLabel">Parameters:</span></dt> | |
<dd><code>source</code> - an instance of <code>Object</code> corresponding | |
to the instance of <code>LookupCache</code> from | |
which the given event originated.</dd> | |
<dd><code>preEventItem</code> - a <code>ServiceItem</code> reference | |
representing the state of the service (associated | |
with the given event) prior to the occurrence of | |
the event.</dd> | |
<dd><code>postEventItem</code> - a <code>ServiceItem</code> reference | |
representing the state of the service after the | |
occurrence of the event.</dd> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><code>NullPointerException</code></code> - if <code>null</code> is | |
passed as the source parameter for the constructor, | |
or if <code>null</code> is passed as both the | |
<code>preEventItem </code>and the | |
<code>postEventItem</code> parameters.</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="ServiceDiscoveryEvent-java.lang.Object-net.jini.core.lookup.ServiceItem-net.jini.core.lookup.ServiceItem-boolean-"> | |
<!-- --> | |
</a> | |
<ul class="blockListLast"> | |
<li class="blockList"> | |
<h4>ServiceDiscoveryEvent</h4> | |
<pre>private ServiceDiscoveryEvent(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> source, | |
<a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> preEventItem, | |
<a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> postEventItem, | |
boolean check)</pre> | |
</li> | |
</ul> | |
</li> | |
</ul> | |
<!-- ============ METHOD DETAIL ========== --> | |
<ul class="blockList"> | |
<li class="blockList"><a name="method.detail"> | |
<!-- --> | |
</a> | |
<h3>Method Detail</h3> | |
<a name="nullCheck-java.lang.Object-net.jini.core.lookup.ServiceItem-net.jini.core.lookup.ServiceItem-"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>nullCheck</h4> | |
<pre>private static boolean nullCheck(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> source, | |
<a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> preEventItem, | |
<a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> postEventItem) | |
throws <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></pre> | |
<dl> | |
<dt><span class="throwsLabel">Throws:</span></dt> | |
<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code></dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="getPreEventServiceItem--"> | |
<!-- --> | |
</a> | |
<ul class="blockList"> | |
<li class="blockList"> | |
<h4>getPreEventServiceItem</h4> | |
<pre>public <a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> getPreEventServiceItem()</pre> | |
<div class="block">Returns an instance of a <code>ServiceItem</code> containing the | |
service reference corresponding to the given event. The service | |
state reflected in the returned service item is the state of the | |
service prior to the occurrence of the event. | |
<p> | |
If the event is a discovery event (as opposed to a removal or | |
modification event), then this method will return <code>null</code> | |
because the discovered service had no state in the cache prior to | |
its discovery. | |
<p> | |
Because making a copy can be a very expensive process, this | |
method does not return a copy of the service reference associated | |
with the given event. Rather, it returns the appropriate service | |
reference from the cache itself. Due to this cost, listeners that | |
receive a <code>ServiceDiscoveryEvent</code> must not modify the | |
contents of the object returned by this method; doing so could | |
cause the state of the cache to become corrupted or inconsistent | |
because the objects returned by this method are also members of | |
the cache. This potential for corruption or inconsistency is why | |
the effects of modifying the object returned by this accessor | |
method are undefined.</div> | |
<dl> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>ServiceItem containing the service reference corresponding | |
to the given event.</dd> | |
</dl> | |
</li> | |
</ul> | |
<a name="getPostEventServiceItem--"> | |
<!-- --> | |
</a> | |
<ul class="blockListLast"> | |
<li class="blockList"> | |
<h4>getPostEventServiceItem</h4> | |
<pre>public <a href="../../../net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a> getPostEventServiceItem()</pre> | |
<div class="block">Returns an instance of a <code>ServiceItem</code> containing the | |
service reference corresponding to the given event. The service | |
state reflected in the returned service item is the state of the | |
service after the occurrence of the event. | |
<p> | |
If the event is a removal event, then this method will return | |
<code>null</code> because the discovered service has no state in | |
the cache after it is removed from the cache. | |
<p> | |
Because making a copy can be a very expensive process, this | |
method does not return a copy of the service reference associated | |
with the given event. Rather, it returns the appropriate service | |
reference from the cache itself. Due to this cost, listeners that | |
receive a <code>ServiceDiscoveryEvent</code> must not modify the | |
contents of the object returned by this method; doing so could | |
cause the state of the cache to become corrupted or inconsistent | |
because the objects returned by this method are also members of | |
the cache. This potential for corruption or inconsistency is why | |
the effects of modifying the object returned by this accessor | |
method are undefined.</div> | |
<dl> | |
<dt><span class="returnLabel">Returns:</span></dt> | |
<dd>ServiceItem containing the service reference corresponding | |
to the given event.</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> | |
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | |
<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/ServiceDiscoveryEvent.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="../../../net/jini/lookup/LookupCache.html" title="interface in net.jini.lookup"><span class="typeNameLink">Prev Class</span></a></li> | |
<li><a href="../../../net/jini/lookup/ServiceDiscoveryListener.html" title="interface in net.jini.lookup"><span class="typeNameLink">Next Class</span></a></li> | |
</ul> | |
<ul class="navList"> | |
<li><a href="../../../index.html?net/jini/lookup/ServiceDiscoveryEvent.html" target="_top">Frames</a></li> | |
<li><a href="ServiceDiscoveryEvent.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><a href="#field.summary">Field</a> | </li> | |
<li><a href="#constructor.summary">Constr</a> | </li> | |
<li><a href="#method.summary">Method</a></li> | |
</ul> | |
<ul class="subNavList"> | |
<li>Detail: </li> | |
<li><a href="#field.detail">Field</a> | </li> | |
<li><a href="#constructor.detail">Constr</a> | </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 2007-2013, multiple authors.<br>Licensed under the <a href=http://www.apache.org/licenses/LICENSE-2.0 target=child >Apache License, Version 2.0</a>, see the <a href=../../../doc-files/NOTICE target=child >NOTICE</a> file for attributions.</small></p> | |
</body> | |
</html> |