| <!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:41:49 EST 2016 --> | |
| <title>Index (Apache River v3.0.0 Specification-only API Documentation)</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="Index (Apache River v3.0.0 Specification-only API Documentation)"; | |
| } | |
| } | |
| catch(err) { | |
| } | |
| //--> | |
| </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>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="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:K">K</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <a href="#I:W">W</a> <a href="#I:Y">Y</a> <a name="I:A"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">A</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/ServerTransaction.html#abort--">abort()</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/ServerTransaction.html#abort-long-">abort(long)</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionManager.html#abort-long-">abort(long)</a></span> - Method in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></dt> | |
| <dd> | |
| <div class="block">Abort the transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionManager.html#abort-long-long-">abort(long, long)</a></span> - Method in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></dt> | |
| <dd> | |
| <div class="block">Abort the transaction, waiting for participants to be notified of | |
| the decision.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionParticipant.html#abort-net.jini.core.transaction.server.TransactionManager-long-">abort(TransactionManager, long)</a></span> - Method in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionParticipant.html" title="interface in net.jini.core.transaction.server">TransactionParticipant</a></dt> | |
| <dd> | |
| <div class="block">Requests that the participant roll back any changes for the specified | |
| transaction and unlock any resources locked by the transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/Transaction.html#abort--">abort()</a></span> - Method in interface net.jini.core.transaction.<a href="net/jini/core/transaction/Transaction.html" title="interface in net.jini.core.transaction">Transaction</a></dt> | |
| <dd> | |
| <div class="block">Abort the transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/Transaction.html#abort-long-">abort(long)</a></span> - Method in interface net.jini.core.transaction.<a href="net/jini/core/transaction/Transaction.html" title="interface in net.jini.core.transaction">Transaction</a></dt> | |
| <dd> | |
| <div class="block">Abort the transaction, waiting for participants to be notified of | |
| the decision.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/InboundRequest.html#abort--">abort()</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/InboundRequest.html" title="interface in net.jini.jeri">InboundRequest</a></dt> | |
| <dd> | |
| <div class="block">Terminates this request, freeing all associated resources.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/OutboundRequest.html#abort--">abort()</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/OutboundRequest.html" title="interface in net.jini.jeri">OutboundRequest</a></dt> | |
| <dd> | |
| <div class="block">Terminates this request, freeing all associated resources.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionConstants.html#ABORTED">ABORTED</a></span> - Static variable in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionConstants.html" title="interface in net.jini.core.transaction.server">TransactionConstants</a></dt> | |
| <dd> | |
| <div class="block">Transaction has been aborted.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/Lease.html#ABSOLUTE">ABSOLUTE</a></span> - Static variable in interface net.jini.core.lease.<a href="net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a></dt> | |
| <dd> | |
| <div class="block">The serialized form of the lease will contain the time of expiration | |
| stored as an absolute time, represented in terms of milliseconds since | |
| the beginning of the epoch.</div> | |
| </dd> | |
| <dt><a href="net/jini/config/AbstractConfiguration.html" title="class in net.jini.config"><span class="typeNameLink">AbstractConfiguration</span></a> - Class in <a href="net/jini/config/package-summary.html">net.jini.config</a></dt> | |
| <dd> | |
| <div class="block">A skeletal implementation of the <code>Configuration</code> interface, used | |
| to simplify writing implementations.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/AbstractConfiguration.html#AbstractConfiguration--">AbstractConfiguration()</a></span> - Constructor for class net.jini.config.<a href="net/jini/config/AbstractConfiguration.html" title="class in net.jini.config">AbstractConfiguration</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance of this class.</div> | |
| </dd> | |
| <dt><a href="net/jini/config/AbstractConfiguration.Primitive.html" title="class in net.jini.config"><span class="typeNameLink">AbstractConfiguration.Primitive</span></a><<a href="net/jini/config/AbstractConfiguration.Primitive.html" title="type parameter in AbstractConfiguration.Primitive">T</a>> - Class in <a href="net/jini/config/package-summary.html">net.jini.config</a></dt> | |
| <dd> | |
| <div class="block">Represents the value of an entry with a primitive type.</div> | |
| </dd> | |
| <dt><a href="net/jini/entry/AbstractEntry.html" title="class in net.jini.entry"><span class="typeNameLink">AbstractEntry</span></a> - Class in <a href="net/jini/entry/package-summary.html">net.jini.entry</a></dt> | |
| <dd> | |
| <div class="block">An abstract implementation of <a href="net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry"><code>Entry</code></a> that provides useful | |
| implementations of <code>equals</code>, <code>hashCode</code>, and | |
| <code>toString</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/entry/AbstractEntry.html#AbstractEntry--">AbstractEntry()</a></span> - Constructor for class net.jini.entry.<a href="net/jini/entry/AbstractEntry.html" title="class in net.jini.entry">AbstractEntry</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance of this class.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/AbstractILFactory.html" title="class in net.jini.jeri"><span class="typeNameLink">AbstractILFactory</span></a> - Class in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">An abstract implementation of <a href="net/jini/jeri/InvocationLayerFactory.html" title="interface in net.jini.jeri"><code>InvocationLayerFactory</code></a> that | |
| provides a convenient way for subclasses to create proxies and | |
| invocation dispatchers for remote objects.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/AbstractILFactory.html#AbstractILFactory--">AbstractILFactory()</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/AbstractILFactory.html" title="class in net.jini.jeri">AbstractILFactory</a></dt> | |
| <dd> | |
| <div class="block">Constructs an <code>AbstractILFactory</code> instance with a | |
| <code>null</code> class loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/AbstractILFactory.html#AbstractILFactory-java.lang.ClassLoader-">AbstractILFactory(ClassLoader)</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/AbstractILFactory.html" title="class in net.jini.jeri">AbstractILFactory</a></dt> | |
| <dd> | |
| <div class="block">Constructs an <code>AbstractILFactory</code> instance with the | |
| specified class loader.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/AccessPermission.html" title="class in net.jini.security"><span class="typeNameLink">AccessPermission</span></a> - Class in <a href="net/jini/security/package-summary.html">net.jini.security</a></dt> | |
| <dd> | |
| <div class="block">Represents permission to call a method.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/AccessPermission.html#AccessPermission-java.lang.String-">AccessPermission(String)</a></span> - Constructor for class net.jini.security.<a href="net/jini/security/AccessPermission.html" title="class in net.jini.security">AccessPermission</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified target name.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/context/AcknowledgmentSource.Listener.html#acknowledgmentReceived-boolean-">acknowledgmentReceived(boolean)</a></span> - Method in interface net.jini.io.context.<a href="net/jini/io/context/AcknowledgmentSource.Listener.html" title="interface in net.jini.io.context">AcknowledgmentSource.Listener</a></dt> | |
| <dd> | |
| <div class="block">Handles either receipt of an acknowledgment that the remote | |
| call's result data has been processed by the client or an | |
| indication that no acknowledgment will be received.</div> | |
| </dd> | |
| <dt><a href="net/jini/io/context/AcknowledgmentSource.html" title="interface in net.jini.io.context"><span class="typeNameLink">AcknowledgmentSource</span></a> - Interface in <a href="net/jini/io/context/package-summary.html">net.jini.io.context</a></dt> | |
| <dd> | |
| <div class="block">A server context element for registering interest in receiving an | |
| acknowledgment that the remote call's result data has been | |
| delivered to and processed by the client.</div> | |
| </dd> | |
| <dt><a href="net/jini/io/context/AcknowledgmentSource.Listener.html" title="interface in net.jini.io.context"><span class="typeNameLink">AcknowledgmentSource.Listener</span></a> - Interface in <a href="net/jini/io/context/package-summary.html">net.jini.io.context</a></dt> | |
| <dd> | |
| <div class="block">A callback object for registering with an <a href="net/jini/io/context/AcknowledgmentSource.html" title="interface in net.jini.io.context"><code>AcknowledgmentSource</code></a> server context element to handle the | |
| receipt of an acknowledgment that the remote call's result data | |
| has been processed by the client.</div> | |
| </dd> | |
| <dt><a href="net/jini/activation/ActivatableInvocationHandler.html" title="class in net.jini.activation"><span class="typeNameLink">ActivatableInvocationHandler</span></a> - Class in <a href="net/jini/activation/package-summary.html">net.jini.activation</a></dt> | |
| <dd> | |
| <div class="block">An invocation handler for activatable remote objects.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivatableInvocationHandler.html#ActivatableInvocationHandler-java.rmi.activation.ActivationID-java.rmi.Remote-">ActivatableInvocationHandler(ActivationID, Remote)</a></span> - Constructor for class net.jini.activation.<a href="net/jini/activation/ActivatableInvocationHandler.html" title="class in net.jini.activation">ActivatableInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified activation identifier, a | |
| possibly-<code>null</code> underlying proxy, and <code>null</code> | |
| client constraints.</div> | |
| </dd> | |
| <dt><a href="net/jini/activation/ActivationExporter.html" title="class in net.jini.activation"><span class="typeNameLink">ActivationExporter</span></a> - Class in <a href="net/jini/activation/package-summary.html">net.jini.activation</a></dt> | |
| <dd> | |
| <div class="block">An <code>Exporter</code> implementation for exporting an activatable | |
| remote object using its underlying exporter.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivationExporter.html#ActivationExporter-java.rmi.activation.ActivationID-net.jini.export.Exporter-">ActivationExporter(ActivationID, Exporter)</a></span> - Constructor for class net.jini.activation.<a href="net/jini/activation/ActivationExporter.html" title="class in net.jini.activation">ActivationExporter</a></dt> | |
| <dd> | |
| <div class="block">Creates an exporter for an activatable remote object with the | |
| specified activation identifier, underlying exporter, and a | |
| <code>null</code> class loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivationExporter.html#ActivationExporter-java.rmi.activation.ActivationID-net.jini.export.Exporter-java.lang.ClassLoader-">ActivationExporter(ActivationID, Exporter, ClassLoader)</a></span> - Constructor for class net.jini.activation.<a href="net/jini/activation/ActivationExporter.html" title="class in net.jini.activation">ActivationExporter</a></dt> | |
| <dd> | |
| <div class="block">Creates an exporter for an activatable remote object with the | |
| specified activation identifier, underlying exporter, and | |
| class loader.</div> | |
| </dd> | |
| <dt><a href="net/jini/activation/ActivationGroup.html" title="class in net.jini.activation"><span class="typeNameLink">ActivationGroup</span></a> - Class in <a href="net/jini/activation/package-summary.html">net.jini.activation</a></dt> | |
| <dd> | |
| <div class="block">Subclass of <a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/activation/ActivationGroup.html?is-external=true" title="class or interface in java.rmi.activation"><code>java.rmi.activation.ActivationGroup</code></a> to allow activatable objects that | |
| are exported using an <a href="net/jini/export/Exporter.html" title="interface in net.jini.export"><code>Exporter</code></a> to go inactive.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivationGroup.html#ActivationGroup-java.rmi.activation.ActivationGroupID-">ActivationGroup(ActivationGroupID)</a></span> - Constructor for class net.jini.activation.<a href="net/jini/activation/ActivationGroup.html" title="class in net.jini.activation">ActivationGroup</a></dt> | |
| <dd> | |
| <div class="block">Constructs an activation group with the specified activation group | |
| identifier.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionConstants.html#ACTIVE">ACTIVE</a></span> - Static variable in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionConstants.html" title="interface in net.jini.core.transaction.server">TransactionConstants</a></dt> | |
| <dd> | |
| <div class="block">Transaction is currently active.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/context/AcknowledgmentSource.html#addAcknowledgmentListener-net.jini.io.context.AcknowledgmentSource.Listener-">addAcknowledgmentListener(AcknowledgmentSource.Listener)</a></span> - Method in interface net.jini.io.context.<a href="net/jini/io/context/AcknowledgmentSource.html" title="interface in net.jini.io.context">AcknowledgmentSource</a></dt> | |
| <dd> | |
| <div class="block">Registers the specified listener as interested in receiving an | |
| acknowledgment that the remote call's result data has been | |
| processed by the client.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistration.html#addAttributes-net.jini.core.entry.Entry:A-">addAttributes(Entry[])</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistration.html" title="interface in net.jini.core.lookup">ServiceRegistration</a></dt> | |
| <dd> | |
| <div class="block">Adds the specified attribute sets (those that aren't duplicates of | |
| existing attribute sets) to the registered service item.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ServerEndpoint.ListenContext.html#addListenEndpoint-net.jini.jeri.ServerEndpoint.ListenEndpoint-">addListenEndpoint(ServerEndpoint.ListenEndpoint)</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/ServerEndpoint.ListenContext.html" title="interface in net.jini.jeri">ServerEndpoint.ListenContext</a></dt> | |
| <dd> | |
| <div class="block">Adds <code>listenEndpoint</code> to this | |
| <code>ListenContext</code>'s collection of | |
| <code>ListenEndpoint</code> instances for the | |
| <code>ServerEndpoint</code> it was passed to, starts a | |
| listen operation on <code>listenEndpoint</code> if | |
| necessary, and returns the <code>ListenCookie</code> for an | |
| active listen operation on <code>listenEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalOutputStream.html#annotateClass-java.lang.Class-">annotateClass(Class)</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalOutputStream.html" title="class in net.jini.io">MarshalOutputStream</a></dt> | |
| <dd> | |
| <div class="block">Annotates the stream descriptor for the class <code>cl</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalOutputStream.html#annotateProxyClass-java.lang.Class-">annotateProxyClass(Class)</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalOutputStream.html" title="class in net.jini.io">MarshalOutputStream</a></dt> | |
| <dd> | |
| <div class="block">Annotates the stream descriptor for the proxy class | |
| <code>cl</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/Lease.html#ANY">ANY</a></span> - Static variable in interface net.jini.core.lease.<a href="net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a></dt> | |
| <dd> | |
| <div class="block">Used by the requestor to indicate that there is no particular lease | |
| time desired, and that the grantor of the lease should supply a time | |
| that is most convenient for the grantor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceItem.html#attributeSets">attributeSets</a></span> - Variable in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a></dt> | |
| <dd> | |
| <div class="block">Attribute sets.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceTemplate.html#attributeSetTemplates">attributeSetTemplates</a></span> - Variable in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceTemplate.html" title="class in net.jini.core.lookup">ServiceTemplate</a></dt> | |
| <dd> | |
| <div class="block">Attribute set templates to match, or <tt>null</tt>.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/AuthenticationPermission.html" title="class in net.jini.security"><span class="typeNameLink">AuthenticationPermission</span></a> - Class in <a href="net/jini/security/package-summary.html">net.jini.security</a></dt> | |
| <dd> | |
| <div class="block">Represents permission to use the private credentials of subjects for the | |
| purpose of authenticating as any subset of the local principals specified | |
| in the target name, during secure remote calls with any peer that | |
| authenticates as at least the set of peer principals specified in the | |
| target name.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/AuthenticationPermission.html#AuthenticationPermission-java.lang.String-java.lang.String-">AuthenticationPermission(String, String)</a></span> - Constructor for class net.jini.security.<a href="net/jini/security/AuthenticationPermission.html" title="class in net.jini.security">AuthenticationPermission</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified target name and actions.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/AuthenticationPermission.html#AuthenticationPermission-java.util.Set-java.util.Set-java.lang.String-">AuthenticationPermission(Set, Set, String)</a></span> - Constructor for class net.jini.security.<a href="net/jini/security/AuthenticationPermission.html" title="class in net.jini.security">AuthenticationPermission</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified actions and a target name | |
| constructed from the specified local and peer principals.</div> | |
| </dd> | |
| <dt><a href="net/jini/space/AvailabilityEvent.html" title="class in net.jini.space"><span class="typeNameLink">AvailabilityEvent</span></a> - Class in <a href="net/jini/space/package-summary.html">net.jini.space</a></dt> | |
| <dd> | |
| <div class="block">A <code>RemoteEvent</code> marking the transition of an | |
| <code>Entry</code> from <a href="net/jini/space/JavaSpace05.html#registerForAvailabilityEvent-java.util.Collection-net.jini.core.transaction.Transaction-boolean-net.jini.core.event.RemoteEventListener-long-java.rmi.MarshalledObject-"><code><em>unavailable</em> to | |
| <em>available</em></code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/AvailabilityEvent.html#AvailabilityEvent-net.jini.space.JavaSpace-long-long-java.rmi.MarshalledObject-boolean-">AvailabilityEvent(JavaSpace, long, long, MarshalledObject, boolean)</a></span> - Constructor for class net.jini.space.<a href="net/jini/space/AvailabilityEvent.html" title="class in net.jini.space">AvailabilityEvent</a></dt> | |
| <dd> | |
| <div class="block">Create a new <code>AvailabilityEvent</code> instance.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:B"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">B</h2> | |
| <dl> | |
| <dt><a href="net/jini/jeri/BasicILFactory.html" title="class in net.jini.jeri"><span class="typeNameLink">BasicILFactory</span></a> - Class in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">A basic implementation of an <a href="net/jini/jeri/InvocationLayerFactory.html" title="interface in net.jini.jeri"><code>InvocationLayerFactory</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicILFactory.html#BasicILFactory--">BasicILFactory()</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/BasicILFactory.html" title="class in net.jini.jeri">BasicILFactory</a></dt> | |
| <dd> | |
| <div class="block">Creates a <code>BasicILFactory</code> instance with no server | |
| constraints, no permission class, and a <code>null</code> class | |
| loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicILFactory.html#BasicILFactory-net.jini.core.constraint.MethodConstraints-java.lang.Class-">BasicILFactory(MethodConstraints, Class)</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/BasicILFactory.html" title="class in net.jini.jeri">BasicILFactory</a></dt> | |
| <dd> | |
| <div class="block">Creates a <code>BasicILFactory</code> with the specified server | |
| constraints, permission class, and a <code>null</code> class | |
| loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicILFactory.html#BasicILFactory-net.jini.core.constraint.MethodConstraints-java.lang.Class-java.lang.ClassLoader-">BasicILFactory(MethodConstraints, Class, ClassLoader)</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/BasicILFactory.html" title="class in net.jini.jeri">BasicILFactory</a></dt> | |
| <dd> | |
| <div class="block">Creates a <code>BasicILFactory</code> with the specified server | |
| constraints, permission class, and class loader.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/BasicInvocationDispatcher.html" title="class in net.jini.jeri"><span class="typeNameLink">BasicInvocationDispatcher</span></a> - Class in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">A basic implementation of the <a href="net/jini/jeri/InvocationDispatcher.html" title="interface in net.jini.jeri"><code>InvocationDispatcher</code></a> interface, | |
| providing preinvocation access control for | |
| remote objects exported using <a href="net/jini/jeri/BasicJeriExporter.html" title="class in net.jini.jeri"><code>BasicJeriExporter</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationDispatcher.html#BasicInvocationDispatcher-java.util.Collection-net.jini.jeri.ServerCapabilities-net.jini.core.constraint.MethodConstraints-java.lang.Class-java.lang.ClassLoader-">BasicInvocationDispatcher(Collection, ServerCapabilities, MethodConstraints, Class, ClassLoader)</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationDispatcher.html" title="class in net.jini.jeri">BasicInvocationDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Creates an invocation dispatcher to receive incoming remote calls | |
| for the specified methods, for a server and transport with the | |
| specified capabilities, enforcing the specified constraints, | |
| performing preinvocation access control using the specified | |
| permission class (if any).</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri"><span class="typeNameLink">BasicInvocationHandler</span></a> - Class in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">A basic implementation of the <code>InvocationHandler</code> interface.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#BasicInvocationHandler-net.jini.jeri.ObjectEndpoint-net.jini.core.constraint.MethodConstraints-">BasicInvocationHandler(ObjectEndpoint, MethodConstraints)</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>BasicInvocationHandler</code> with the | |
| specified <code>ObjectEndpoint</code> and server constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#BasicInvocationHandler-net.jini.jeri.BasicInvocationHandler-net.jini.core.constraint.MethodConstraints-">BasicInvocationHandler(BasicInvocationHandler, MethodConstraints)</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>BasicInvocationHandler</code> with the | |
| specified client constraints and with the same | |
| <code>ObjectEndpoint</code> and server constraints as the given | |
| other <code>BasicInvocationHandler</code>.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/BasicJeriExporter.html" title="class in net.jini.jeri"><span class="typeNameLink">BasicJeriExporter</span></a> - Class in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">An <code>Exporter</code> implementation for exporting | |
| a remote object to use Jini extensible remote invocation | |
| (Jini ERI).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriExporter.html#BasicJeriExporter-net.jini.jeri.ServerEndpoint-net.jini.jeri.InvocationLayerFactory-">BasicJeriExporter(ServerEndpoint, InvocationLayerFactory)</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/BasicJeriExporter.html" title="class in net.jini.jeri">BasicJeriExporter</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>BasicJeriExporter</code> with the given server | |
| endpoint and invocation layer factory.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriExporter.html#BasicJeriExporter-net.jini.jeri.ServerEndpoint-net.jini.jeri.InvocationLayerFactory-boolean-boolean-">BasicJeriExporter(ServerEndpoint, InvocationLayerFactory, boolean, boolean)</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/BasicJeriExporter.html" title="class in net.jini.jeri">BasicJeriExporter</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>BasicJeriExporter</code> with the given server | |
| endpoint, invocation layer factory, <code>enableDGC</code> flag, and | |
| <code>keepAlive</code> flag.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriExporter.html#BasicJeriExporter-net.jini.jeri.ServerEndpoint-net.jini.jeri.InvocationLayerFactory-boolean-boolean-net.jini.id.Uuid-">BasicJeriExporter(ServerEndpoint, InvocationLayerFactory, boolean, boolean, Uuid)</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/BasicJeriExporter.html" title="class in net.jini.jeri">BasicJeriExporter</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>BasicJeriExporter</code> with the given server | |
| endpoint, invocation layer factory, <code>enableDGC</code> flag, | |
| <code>keepAlive</code> flag, and object identifier.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/BasicJeriTrustVerifier.html" title="class in net.jini.jeri"><span class="typeNameLink">BasicJeriTrustVerifier</span></a> - Class in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">Trust verifier for dynamic proxies and object endpoints used in Jini | |
| extensible remote invocation (Jini ERI).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriTrustVerifier.html#BasicJeriTrustVerifier--">BasicJeriTrustVerifier()</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/BasicJeriTrustVerifier.html" title="class in net.jini.jeri">BasicJeriTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance.</div> | |
| </dd> | |
| <dt><a href="net/jini/constraint/BasicMethodConstraints.html" title="class in net.jini.constraint"><span class="typeNameLink">BasicMethodConstraints</span></a> - Class in <a href="net/jini/constraint/package-summary.html">net.jini.constraint</a></dt> | |
| <dd> | |
| <div class="block">Basic implementation of <a href="net/jini/core/constraint/MethodConstraints.html" title="interface in net.jini.core.constraint"><code>MethodConstraints</code></a>, allowing limited | |
| wildcard matching on method names and parameter types.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.html#BasicMethodConstraints-net.jini.constraint.BasicMethodConstraints.MethodDesc:A-">BasicMethodConstraints(BasicMethodConstraints.MethodDesc[])</a></span> - Constructor for class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.html" title="class in net.jini.constraint">BasicMethodConstraints</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified ordered array of descriptors.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.html#BasicMethodConstraints-net.jini.core.constraint.InvocationConstraints-">BasicMethodConstraints(InvocationConstraints)</a></span> - Constructor for class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.html" title="class in net.jini.constraint">BasicMethodConstraints</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance that maps all methods to the specified constraints.</div> | |
| </dd> | |
| <dt><a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html" title="class in net.jini.constraint"><span class="typeNameLink">BasicMethodConstraints.MethodDesc</span></a> - Class in <a href="net/jini/constraint/package-summary.html">net.jini.constraint</a></dt> | |
| <dd> | |
| <div class="block">Descriptor for specifying the constraints associated with one or | |
| more methods allowing limited wildcard matching on method names and | |
| parameter types.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/BasicObjectEndpoint.html" title="class in net.jini.jeri"><span class="typeNameLink">BasicObjectEndpoint</span></a> - Class in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">References a remote object with an <a href="net/jini/jeri/Endpoint.html" title="interface in net.jini.jeri"><code>Endpoint</code></a> for | |
| sending requests to the object and a <a href="net/jini/id/Uuid.html" title="class in net.jini.id"><code>Uuid</code></a> to identify | |
| the object at that <code>Endpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicObjectEndpoint.html#BasicObjectEndpoint-net.jini.jeri.Endpoint-net.jini.id.Uuid-boolean-">BasicObjectEndpoint(Endpoint, Uuid, boolean)</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/BasicObjectEndpoint.html" title="class in net.jini.jeri">BasicObjectEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>BasicObjectEndpoint</code> to reference a | |
| remote object at the specified <code>Endpoint</code> with the | |
| specified <code>Uuid</code>.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security"><span class="typeNameLink">BasicProxyPreparer</span></a> - Class in <a href="net/jini/security/package-summary.html">net.jini.security</a></dt> | |
| <dd> | |
| <div class="block">A <code>ProxyPreparer</code> for verifying that proxies are trusted, | |
| granting them dynamic permissions, and setting their constraints, as well as | |
| for creating other proxy preparer subclasses that include those | |
| operations.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#BasicProxyPreparer--">BasicProxyPreparer()</a></span> - Constructor for class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Creates a proxy preparer that specifies not to verify proxies, grant | |
| them permissions, or set their constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#BasicProxyPreparer-boolean-java.security.Permission:A-">BasicProxyPreparer(boolean, Permission[])</a></span> - Constructor for class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Creates a proxy preparer that specifies whether proxies should be | |
| verified, using the constraints on the proxy by default, and specifies | |
| what permissions to grant to proxies.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#BasicProxyPreparer-boolean-net.jini.core.constraint.MethodConstraints-java.security.Permission:A-">BasicProxyPreparer(boolean, MethodConstraints, Permission[])</a></span> - Constructor for class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Creates a proxy preparer that specifies whether proxies should be | |
| verified, specifies permissions to grant them, and specifies what method | |
| constraints to use when verifying and setting constraints.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/proxytrust/BasicUntrustedObjectSecurityContext.html" title="class in net.jini.security.proxytrust"><span class="typeNameLink">BasicUntrustedObjectSecurityContext</span></a> - Class in <a href="net/jini/security/proxytrust/package-summary.html">net.jini.security.proxytrust</a></dt> | |
| <dd> | |
| <div class="block">A basic trust verifier context element that provides a security | |
| context to use to restrict privileges when invoking methods on untrusted | |
| objects, based on a specified set of permissions.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/BasicUntrustedObjectSecurityContext.html#BasicUntrustedObjectSecurityContext-java.security.Permission:A-">BasicUntrustedObjectSecurityContext(Permission[])</a></span> - Constructor for class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/BasicUntrustedObjectSecurityContext.html" title="class in net.jini.security.proxytrust">BasicUntrustedObjectSecurityContext</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with the specified permissions.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:C"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">C</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/Lease.html#canBatch-net.jini.core.lease.Lease-">canBatch(Lease)</a></span> - Method in interface net.jini.core.lease.<a href="net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a></dt> | |
| <dd> | |
| <div class="block">Returns a boolean indicating whether or not the lease given as a | |
| parameter can be batched (placed in the same LeaseMap) with the | |
| current lease.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/Lease.html#cancel--">cancel()</a></span> - Method in interface net.jini.core.lease.<a href="net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a></dt> | |
| <dd> | |
| <div class="block">Used by the lease holder to indicate that it is no longer interested | |
| in the resource or information held by the lease.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/LeaseMap.html#cancelAll--">cancelAll()</a></span> - Method in interface net.jini.core.lease.<a href="net/jini/core/lease/LeaseMap.html" title="interface in net.jini.core.lease">LeaseMap</a></dt> | |
| <dd> | |
| <div class="block">Cancels all leases in the LeaseMap.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/LeaseMap.html#canContainKey-java.lang.Object-">canContainKey(Object)</a></span> - Method in interface net.jini.core.lease.<a href="net/jini/core/lease/LeaseMap.html" title="interface in net.jini.core.lease">LeaseMap</a></dt> | |
| <dd> | |
| <div class="block">Returns true if the given object is a Lease which can be renewed | |
| and cancelled in a batch with other leases in the map.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/CannotAbortException.html" title="class in net.jini.core.transaction"><span class="typeNameLink">CannotAbortException</span></a> - Exception in <a href="net/jini/core/transaction/package-summary.html">net.jini.core.transaction</a></dt> | |
| <dd> | |
| <div class="block">Exception thrown when a transaction cannot abort because it has already | |
| already decided to commit.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/CannotAbortException.html#CannotAbortException-java.lang.String-">CannotAbortException(String)</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/CannotAbortException.html" title="class in net.jini.core.transaction">CannotAbortException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with a detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/CannotAbortException.html#CannotAbortException--">CannotAbortException()</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/CannotAbortException.html" title="class in net.jini.core.transaction">CannotAbortException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with no detail message.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/CannotCommitException.html" title="class in net.jini.core.transaction"><span class="typeNameLink">CannotCommitException</span></a> - Exception in <a href="net/jini/core/transaction/package-summary.html">net.jini.core.transaction</a></dt> | |
| <dd> | |
| <div class="block">Exception thrown when a transaction cannot commit because it has already | |
| aborted or must now be aborted.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/CannotCommitException.html#CannotCommitException-java.lang.String-">CannotCommitException(String)</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/CannotCommitException.html" title="class in net.jini.core.transaction">CannotCommitException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with a detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/CannotCommitException.html#CannotCommitException--">CannotCommitException()</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/CannotCommitException.html" title="class in net.jini.core.transaction">CannotCommitException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with no detail message.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/CannotJoinException.html" title="class in net.jini.core.transaction"><span class="typeNameLink">CannotJoinException</span></a> - Exception in <a href="net/jini/core/transaction/package-summary.html">net.jini.core.transaction</a></dt> | |
| <dd> | |
| <div class="block">Exception thrown when a transaction cannot be joined because it is no | |
| longer active.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/CannotJoinException.html#CannotJoinException-java.lang.String-">CannotJoinException(String)</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/CannotJoinException.html" title="class in net.jini.core.transaction">CannotJoinException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with a detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/CannotJoinException.html#CannotJoinException--">CannotJoinException()</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/CannotJoinException.html" title="class in net.jini.core.transaction">CannotJoinException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with no detail message.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/CannotNestException.html" title="class in net.jini.core.transaction"><span class="typeNameLink">CannotNestException</span></a> - Exception in <a href="net/jini/core/transaction/package-summary.html">net.jini.core.transaction</a></dt> | |
| <dd> | |
| <div class="block">Exception thrown when an object does not support nested transactions.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/CannotNestException.html#CannotNestException-java.lang.String-">CannotNestException(String)</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/CannotNestException.html" title="class in net.jini.core.transaction">CannotNestException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with a detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/CannotNestException.html#CannotNestException--">CannotNestException()</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/CannotNestException.html" title="class in net.jini.core.transaction">CannotNestException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with no detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationDispatcher.html#checkAccess-java.rmi.Remote-java.lang.reflect.Method-net.jini.core.constraint.InvocationConstraints-java.util.Collection-">checkAccess(Remote, Method, InvocationConstraints, Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationDispatcher.html" title="class in net.jini.jeri">BasicInvocationDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Checks that the client has permission to invoke the specified method on | |
| the specified remote object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationDispatcher.html#checkClientPermission-java.security.Permission-">checkClientPermission(Permission)</a></span> - Static method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationDispatcher.html" title="class in net.jini.jeri">BasicInvocationDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Checks that the client subject for the current remote call has the | |
| specified permission.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/ServerConnection.html#checkConstraints-net.jini.jeri.connection.InboundRequestHandle-net.jini.core.constraint.InvocationConstraints-">checkConstraints(InboundRequestHandle, InvocationConstraints)</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/ServerConnection.html" title="interface in net.jini.jeri.connection">ServerConnection</a></dt> | |
| <dd> | |
| <div class="block">Implements <a href="net/jini/jeri/InboundRequest.html#checkConstraints-net.jini.core.constraint.InvocationConstraints-"><code>InboundRequest.checkConstraints</code></a> for a request with the | |
| specified handle.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpServerEndpoint.html#checkConstraints-net.jini.core.constraint.InvocationConstraints-">checkConstraints(InvocationConstraints)</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpServerEndpoint.html" title="class in net.jini.jeri.http">HttpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Verifies that this instance supports the transport layer | |
| aspects of all of the specified requirements (both in general | |
| and in the current security context), and returns the | |
| requirements that must be at least partially implemented by | |
| higher layers in order to fully satisfy all of the specified | |
| requirements.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/InboundRequest.html#checkConstraints-net.jini.core.constraint.InvocationConstraints-">checkConstraints(InvocationConstraints)</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/InboundRequest.html" title="interface in net.jini.jeri">InboundRequest</a></dt> | |
| <dd> | |
| <div class="block">Verifies that this request satisfies the transport layer | |
| aspects of all of the specified requirements, and returns the | |
| requirements that must be at least partially implemented by | |
| higher layers in order to fully satisfy the specified | |
| requirements.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#checkConstraints-net.jini.core.constraint.InvocationConstraints-">checkConstraints(InvocationConstraints)</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ServerCapabilities.html#checkConstraints-net.jini.core.constraint.InvocationConstraints-">checkConstraints(InvocationConstraints)</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/ServerCapabilities.html" title="interface in net.jini.jeri">ServerCapabilities</a></dt> | |
| <dd> | |
| <div class="block">Verifies that this instance supports the transport layer | |
| aspects of all of the specified requirements (both in general | |
| and in the current security context), and returns the | |
| requirements that must be at least partially implemented by | |
| higher layers in order to fully satisfy all of the specified | |
| requirements.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#checkConstraints-net.jini.core.constraint.InvocationConstraints-">checkConstraints(InvocationConstraints)</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Checks that it is possible to receive requests that either | |
| fully or partially satisfy the specified requirements, and | |
| returns any constraints that must be fully or partially | |
| implemented by higher layers in order to fully satisfy all of | |
| the specified requirements.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#checkConstraints-net.jini.core.constraint.InvocationConstraints-">checkConstraints(InvocationConstraints)</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Checks that it is possible to receive requests that either | |
| fully or partially satisfy the specified requirements, and | |
| returns any constraints that must be fully or partially | |
| implemented by higher layers in order to fully satisfy all of | |
| the specified requirements.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpServerEndpoint.html#checkConstraints-net.jini.core.constraint.InvocationConstraints-">checkConstraints(InvocationConstraints)</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpServerEndpoint.html" title="class in net.jini.jeri.tcp">TcpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Verifies that this instance supports the transport layer | |
| aspects of all of the specified requirements (both in general | |
| and in the current security context), and returns the | |
| requirements that must be at least partially implemented by | |
| higher layers in order to fully satisfy all of the specified | |
| requirements.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriTrustVerifier.html#checkInvocationHandlerContent-net.jini.jeri.BasicInvocationHandler-net.jini.security.TrustVerifier.Context-">checkInvocationHandlerContent(BasicInvocationHandler, TrustVerifier.Context)</a></span> - Static method in class net.jini.jeri.<a href="net/jini/jeri/BasicJeriTrustVerifier.html" title="class in net.jini.jeri">BasicJeriTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified invocation handler's | |
| constraints and object endpoint are trusted; returns | |
| <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationDispatcher.html#checkPermissionClass-java.lang.Class-">checkPermissionClass(Class)</a></span> - Static method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationDispatcher.html" title="class in net.jini.jeri">BasicInvocationDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Checks that the specified class is a valid permission class for use in | |
| preinvocation access control.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/ServerConnection.html#checkPermissions-net.jini.jeri.connection.InboundRequestHandle-">checkPermissions(InboundRequestHandle)</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/ServerConnection.html" title="interface in net.jini.jeri.connection">ServerConnection</a></dt> | |
| <dd> | |
| <div class="block">Implements <a href="net/jini/jeri/InboundRequest.html#checkPermissions--"><code>InboundRequest.checkPermissions</code></a> for a request with the | |
| specified handle.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/InboundRequest.html#checkPermissions--">checkPermissions()</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/InboundRequest.html" title="interface in net.jini.jeri">InboundRequest</a></dt> | |
| <dd> | |
| <div class="block">Verifies that the current security context has all of the | |
| security permissions necessary to receive this request.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ServerEndpoint.ListenEndpoint.html#checkPermissions--">checkPermissions()</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/ServerEndpoint.ListenEndpoint.html" title="interface in net.jini.jeri">ServerEndpoint.ListenEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Verifies that the current security context has all of the | |
| security permissions necessary to listen for requests on | |
| this <code>ListenEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivatableInvocationHandler.html#checkTrustEquivalence-java.lang.Object-">checkTrustEquivalence(Object)</a></span> - Method in class net.jini.activation.<a href="net/jini/activation/ActivatableInvocationHandler.html" title="class in net.jini.activation">ActivatableInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified object (which is not | |
| yet known to be trusted) is equivalent in trust, content, and | |
| function to this known trusted object, and <code>false</code> | |
| otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#checkTrustEquivalence-java.lang.Object-">checkTrustEquivalence(Object)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified object (which is not | |
| yet known to be trusted) is equivalent in trust, content, and | |
| function to this known trusted object, and <code>false</code> | |
| otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicObjectEndpoint.html#checkTrustEquivalence-java.lang.Object-">checkTrustEquivalence(Object)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicObjectEndpoint.html" title="class in net.jini.jeri">BasicObjectEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified object (which is not | |
| yet known to be trusted) is equivalent in trust, content, and | |
| function to this known trusted object, and <code>false</code> | |
| otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpEndpoint.html#checkTrustEquivalence-java.lang.Object-">checkTrustEquivalence(Object)</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpEndpoint.html" title="class in net.jini.jeri.http">HttpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified object (which is not | |
| yet known to be trusted) is equivalent in trust, content, and | |
| function to this known trusted object, and <code>false</code> | |
| otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosEndpoint.html#checkTrustEquivalence-java.lang.Object-">checkTrustEquivalence(Object)</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the argument is an instance of | |
| <code>KerberosEndpoint</code> with the same values for server | |
| principal, server host, and port; and either both this instance | |
| and the argument have <code>null</code> socket factories, or | |
| the factories have the same actual class and are equal; and | |
| returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsEndpoint.html#checkTrustEquivalence-java.lang.Object-">checkTrustEquivalence(Object)</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl">HttpsEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the argument is an instance of | |
| <code>HttpsEndpoint</code> with the same values for server host and | |
| port; and either both this instance and the argument have | |
| <code>null</code> socket factories, or the factories have the same | |
| actual class and are equal; and returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslEndpoint.html#checkTrustEquivalence-java.lang.Object-">checkTrustEquivalence(Object)</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl">SslEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the argument is an instance of | |
| <code>SslEndpoint</code> with the same values for server host and port; | |
| and either both this instance and the argument have <code>null</code> | |
| socket factories, or the factories have the same actual class and are | |
| equal; and returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpEndpoint.html#checkTrustEquivalence-java.lang.Object-">checkTrustEquivalence(Object)</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpEndpoint.html" title="class in net.jini.jeri.tcp">TcpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified object (which is not | |
| yet known to be trusted) is equivalent in trust, content, and | |
| function to this known trusted object, and <code>false</code> | |
| otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html#checkTrustEquivalence-java.lang.Object-">checkTrustEquivalence(Object)</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html" title="class in net.jini.security.proxytrust">ProxyTrustInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the argument is an instance of this | |
| class, and calling the <code>checkTrustEquivalence</code> method on | |
| the main proxy of this invocation handler, passing the main proxy of | |
| the argument, returns <code>true</code>, and calling the | |
| <code>checkTrustEquivalence</code> method on the bootstrap proxy of | |
| this invocation handler, passing the bootstrap proxy of the argument, | |
| returns <code>true</code>, and returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/TrustEquivalence.html#checkTrustEquivalence-java.lang.Object-">checkTrustEquivalence(Object)</a></span> - Method in interface net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/TrustEquivalence.html" title="interface in net.jini.security.proxytrust">TrustEquivalence</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified object (that is not yet | |
| known to be trusted) is equivalent in trust, content, and function to | |
| this known trusted object, and returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><a href="net/jini/loader/ClassAnnotation.html" title="interface in net.jini.loader"><span class="typeNameLink">ClassAnnotation</span></a> - Interface in <a href="net/jini/loader/package-summary.html">net.jini.loader</a></dt> | |
| <dd> | |
| <div class="block">Provides a class annotation string for classes defined by a class | |
| loader that is an instance of this interface.</div> | |
| </dd> | |
| <dt><a href="net/jini/loader/ClassLoading.html" title="class in net.jini.loader"><span class="typeNameLink">ClassLoading</span></a> - Class in <a href="net/jini/loader/package-summary.html">net.jini.loader</a></dt> | |
| <dd> | |
| <div class="block">Provides static methods for loading classes using <a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/server/RMIClassLoaderSpi.html?is-external=true" title="class or interface in java.rmi.server"><code>RMIClassLoaderSpi</code></a> with optional verification that the codebase URIs | |
| used to load classes provide content integrity (see <a href="net/jini/security/Security.html#verifyCodebaseIntegrity-java.lang.String-java.lang.ClassLoader-"><code>Security.verifyCodebaseIntegrity</code></a>).</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/ClientAuthentication.html" title="class in net.jini.core.constraint"><span class="typeNameLink">ClientAuthentication</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint on authentication of the client to the server.</div> | |
| </dd> | |
| <dt><a href="net/jini/io/context/ClientHost.html" title="interface in net.jini.io.context"><span class="typeNameLink">ClientHost</span></a> - Interface in <a href="net/jini/io/context/package-summary.html">net.jini.io.context</a></dt> | |
| <dd> | |
| <div class="block">A server context element that can supply the client host address | |
| for the remote call.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/ClientMaxPrincipal.html" title="class in net.jini.core.constraint"><span class="typeNameLink">ClientMaxPrincipal</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint on the client, such that if the client | |
| authenticates itself, then it may only authenticate itself as one or more | |
| of the specified principals.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMaxPrincipal.html#ClientMaxPrincipal-java.security.Principal-">ClientMaxPrincipal(Principal)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMaxPrincipal.html" title="class in net.jini.core.constraint">ClientMaxPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified principal.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMaxPrincipal.html#ClientMaxPrincipal-java.security.Principal:A-">ClientMaxPrincipal(Principal[])</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMaxPrincipal.html" title="class in net.jini.core.constraint">ClientMaxPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified principals, with | |
| duplicates removed.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMaxPrincipal.html#ClientMaxPrincipal-java.util.Collection-">ClientMaxPrincipal(Collection)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMaxPrincipal.html" title="class in net.jini.core.constraint">ClientMaxPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified principals, with | |
| duplicates removed.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/ClientMaxPrincipalType.html" title="class in net.jini.core.constraint"><span class="typeNameLink">ClientMaxPrincipalType</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint on the client, such that if the client | |
| authenticates itself, then it may only authenticate itself as principals | |
| that are instances of one or more of the specified classes.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMaxPrincipalType.html#ClientMaxPrincipalType-java.lang.Class-">ClientMaxPrincipalType(Class)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMaxPrincipalType.html" title="class in net.jini.core.constraint">ClientMaxPrincipalType</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified class.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMaxPrincipalType.html#ClientMaxPrincipalType-java.lang.Class:A-">ClientMaxPrincipalType(Class[])</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMaxPrincipalType.html" title="class in net.jini.core.constraint">ClientMaxPrincipalType</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified classes, with redundant | |
| classes removed.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMaxPrincipalType.html#ClientMaxPrincipalType-java.util.Collection-">ClientMaxPrincipalType(Collection)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMaxPrincipalType.html" title="class in net.jini.core.constraint">ClientMaxPrincipalType</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified classes, with redundant | |
| classes removed.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/ClientMinPrincipal.html" title="class in net.jini.core.constraint"><span class="typeNameLink">ClientMinPrincipal</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint on the client, such that if the client | |
| authenticates itself, then it must authenticate itself as at least all of | |
| the specified principals.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMinPrincipal.html#ClientMinPrincipal-java.security.Principal-">ClientMinPrincipal(Principal)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMinPrincipal.html" title="class in net.jini.core.constraint">ClientMinPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified principal.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMinPrincipal.html#ClientMinPrincipal-java.security.Principal:A-">ClientMinPrincipal(Principal[])</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMinPrincipal.html" title="class in net.jini.core.constraint">ClientMinPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified principals, with | |
| duplicates removed.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMinPrincipal.html#ClientMinPrincipal-java.util.Collection-">ClientMinPrincipal(Collection)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMinPrincipal.html" title="class in net.jini.core.constraint">ClientMinPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified principals, with | |
| duplicates removed.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/ClientMinPrincipalType.html" title="class in net.jini.core.constraint"><span class="typeNameLink">ClientMinPrincipalType</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint on the client, such that if the client | |
| authenticates itself, then it must authenticate itself such that, for each | |
| specified class, at least one authenticated principal is an instance of | |
| that class.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMinPrincipalType.html#ClientMinPrincipalType-java.lang.Class-">ClientMinPrincipalType(Class)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMinPrincipalType.html" title="class in net.jini.core.constraint">ClientMinPrincipalType</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified class.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMinPrincipalType.html#ClientMinPrincipalType-java.lang.Class:A-">ClientMinPrincipalType(Class[])</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMinPrincipalType.html" title="class in net.jini.core.constraint">ClientMinPrincipalType</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified classes, with redundant | |
| classes removed.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMinPrincipalType.html#ClientMinPrincipalType-java.util.Collection-">ClientMinPrincipalType(Collection)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMinPrincipalType.html" title="class in net.jini.core.constraint">ClientMinPrincipalType</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified classes, with redundant | |
| classes removed.</div> | |
| </dd> | |
| <dt><a href="net/jini/io/context/ClientSubject.html" title="interface in net.jini.io.context"><span class="typeNameLink">ClientSubject</span></a> - Interface in <a href="net/jini/io/context/package-summary.html">net.jini.io.context</a></dt> | |
| <dd> | |
| <div class="block">A server context element that can supply the client subject for the | |
| remote call.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/entry/CloneableEntry.html#clone--">clone()</a></span> - Method in interface net.jini.core.entry.<a href="net/jini/core/entry/CloneableEntry.html" title="interface in net.jini.core.entry">CloneableEntry</a></dt> | |
| <dd> | |
| <div class="block">Clone has been implemented in AbstractEntry to allow utilities such as | |
| <code>ServiceDiscoveryManager</code> to avoid sharing | |
| internally stored mutable Entry instances with client code.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceItem.html#clone--">clone()</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a></dt> | |
| <dd> | |
| <div class="block">Clone has been implemented to allow utilities such as | |
| <code>ServiceDiscoveryManager</code> to avoid sharing | |
| internally stored instances with client code.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceTemplate.html#clone--">clone()</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceTemplate.html" title="class in net.jini.core.lookup">ServiceTemplate</a></dt> | |
| <dd> | |
| <div class="block">Clone has been implemented to allow utilities such as | |
| <code>ServiceDiscoveryManager</code> to avoid sharing | |
| internally stored instances with client code.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/entry/AbstractEntry.html#clone--">clone()</a></span> - Method in class net.jini.entry.<a href="net/jini/entry/AbstractEntry.html" title="class in net.jini.entry">AbstractEntry</a></dt> | |
| <dd> | |
| <div class="block">Clone has been implemented to allow utilities such as | |
| <code>ServiceDiscoveryManager</code> to avoid sharing | |
| internally stored instances with client code.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/entry/CloneableEntry.html" title="interface in net.jini.core.entry"><span class="typeNameLink">CloneableEntry</span></a> - Interface in <a href="net/jini/core/entry/package-summary.html">net.jini.core.entry</a></dt> | |
| <dd> | |
| <div class="block">Required by service utilities to avoid sharing internal state.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/Connection.html#close--">close()</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/Connection.html" title="interface in net.jini.jeri.connection">Connection</a></dt> | |
| <dd> | |
| <div class="block">Closes this connection.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/ServerConnection.html#close--">close()</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/ServerConnection.html" title="interface in net.jini.jeri.connection">ServerConnection</a></dt> | |
| <dd> | |
| <div class="block">Closes this connection.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ServerEndpoint.ListenHandle.html#close--">close()</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/ServerEndpoint.ListenHandle.html" title="interface in net.jini.jeri">ServerEndpoint.ListenHandle</a></dt> | |
| <dd> | |
| <div class="block">Stops listening for requests on the associated | |
| <code>ListenEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/InvocationConstraints.html#combine-net.jini.core.constraint.InvocationConstraints-net.jini.core.constraint.InvocationConstraints-">combine(InvocationConstraints, InvocationConstraints)</a></span> - Static method in class net.jini.core.constraint.<a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint">InvocationConstraints</a></dt> | |
| <dd> | |
| <div class="block">Returns an instance of this class that has all of the requirements from | |
| each non-<code>null</code> argument added as requirements and has all | |
| of the preferences from each non-<code>null</code> argument added as | |
| preferences.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/ServerTransaction.html#commit--">commit()</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/ServerTransaction.html#commit-long-">commit(long)</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionManager.html#commit-long-">commit(long)</a></span> - Method in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></dt> | |
| <dd> | |
| <div class="block">Commit the transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionManager.html#commit-long-long-">commit(long, long)</a></span> - Method in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></dt> | |
| <dd> | |
| <div class="block">Commit the transaction, waiting for participants to be notified of | |
| the decision.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionParticipant.html#commit-net.jini.core.transaction.server.TransactionManager-long-">commit(TransactionManager, long)</a></span> - Method in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionParticipant.html" title="interface in net.jini.core.transaction.server">TransactionParticipant</a></dt> | |
| <dd> | |
| <div class="block">Requests that the participant make all of its <code>PREPARED</code> | |
| changes for the specified transaction visible outside of the | |
| transaction and unlock any resources locked by the transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/Transaction.html#commit--">commit()</a></span> - Method in interface net.jini.core.transaction.<a href="net/jini/core/transaction/Transaction.html" title="interface in net.jini.core.transaction">Transaction</a></dt> | |
| <dd> | |
| <div class="block">Commit the transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/Transaction.html#commit-long-">commit(long)</a></span> - Method in interface net.jini.core.transaction.<a href="net/jini/core/transaction/Transaction.html" title="interface in net.jini.core.transaction">Transaction</a></dt> | |
| <dd> | |
| <div class="block">Commit the transaction, waiting for participants to be notified of | |
| the decision.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionConstants.html#COMMITTED">COMMITTED</a></span> - Static variable in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionConstants.html" title="interface in net.jini.core.transaction.server">TransactionConstants</a></dt> | |
| <dd> | |
| <div class="block">Transaction has been committed.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/TimeoutExpiredException.html#committed">committed</a></span> - Variable in exception net.jini.core.transaction.<a href="net/jini/core/transaction/TimeoutExpiredException.html" title="class in net.jini.core.transaction">TimeoutExpiredException</a></dt> | |
| <dd> | |
| <div class="block">True if the transaction committed before the timeout.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/ReferentUuids.html#compare-java.lang.Object-java.lang.Object-">compare(Object, Object)</a></span> - Static method in class net.jini.id.<a href="net/jini/id/ReferentUuids.html" title="class in net.jini.id">ReferentUuids</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the two passed objects are | |
| non-<code>null</code>, implement <code>ReferentUuid</code> and | |
| their <code>getReferentUuid</code> methods return equivalent | |
| <code>Uuid</code>s, or if they are both <code>null</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/httpmd/HttpmdUtil.html#computeDigest-java.net.URL-java.lang.String-">computeDigest(URL, String)</a></span> - Static method in class net.jini.url.httpmd.<a href="net/jini/url/httpmd/HttpmdUtil.html" title="class in net.jini.url.httpmd">HttpmdUtil</a></dt> | |
| <dd> | |
| <div class="block">Computes the message digest of data specified by a URL.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/httpmd/HttpmdUtil.html#computeDigestCodebase-java.lang.String-java.lang.String-">computeDigestCodebase(String, String)</a></span> - Static method in class net.jini.url.httpmd.<a href="net/jini/url/httpmd/HttpmdUtil.html" title="class in net.jini.url.httpmd">HttpmdUtil</a></dt> | |
| <dd> | |
| <div class="block">Computes the message digests for a codebase with HTTPMD URLs.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/Confidentiality.html" title="class in net.jini.core.constraint"><span class="typeNameLink">Confidentiality</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint on the confidentiality of message contents.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/ssl/ConfidentialityStrength.html" title="class in net.jini.jeri.ssl"><span class="typeNameLink">ConfidentialityStrength</span></a> - Class in <a href="net/jini/jeri/ssl/package-summary.html">net.jini.jeri.ssl</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint that, if confidentiality of message contents is | |
| ensured, the specified strength of confidentiality be used.</div> | |
| </dd> | |
| <dt><a href="net/jini/config/Configuration.html" title="interface in net.jini.config"><span class="typeNameLink">Configuration</span></a> - Interface in <a href="net/jini/config/package-summary.html">net.jini.config</a></dt> | |
| <dd> | |
| <div class="block">Defines an interface for obtaining objects needed to configure applications, | |
| such as <a href="net/jini/export/Exporter.html" title="interface in net.jini.export"><code>Exporter</code></a> or <a href="net/jini/security/ProxyPreparer.html" title="interface in net.jini.security"><code>ProxyPreparer</code></a> instances, or other | |
| application-specific objects, from configuration files, databases, or other | |
| sources.</div> | |
| </dd> | |
| <dt><a href="net/jini/config/ConfigurationException.html" title="class in net.jini.config"><span class="typeNameLink">ConfigurationException</span></a> - Exception in <a href="net/jini/config/package-summary.html">net.jini.config</a></dt> | |
| <dd> | |
| <div class="block">Thrown if a problem occurs when obtaining configuration information.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationException.html#ConfigurationException-java.lang.String-">ConfigurationException(String)</a></span> - Constructor for exception net.jini.config.<a href="net/jini/config/ConfigurationException.html" title="class in net.jini.config">ConfigurationException</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationException.html#ConfigurationException-java.lang.String-java.lang.Throwable-">ConfigurationException(String, Throwable)</a></span> - Constructor for exception net.jini.config.<a href="net/jini/config/ConfigurationException.html" title="class in net.jini.config">ConfigurationException</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified detail message and causing | |
| exception, which should not be an instance of <code>Error</code>.</div> | |
| </dd> | |
| <dt><a href="net/jini/config/ConfigurationFile.html" title="class in net.jini.config"><span class="typeNameLink">ConfigurationFile</span></a> - Class in <a href="net/jini/config/package-summary.html">net.jini.config</a></dt> | |
| <dd> | |
| <div class="block">Supplies objects needed to configure applications, such as <a href="net/jini/export/Exporter.html" title="interface in net.jini.export"><code>Exporter</code></a> | |
| or <a href="net/jini/security/ProxyPreparer.html" title="interface in net.jini.security"><code>ProxyPreparer</code></a> instances, or application-specific objects, | |
| constructed from data in a configuration source and override options, as | |
| well as data supplied in the call to <code>getEntry</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.html#ConfigurationFile-java.lang.String:A-">ConfigurationFile(String[])</a></span> - Constructor for class net.jini.config.<a href="net/jini/config/ConfigurationFile.html" title="class in net.jini.config">ConfigurationFile</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance containing the entries specified by the options, | |
| using the calling thread's context class loader for interpreting class | |
| names.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.html#ConfigurationFile-java.lang.String:A-java.lang.ClassLoader-">ConfigurationFile(String[], ClassLoader)</a></span> - Constructor for class net.jini.config.<a href="net/jini/config/ConfigurationFile.html" title="class in net.jini.config">ConfigurationFile</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance containing the entries specified by the options, | |
| using the specified class loader for interpreting class names.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.html#ConfigurationFile-java.io.Reader-java.lang.String:A-">ConfigurationFile(Reader, String[])</a></span> - Constructor for class net.jini.config.<a href="net/jini/config/ConfigurationFile.html" title="class in net.jini.config">ConfigurationFile</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance containing the entries parsed from the specified | |
| character stream and options, using the calling thread's context class | |
| loader for interpreting class names.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.html#ConfigurationFile-java.io.Reader-java.lang.String:A-java.lang.ClassLoader-">ConfigurationFile(Reader, String[], ClassLoader)</a></span> - Constructor for class net.jini.config.<a href="net/jini/config/ConfigurationFile.html" title="class in net.jini.config">ConfigurationFile</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance containing the entries parsed from the specified | |
| character stream and options, using the specified class loader for | |
| interpreting class names.</div> | |
| </dd> | |
| <dt><a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html" title="class in net.jini.config"><span class="typeNameLink">ConfigurationFile.ErrorDescriptor</span></a> - Class in <a href="net/jini/config/package-summary.html">net.jini.config</a></dt> | |
| <dd> | |
| <div class="block">Class used to represent a syntax error encountered when parsing a | |
| configuration source or a problem encountered when attempting to return | |
| an existing entry or the type of an existing entry.</div> | |
| </dd> | |
| <dt><a href="net/jini/config/ConfigurationNotFoundException.html" title="class in net.jini.config"><span class="typeNameLink">ConfigurationNotFoundException</span></a> - Exception in <a href="net/jini/config/package-summary.html">net.jini.config</a></dt> | |
| <dd> | |
| <div class="block">Thrown if a configuration source location specified when creating a | |
| <code>Configuration</code> is not found, including if <code>null</code> is | |
| specified for provider options and the implementation does not provide | |
| default options.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationNotFoundException.html#ConfigurationNotFoundException-java.lang.String-">ConfigurationNotFoundException(String)</a></span> - Constructor for exception net.jini.config.<a href="net/jini/config/ConfigurationNotFoundException.html" title="class in net.jini.config">ConfigurationNotFoundException</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationNotFoundException.html#ConfigurationNotFoundException-java.lang.String-java.lang.Throwable-">ConfigurationNotFoundException(String, Throwable)</a></span> - Constructor for exception net.jini.config.<a href="net/jini/config/ConfigurationNotFoundException.html" title="class in net.jini.config">ConfigurationNotFoundException</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified detail message and causing | |
| exception, which should not be an instance of <code>Error</code>.</div> | |
| </dd> | |
| <dt><a href="net/jini/config/ConfigurationProvider.html" title="class in net.jini.config"><span class="typeNameLink">ConfigurationProvider</span></a> - Class in <a href="net/jini/config/package-summary.html">net.jini.config</a></dt> | |
| <dd> | |
| <div class="block">Provides a standard means for obtaining <a href="net/jini/config/Configuration.html" title="interface in net.jini.config"><code>Configuration</code></a> instances, | |
| using a configurable provider.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/ConnectionEndpoint.html#connect-net.jini.jeri.connection.OutboundRequestHandle-">connect(OutboundRequestHandle)</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/ConnectionEndpoint.html" title="interface in net.jini.jeri.connection">ConnectionEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a new connection that can be used to send a request for | |
| the specified handle.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/ConnectionEndpoint.html#connect-net.jini.jeri.connection.OutboundRequestHandle-java.util.Collection-java.util.Collection-">connect(OutboundRequestHandle, Collection, Collection)</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/ConnectionEndpoint.html" title="interface in net.jini.jeri.connection">ConnectionEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an existing or new connection that can be used to send | |
| a request for the specified handle, or <code>null</code> if a | |
| new connection needs to be created in a way that requires | |
| synchronous I/O.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/connection/Connection.html" title="interface in net.jini.jeri.connection"><span class="typeNameLink">Connection</span></a> - Interface in <a href="net/jini/jeri/connection/package-summary.html">net.jini.jeri.connection</a></dt> | |
| <dd> | |
| <div class="block">Represents an established client-side connection.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/ConnectionAbsoluteTime.html" title="class in net.jini.core.constraint"><span class="typeNameLink">ConnectionAbsoluteTime</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint on the absolute time by which a network connection | |
| must be established.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConnectionAbsoluteTime.html#ConnectionAbsoluteTime-long-">ConnectionAbsoluteTime(long)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ConnectionAbsoluteTime.html" title="class in net.jini.core.constraint">ConnectionAbsoluteTime</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint with the specified deadline for connection | |
| establishment.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/connection/ConnectionEndpoint.html" title="interface in net.jini.jeri.connection"><span class="typeNameLink">ConnectionEndpoint</span></a> - Interface in <a href="net/jini/jeri/connection/package-summary.html">net.jini.jeri.connection</a></dt> | |
| <dd> | |
| <div class="block">Represents a remote communication endpoint to establish connections | |
| to.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/connection/ConnectionManager.html" title="class in net.jini.jeri.connection"><span class="typeNameLink">ConnectionManager</span></a> - Class in <a href="net/jini/jeri/connection/package-summary.html">net.jini.jeri.connection</a></dt> | |
| <dd> | |
| <div class="block">Provides client-side connection management using the <a | |
| href="./net/jini/jeri/connection/doc-files/mux.html">Jini extensible | |
| remote invocation (Jini ERI) multiplexing protocol</a> | |
| to frame and multiplex requests and responses over connections.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/ConnectionManager.html#ConnectionManager-net.jini.jeri.connection.ConnectionEndpoint-">ConnectionManager(ConnectionEndpoint)</a></span> - Constructor for class net.jini.jeri.connection.<a href="net/jini/jeri/connection/ConnectionManager.html" title="class in net.jini.jeri.connection">ConnectionManager</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>ConnectionManager</code> that manages client-side | |
| connections to the specified connection endpoint.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/ConnectionRelativeTime.html" title="class in net.jini.core.constraint"><span class="typeNameLink">ConnectionRelativeTime</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint on the maximum amount of time to wait for a | |
| network connection to be established.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConnectionRelativeTime.html#ConnectionRelativeTime-long-">ConnectionRelativeTime(long)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ConnectionRelativeTime.html" title="class in net.jini.core.constraint">ConnectionRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint with the specified duration.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/ConstraintAlternatives.html" title="class in net.jini.core.constraint"><span class="typeNameLink">ConstraintAlternatives</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Combines two or more constraint alternatives into a single overall | |
| constraint.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConstraintAlternatives.html#ConstraintAlternatives-net.jini.core.constraint.InvocationConstraint:A-">ConstraintAlternatives(InvocationConstraint[])</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ConstraintAlternatives.html" title="class in net.jini.core.constraint">ConstraintAlternatives</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance containing the specified alternative constraints, | |
| with duplicate constraints removed.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConstraintAlternatives.html#ConstraintAlternatives-java.util.Collection-">ConstraintAlternatives(Collection<InvocationConstraint>)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ConstraintAlternatives.html" title="class in net.jini.core.constraint">ConstraintAlternatives</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance containing the specified alternative constraints, | |
| with duplicate constraints removed.</div> | |
| </dd> | |
| <dt><a href="net/jini/constraint/ConstraintTrustVerifier.html" title="class in net.jini.constraint"><span class="typeNameLink">ConstraintTrustVerifier</span></a> - Class in <a href="net/jini/constraint/package-summary.html">net.jini.constraint</a></dt> | |
| <dd> | |
| <div class="block">Trust verifier for instances of the constraint classes defined in the | |
| <a href="net/jini/core/constraint/package-summary.html"><code>net.jini.core.constraint</code></a> package, and for the | |
| <a href="net/jini/constraint/BasicMethodConstraints.html" title="class in net.jini.constraint"><code>BasicMethodConstraints</code></a>, <a href="http://docs.oracle.com/javase/6/docs/api/javax/security/auth/x500/X500Principal.html?is-external=true" title="class or interface in javax.security.auth.x500"><code>X500Principal</code></a> and | |
| <a href="http://docs.oracle.com/javase/6/docs/api/javax/security/auth/kerberos/KerberosPrincipal.html?is-external=true" title="class or interface in javax.security.auth.kerberos"><code>KerberosPrincipal</code></a> classes.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/ConstraintTrustVerifier.html#ConstraintTrustVerifier--">ConstraintTrustVerifier()</a></span> - Constructor for class net.jini.constraint.<a href="net/jini/constraint/ConstraintTrustVerifier.html" title="class in net.jini.constraint">ConstraintTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/JavaSpace05.html#contents-java.util.Collection-net.jini.core.transaction.Transaction-long-long-">contents(Collection, Transaction, long, long)</a></span> - Method in interface net.jini.space.<a href="net/jini/space/JavaSpace05.html" title="interface in net.jini.space">JavaSpace05</a></dt> | |
| <dd> | |
| <div class="block">Creates a <a href="net/jini/space/MatchSet.html" title="interface in net.jini.space">match set</a> that can be used to | |
| exhaustively read through all of the matching entries in | |
| the space that are visible to the passed <a href="net/jini/core/transaction/Transaction.html" title="interface in net.jini.core.transaction"><code>Transaction</code></a> and remain visible for the lifetime of the | |
| match set.</div> | |
| </dd> | |
| <dt><a href="net/jini/io/context/ContextPermission.html" title="class in net.jini.io.context"><span class="typeNameLink">ContextPermission</span></a> - Class in <a href="net/jini/io/context/package-summary.html">net.jini.io.context</a></dt> | |
| <dd> | |
| <div class="block">Represents permissions used to express the access control policy for | |
| elements commonly found in the context collections available from | |
| <a href="net/jini/export/ServerContext.html" title="class in net.jini.export"><code>ServerContext</code></a> and | |
| <a href="net/jini/io/ObjectStreamContext.html" title="interface in net.jini.io"><code>ObjectStreamContext</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/context/ContextPermission.html#ContextPermission-java.lang.String-">ContextPermission(String)</a></span> - Constructor for class net.jini.io.context.<a href="net/jini/io/context/ContextPermission.html" title="class in net.jini.io.context">ContextPermission</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified name.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalledInstance.html#convertToMarshalledObject--">convertToMarshalledObject()</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalledInstance.html" title="class in net.jini.io">MarshalledInstance</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>MarshalledObject</code> that will | |
| contain an object equivalent to the object contained | |
| in this <code>MarshalledInstance</code> object.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/server/CrashCountException.html" title="class in net.jini.core.transaction.server"><span class="typeNameLink">CrashCountException</span></a> - Exception in <a href="net/jini/core/transaction/server/package-summary.html">net.jini.core.transaction.server</a></dt> | |
| <dd> | |
| <div class="block">Exception thrown when a transaction cannot be joined because the | |
| participant's current crash count is different from the crash | |
| count the manager received in a previous join by that participant.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/CrashCountException.html#CrashCountException-java.lang.String-">CrashCountException(String)</a></span> - Constructor for exception net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/CrashCountException.html" title="class in net.jini.core.transaction.server">CrashCountException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with a detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/CrashCountException.html#CrashCountException--">CrashCountException()</a></span> - Constructor for exception net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/CrashCountException.html" title="class in net.jini.core.transaction.server">CrashCountException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with no detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConstraintAlternatives.html#create-net.jini.core.constraint.InvocationConstraint:A-">create(InvocationConstraint[])</a></span> - Static method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConstraintAlternatives.html" title="class in net.jini.core.constraint">ConstraintAlternatives</a></dt> | |
| <dd> | |
| <div class="block">Returns a constraint representing the specified alternative constraints, | |
| with duplicate constraints removed.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConstraintAlternatives.html#create-java.util.Collection-">create(Collection<InvocationConstraint>)</a></span> - Static method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConstraintAlternatives.html" title="class in net.jini.core.constraint">ConstraintAlternatives</a></dt> | |
| <dd> | |
| <div class="block">Returns a constraint representing the specified alternative constraints, | |
| with duplicate constraints removed.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/NestableTransaction.html#create-net.jini.core.transaction.server.NestableTransactionManager-long-">create(NestableTransactionManager, long)</a></span> - Method in interface net.jini.core.transaction.<a href="net/jini/core/transaction/NestableTransaction.html" title="interface in net.jini.core.transaction">NestableTransaction</a></dt> | |
| <dd> | |
| <div class="block">Create a new nested transaction, with the current transaction as | |
| parent, managed by the given transaction manager.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/NestableTransaction.html#create-long-">create(long)</a></span> - Method in interface net.jini.core.transaction.<a href="net/jini/core/transaction/NestableTransaction.html" title="interface in net.jini.core.transaction">NestableTransaction</a></dt> | |
| <dd> | |
| <div class="block">Create a new nested transaction, with the current transaction as | |
| parent, managed by the same transaction manager as the current | |
| transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/NestableServerTransaction.html#create-net.jini.core.transaction.server.NestableTransactionManager-long-">create(NestableTransactionManager, long)</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/NestableServerTransaction.html" title="class in net.jini.core.transaction.server">NestableServerTransaction</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/NestableServerTransaction.html#create-long-">create(long)</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/NestableServerTransaction.html" title="class in net.jini.core.transaction.server">NestableServerTransaction</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/NestableTransactionManager.html#create-net.jini.core.transaction.server.NestableTransactionManager-long-long-">create(NestableTransactionManager, long, long)</a></span> - Method in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/NestableTransactionManager.html" title="interface in net.jini.core.transaction.server">NestableTransactionManager</a></dt> | |
| <dd> | |
| <div class="block">Begin a nested transaction, with the specified transaction as parent.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionManager.html#create-long-">create(long)</a></span> - Method in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></dt> | |
| <dd> | |
| <div class="block">Begin a new top-level transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/TransactionFactory.html#create-net.jini.core.transaction.server.TransactionManager-long-">create(TransactionManager, long)</a></span> - Static method in class net.jini.core.transaction.<a href="net/jini/core/transaction/TransactionFactory.html" title="class in net.jini.core.transaction">TransactionFactory</a></dt> | |
| <dd> | |
| <div class="block">Create a new top-level transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/TransactionFactory.html#create-net.jini.core.transaction.server.NestableTransactionManager-long-">create(NestableTransactionManager, long)</a></span> - Static method in class net.jini.core.transaction.<a href="net/jini/core/transaction/TransactionFactory.html" title="class in net.jini.core.transaction">TransactionFactory</a></dt> | |
| <dd> | |
| <div class="block">Create a new top-level transaction, under which nested transactions | |
| can be created.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/UuidFactory.html#create-long-long-">create(long, long)</a></span> - Static method in class net.jini.id.<a href="net/jini/id/UuidFactory.html" title="class in net.jini.id">UuidFactory</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>Uuid</code> with the specified 128-bit | |
| value.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/UuidFactory.html#create-java.lang.String-">create(String)</a></span> - Static method in class net.jini.id.<a href="net/jini/id/UuidFactory.html" title="class in net.jini.id">UuidFactory</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>Uuid</code> with the 128-bit value | |
| represented by the specified string.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassProvider.html#createClassLoader-java.net.URL:A-java.lang.ClassLoader-boolean-">createClassLoader(URL[], ClassLoader, boolean)</a></span> - Method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassProvider.html" title="class in net.jini.loader.pref">PreferredClassProvider</a></dt> | |
| <dd> | |
| <div class="block">Creates the class loader for this | |
| <code>PreferredClassProvider</code> to use to load classes from | |
| the specified path of URLs with the specified delegation | |
| parent.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/NestableTransaction.Created.html#Created-net.jini.core.transaction.NestableTransaction-net.jini.core.lease.Lease-">Created(NestableTransaction, Lease)</a></span> - Constructor for class net.jini.core.transaction.<a href="net/jini/core/transaction/NestableTransaction.Created.html" title="class in net.jini.core.transaction">NestableTransaction.Created</a></dt> | |
| <dd> | |
| <div class="block">Simple constructor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionManager.Created.html#Created-long-net.jini.core.lease.Lease-">Created(long, Lease)</a></span> - Constructor for class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionManager.Created.html" title="class in net.jini.core.transaction.server">TransactionManager.Created</a></dt> | |
| <dd> | |
| <div class="block">Simple constructor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/Transaction.Created.html#Created-net.jini.core.transaction.Transaction-net.jini.core.lease.Lease-">Created(Transaction, Lease)</a></span> - Constructor for class net.jini.core.transaction.<a href="net/jini/core/transaction/Transaction.Created.html" title="class in net.jini.core.transaction">Transaction.Created</a></dt> | |
| <dd> | |
| <div class="block">Simple constructor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivationGroup.html#createGroup-java.rmi.activation.ActivationGroupID-java.rmi.activation.ActivationGroupDesc-long-">createGroup(ActivationGroupID, ActivationGroupDesc, long)</a></span> - Static method in class net.jini.activation.<a href="net/jini/activation/ActivationGroup.html" title="class in net.jini.activation">ActivationGroup</a></dt> | |
| <dd> | |
| <div class="block">Creates and sets the activation group for the current virtual machine.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/AbstractILFactory.html#createInstances-java.rmi.Remote-net.jini.jeri.ObjectEndpoint-net.jini.jeri.ServerCapabilities-">createInstances(Remote, ObjectEndpoint, ServerCapabilities)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/AbstractILFactory.html" title="class in net.jini.jeri">AbstractILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns a compatible proxy and invocation dispatcher for a remote | |
| object being exported.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/InvocationLayerFactory.html#createInstances-java.rmi.Remote-net.jini.jeri.ObjectEndpoint-net.jini.jeri.ServerCapabilities-">createInstances(Remote, ObjectEndpoint, ServerCapabilities)</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/InvocationLayerFactory.html" title="interface in net.jini.jeri">InvocationLayerFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns a compatible proxy and invocation dispatcher for a remote | |
| object being exported.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/AbstractILFactory.html#createInvocationDispatcher-java.util.Collection-java.rmi.Remote-net.jini.jeri.ServerCapabilities-">createInvocationDispatcher(Collection, Remote, ServerCapabilities)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/AbstractILFactory.html" title="class in net.jini.jeri">AbstractILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns an invocation dispatcher to receive incoming remote calls | |
| for the specified methods to the specified remote object, for a | |
| server and transport with the specified capabilities.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicILFactory.html#createInvocationDispatcher-java.util.Collection-java.rmi.Remote-net.jini.jeri.ServerCapabilities-">createInvocationDispatcher(Collection, Remote, ServerCapabilities)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicILFactory.html" title="class in net.jini.jeri">BasicILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns an invocation dispatcher to receive incoming remote calls | |
| for the specified methods to the specified remote object, for a | |
| server and transport with the specified capabilities.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/AbstractILFactory.html#createInvocationHandler-java.lang.Class:A-java.rmi.Remote-net.jini.jeri.ObjectEndpoint-">createInvocationHandler(Class[], Remote, ObjectEndpoint)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/AbstractILFactory.html" title="class in net.jini.jeri">AbstractILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns an invocation handler to use with a <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Proxy.html?is-external=true" title="class or interface in java.lang.reflect"><code>Proxy</code></a> instance | |
| implementing the specified interfaces, communicating with the | |
| specified remote object using the specified object endpoint.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicILFactory.html#createInvocationHandler-java.lang.Class:A-java.rmi.Remote-net.jini.jeri.ObjectEndpoint-">createInvocationHandler(Class[], Remote, ObjectEndpoint)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicILFactory.html" title="class in net.jini.jeri">BasicILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns an invocation handler to use with a <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Proxy.html?is-external=true" title="class or interface in java.lang.reflect"><code>Proxy</code></a> instance | |
| implementing the specified interfaces, communicating with the | |
| specified remote object using the specified object endpoint.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/Lease.html#createLeaseMap-long-">createLeaseMap(long)</a></span> - Method in interface net.jini.core.lease.<a href="net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a></dt> | |
| <dd> | |
| <div class="block">Creates a Map object that can contain leases whose renewal or | |
| cancellation can be batched, and adds the current lease to that map.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationDispatcher.html#createMarshalInputStream-java.lang.Object-net.jini.jeri.InboundRequest-boolean-java.util.Collection-">createMarshalInputStream(Object, InboundRequest, boolean, Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationDispatcher.html" title="class in net.jini.jeri">BasicInvocationDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Returns a new marshal input stream to use to read objects from the | |
| request input stream obtained by invoking the <a href="net/jini/jeri/InboundRequest.html#getRequestInputStream--"><code>getRequestInputStream</code></a> method | |
| on the given <code>request</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#createMarshalInputStream-java.lang.Object-java.lang.reflect.Method-net.jini.jeri.OutboundRequest-boolean-java.util.Collection-">createMarshalInputStream(Object, Method, OutboundRequest, boolean, Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns a new <a href="http://docs.oracle.com/javase/6/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io"><code>ObjectInputStream</code></a> instance to use to read | |
| objects from the response input stream obtained by invoking the <a href="net/jini/jeri/OutboundRequest.html#getResponseInputStream--"><code>getResponseInputStream</code></a> method | |
| on the given <code>request</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationDispatcher.html#createMarshalOutputStream-java.lang.Object-java.lang.reflect.Method-net.jini.jeri.InboundRequest-java.util.Collection-">createMarshalOutputStream(Object, Method, InboundRequest, Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationDispatcher.html" title="class in net.jini.jeri">BasicInvocationDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Returns a new marshal output stream to use to write objects to the | |
| response output stream obtained by invoking the <a href="net/jini/jeri/InboundRequest.html#getResponseOutputStream--"><code>getResponseOutputStream</code></a> | |
| method on the given <code>request</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#createMarshalOutputStream-java.lang.Object-java.lang.reflect.Method-net.jini.jeri.OutboundRequest-java.util.Collection-">createMarshalOutputStream(Object, Method, OutboundRequest, Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns a new <a href="http://docs.oracle.com/javase/6/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io"><code>ObjectOutputStream</code></a> instance to use to write | |
| objects to the request output stream obtained by invoking the <a href="net/jini/jeri/OutboundRequest.html#getRequestOutputStream--"><code>getRequestOutputStream</code></a> method | |
| on the given <code>request</code>.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:D"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">D</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassLoader.html#definePackage-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.lang.String-java.net.URL-">definePackage(String, String, String, String, String, String, String, URL)</a></span> - Method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassLoader.html" title="class in net.jini.loader.pref">PreferredClassLoader</a></dt> | |
| <dd> </dd> | |
| <dt><a href="net/jini/core/constraint/Delegation.html" title="class in net.jini.core.constraint"><span class="typeNameLink">Delegation</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint on delegation from the client to the server.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/DelegationAbsoluteTime.html" title="class in net.jini.core.constraint"><span class="typeNameLink">DelegationAbsoluteTime</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint on delegation, such that if delegation is permitted, | |
| it be permitted only for a range of absolute times.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationAbsoluteTime.html#DelegationAbsoluteTime-long-long-long-long-">DelegationAbsoluteTime(long, long, long, long)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationAbsoluteTime.html" title="class in net.jini.core.constraint">DelegationAbsoluteTime</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint with the specified absolute times.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationAbsoluteTime.html#DelegationAbsoluteTime-java.util.Date-java.util.Date-java.util.Date-java.util.Date-">DelegationAbsoluteTime(Date, Date, Date, Date)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationAbsoluteTime.html" title="class in net.jini.core.constraint">DelegationAbsoluteTime</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint with the specified dates.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/DelegationRelativeTime.html" title="class in net.jini.core.constraint"><span class="typeNameLink">DelegationRelativeTime</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint on delegation, such that if delegation is permitted, | |
| it be permitted only for a range of time measured relative to the start of | |
| the remote call.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationRelativeTime.html#DelegationRelativeTime-long-long-long-long-">DelegationRelativeTime(long, long, long, long)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationRelativeTime.html" title="class in net.jini.core.constraint">DelegationRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint with the specified durations.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationDispatcher.html#dispatch-java.rmi.Remote-net.jini.jeri.InboundRequest-java.util.Collection-">dispatch(Remote, InboundRequest, Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationDispatcher.html" title="class in net.jini.jeri">BasicInvocationDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Dispatches the specified inbound request to the specified remote object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/InvocationDispatcher.html#dispatch-java.rmi.Remote-net.jini.jeri.InboundRequest-java.util.Collection-">dispatch(Remote, InboundRequest, Collection)</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/InvocationDispatcher.html" title="interface in net.jini.jeri">InvocationDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Dispatches the invocation represented by an <a href="net/jini/jeri/InboundRequest.html" title="interface in net.jini.jeri"><code>InboundRequest</code></a> | |
| to the specified remote object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/RequestDispatcher.html#dispatch-net.jini.jeri.InboundRequest-">dispatch(InboundRequest)</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/RequestDispatcher.html" title="interface in net.jini.jeri">RequestDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Processes an inbound request.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/Security.html#doAs-javax.security.auth.Subject-java.security.PrivilegedAction-">doAs(Subject, PrivilegedAction<T>)</a></span> - Static method in class net.jini.security.<a href="net/jini/security/Security.html" title="class in net.jini.security">Security</a></dt> | |
| <dd> | |
| <div class="block">Performs work as a particular Subject in the presence of untrusted code, | |
| for distributed systems.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/Security.html#doAs-javax.security.auth.Subject-java.security.PrivilegedExceptionAction-">doAs(Subject, PrivilegedExceptionAction<T>)</a></span> - Static method in class net.jini.security.<a href="net/jini/security/Security.html" title="class in net.jini.security">Security</a></dt> | |
| <dd> | |
| <div class="block">Performs work as a particular Subject in the presence of untrusted code, | |
| for distributed systems.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/Security.html#doAsPrivileged-javax.security.auth.Subject-java.security.PrivilegedAction-net.jini.security.SecurityContext-">doAsPrivileged(Subject, PrivilegedAction<T>, SecurityContext)</a></span> - Static method in class net.jini.security.<a href="net/jini/security/Security.html" title="class in net.jini.security">Security</a></dt> | |
| <dd> | |
| <div class="block">Perform work as a particular Subject in the presence of untrusted code | |
| for distributed systems.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/Security.html#doAsPrivileged-javax.security.auth.Subject-java.security.PrivilegedExceptionAction-net.jini.security.SecurityContext-">doAsPrivileged(Subject, PrivilegedExceptionAction<T>, SecurityContext)</a></span> - Static method in class net.jini.security.<a href="net/jini/security/Security.html" title="class in net.jini.security">Security</a></dt> | |
| <dd> | |
| <div class="block">Perform work as a particular Subject in the presence of untrusted code | |
| for distributed systems.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/Security.html#doPrivileged-java.security.PrivilegedAction-">doPrivileged(PrivilegedAction<T>)</a></span> - Static method in class net.jini.security.<a href="net/jini/security/Security.html" title="class in net.jini.security">Security</a></dt> | |
| <dd> | |
| <div class="block">Executes the specified action's <code>run</code> method with privileges | |
| enabled, preserving the domain combiner (if any) of the calling context.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/Security.html#doPrivileged-java.security.PrivilegedExceptionAction-">doPrivileged(PrivilegedExceptionAction<T>)</a></span> - Static method in class net.jini.security.<a href="net/jini/security/Security.html" title="class in net.jini.security">Security</a></dt> | |
| <dd> | |
| <div class="block">Executes the specified action's <code>run</code> method with privileges | |
| enabled, preserving the domain combiner (if any) of the calling context.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/export/ServerContext.html#doWithServerContext-java.lang.Runnable-java.util.Collection-">doWithServerContext(Runnable, Collection)</a></span> - Static method in class net.jini.export.<a href="net/jini/export/ServerContext.html" title="class in net.jini.export">ServerContext</a></dt> | |
| <dd> | |
| <div class="block">Sets the server context for the current thread to the supplied | |
| <code>context</code> collection and invokes the <code>run</code> method | |
| of the supplied <code>runnable</code> object.</div> | |
| </dd> | |
| <dt><a href="net/jini/loader/DownloadPermission.html" title="class in net.jini.loader"><span class="typeNameLink">DownloadPermission</span></a> - Class in <a href="net/jini/loader/package-summary.html">net.jini.loader</a></dt> | |
| <dd> | |
| <div class="block">Permission that must be granted to the <a href="http://docs.oracle.com/javase/6/docs/api/java/security/CodeSource.html?is-external=true" title="class or interface in java.security"><code>CodeSource</code></a> of a | |
| downloaded class in order for the class to be defined using <a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/server/RMIClassLoader.html?is-external=true" title="class or interface in java.rmi.server"><code>RMIClassLoader</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/DownloadPermission.html#DownloadPermission--">DownloadPermission()</a></span> - Constructor for class net.jini.loader.<a href="net/jini/loader/DownloadPermission.html" title="class in net.jini.loader">DownloadPermission</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>DownloadPermission</code> with the name | |
| "permit".</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/Lease.html#DURATION">DURATION</a></span> - Static variable in interface net.jini.core.lease.<a href="net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a></dt> | |
| <dd> | |
| <div class="block">The serialized form of the lease will convert the time of lease | |
| expiration into a duration (in milliseconds) from the time of | |
| serialization.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/policy/DynamicPolicy.html" title="interface in net.jini.security.policy"><span class="typeNameLink">DynamicPolicy</span></a> - Interface in <a href="net/jini/security/policy/package-summary.html">net.jini.security.policy</a></dt> | |
| <dd> | |
| <div class="block">Interface implemented by security policy providers that may support dynamic | |
| granting of permissions at run-time.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/policy/DynamicPolicyProvider.html" title="class in net.jini.security.policy"><span class="typeNameLink">DynamicPolicyProvider</span></a> - Class in <a href="net/jini/security/policy/package-summary.html">net.jini.security.policy</a></dt> | |
| <dd> | |
| <div class="block">Security policy provider that supports dynamic granting of permissions at | |
| run-time.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicyProvider.html#DynamicPolicyProvider--">DynamicPolicyProvider()</a></span> - Constructor for class net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicyProvider.html" title="class in net.jini.security.policy">DynamicPolicyProvider</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>DynamicPolicyProvider</code> instance that wraps a | |
| default underlying policy.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicyProvider.html#DynamicPolicyProvider-java.security.Policy-">DynamicPolicyProvider(Policy)</a></span> - Constructor for class net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicyProvider.html" title="class in net.jini.security.policy">DynamicPolicyProvider</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>DynamicPolicyProvider</code> instance that wraps | |
| around the given non-<code>null</code> base policy object.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:E"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">E</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMaxPrincipal.html#elements--">elements()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMaxPrincipal.html" title="class in net.jini.core.constraint">ClientMaxPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Returns an immutable set of all of the principals.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMaxPrincipalType.html#elements--">elements()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMaxPrincipalType.html" title="class in net.jini.core.constraint">ClientMaxPrincipalType</a></dt> | |
| <dd> | |
| <div class="block">Returns an immutable set of all of the classes.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMinPrincipal.html#elements--">elements()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMinPrincipal.html" title="class in net.jini.core.constraint">ClientMinPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Returns an immutable set of all of the principals.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMinPrincipalType.html#elements--">elements()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMinPrincipalType.html" title="class in net.jini.core.constraint">ClientMinPrincipalType</a></dt> | |
| <dd> | |
| <div class="block">Returns an immutable set of all of the classes.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConstraintAlternatives.html#elements--">elements()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConstraintAlternatives.html" title="class in net.jini.core.constraint">ConstraintAlternatives</a></dt> | |
| <dd> | |
| <div class="block">Returns an immutable set of all of the constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ServerMinPrincipal.html#elements--">elements()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ServerMinPrincipal.html" title="class in net.jini.core.constraint">ServerMinPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Returns an immutable set of all of the principals.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/InvocationConstraints.html#EMPTY">EMPTY</a></span> - Static variable in class net.jini.core.constraint.<a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint">InvocationConstraints</a></dt> | |
| <dd> | |
| <div class="block">An empty instance, one that has no requirements and no preferences.</div> | |
| </dd> | |
| <dt><a href="net/jini/config/EmptyConfiguration.html" title="class in net.jini.config"><span class="typeNameLink">EmptyConfiguration</span></a> - Class in <a href="net/jini/config/package-summary.html">net.jini.config</a></dt> | |
| <dd> | |
| <div class="block">A <code>Configuration</code> with no entries.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/NestableServerTransaction.html#enclosedBy-net.jini.core.transaction.NestableTransaction-">enclosedBy(NestableTransaction)</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/NestableServerTransaction.html" title="class in net.jini.core.transaction.server">NestableServerTransaction</a></dt> | |
| <dd> | |
| <div class="block">Return true if the specified transaction is an ancestor of | |
| this transaction.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/Endpoint.html" title="interface in net.jini.jeri"><span class="typeNameLink">Endpoint</span></a> - Interface in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">Represents a remote communication endpoint to send requests to.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry"><span class="typeNameLink">Entry</span></a> - Interface in <a href="net/jini/core/entry/package-summary.html">net.jini.core.entry</a></dt> | |
| <dd> | |
| <div class="block">This class is the supertype of all entries that can be stored in a | |
| Jini Lookup service.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpServerEndpoint.html#enumerateListenEndpoints-net.jini.jeri.ServerEndpoint.ListenContext-">enumerateListenEndpoints(ServerEndpoint.ListenContext)</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpServerEndpoint.html" title="class in net.jini.jeri.http">HttpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Passes the <a href="net/jini/jeri/ServerEndpoint.ListenEndpoint.html" title="interface in net.jini.jeri"><code>ListenEndpoint</code></a> for this <code>HttpServerEndpoint</code> to | |
| <code>listenContext</code>, which will ensure an active listen | |
| operation on the endpoint, and returns an | |
| <code>HttpEndpoint</code> instance corresponding to the listen | |
| operation chosen by <code>listenContext</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#enumerateListenEndpoints-net.jini.jeri.ServerEndpoint.ListenContext-">enumerateListenEndpoints(ServerEndpoint.ListenContext)</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Passes the <a href="net/jini/jeri/ServerEndpoint.ListenEndpoint.html" title="interface in net.jini.jeri"><code>ListenEndpoint</code></a> for this <code>KerberosServerEndpoint</code> to | |
| <code>listenContext</code>, which will ensure an active listen | |
| operation on the endpoint, and returns a <code>KerberosEndpoint</code> | |
| instance corresponding to the listen operation chosen by | |
| <code>listenContext</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ServerEndpoint.html#enumerateListenEndpoints-net.jini.jeri.ServerEndpoint.ListenContext-">enumerateListenEndpoints(ServerEndpoint.ListenContext)</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/ServerEndpoint.html" title="interface in net.jini.jeri">ServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Enumerates the communication endpoints represented by this | |
| <code>ServerEndpoint</code> by passing the | |
| <code>ListenEndpoint</code> for each of them to | |
| <code>listenContext</code>, which will ensure an active listen | |
| operation on each endpoint, and returns an | |
| <code>Endpoint</code> instance corresponding to the listen | |
| operations chosen by <code>listenContext</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#enumerateListenEndpoints-net.jini.jeri.ServerEndpoint.ListenContext-">enumerateListenEndpoints(ServerEndpoint.ListenContext)</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Passes the <a href="net/jini/jeri/ServerEndpoint.ListenEndpoint.html" title="interface in net.jini.jeri"><code>ListenEndpoint</code></a> for this <code>HttpsServerEndpoint</code> to | |
| <code>listenContext</code>, which will ensure an active listen | |
| operation on the endpoint, and returns an <code>HttpsEndpoint</code> | |
| instance corresponding to the listen operation chosen by | |
| <code>listenContext</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#enumerateListenEndpoints-net.jini.jeri.ServerEndpoint.ListenContext-">enumerateListenEndpoints(ServerEndpoint.ListenContext)</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Passes the <a href="net/jini/jeri/ServerEndpoint.ListenEndpoint.html" title="interface in net.jini.jeri"><code>ListenEndpoint</code></a> for this <code>SslServerEndpoint</code> to | |
| <code>listenContext</code>, which will ensure an active listen | |
| operation on the endpoint, and returns an <code>SslEndpoint</code> | |
| instance corresponding to the listen operation chosen by | |
| <code>listenContext</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpServerEndpoint.html#enumerateListenEndpoints-net.jini.jeri.ServerEndpoint.ListenContext-">enumerateListenEndpoints(ServerEndpoint.ListenContext)</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpServerEndpoint.html" title="class in net.jini.jeri.tcp">TcpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Passes the <a href="net/jini/jeri/ServerEndpoint.ListenEndpoint.html" title="interface in net.jini.jeri"><code>ListenEndpoint</code></a> for this <code>TcpServerEndpoint</code> to | |
| <code>listenContext</code>, which will ensure an active listen | |
| operation on the endpoint, and returns a | |
| <code>TcpEndpoint</code> instance corresponding to the listen | |
| operation chosen by <code>listenContext</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivatableInvocationHandler.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.activation.<a href="net/jini/activation/ActivatableInvocationHandler.html" title="class in net.jini.activation">ActivatableInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Compares the specified object with this | |
| <code>ActivatableInvocationHandler</code> for equality.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/AbstractConfiguration.Primitive.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.config.<a href="net/jini/config/AbstractConfiguration.Primitive.html" title="class in net.jini.config">AbstractConfiguration.Primitive</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the argument is a | |
| <code>Primitive</code> for which the result of calling | |
| <code>getValue</code> is the same as the value for this instance, | |
| otherwise <code>false</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.html" title="class in net.jini.constraint">BasicMethodConstraints</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they have the same descriptors | |
| in the same order.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html" title="class in net.jini.constraint">BasicMethodConstraints.MethodDesc</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they have the same | |
| name, the same parameter types, and the same constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMaxPrincipal.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMaxPrincipal.html" title="class in net.jini.core.constraint">ClientMaxPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they have the same principals | |
| (ignoring order).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMaxPrincipalType.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMaxPrincipalType.html" title="class in net.jini.core.constraint">ClientMaxPrincipalType</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they have the same classes | |
| (ignoring order).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMinPrincipal.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMinPrincipal.html" title="class in net.jini.core.constraint">ClientMinPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they have the same principals | |
| (ignoring order).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMinPrincipalType.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMinPrincipalType.html" title="class in net.jini.core.constraint">ClientMinPrincipalType</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they have the same classes | |
| (ignoring order).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConnectionAbsoluteTime.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConnectionAbsoluteTime.html" title="class in net.jini.core.constraint">ConnectionAbsoluteTime</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if both have the same deadline.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConnectionRelativeTime.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConnectionRelativeTime.html" title="class in net.jini.core.constraint">ConnectionRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if both have the same duration.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConstraintAlternatives.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConstraintAlternatives.html" title="class in net.jini.core.constraint">ConstraintAlternatives</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they have the same constraints | |
| (ignoring order).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationAbsoluteTime.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationAbsoluteTime.html" title="class in net.jini.core.constraint">DelegationAbsoluteTime</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if both have the same minimum | |
| start, the same maximum start, the same minimum stop, and the same | |
| maximum stop.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationRelativeTime.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationRelativeTime.html" title="class in net.jini.core.constraint">DelegationRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if both have the same minimum | |
| start, the same maximum start, the same minimum stop, and the same | |
| maximum stop.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/InvocationConstraints.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint">InvocationConstraints</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they have the same requirements | |
| and the same preferences.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ServerMinPrincipal.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ServerMinPrincipal.html" title="class in net.jini.core.constraint">ServerMinPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they have the same principals | |
| (ignoring order).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/discovery/LookupLocator.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.core.discovery.<a href="net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a></dt> | |
| <dd> | |
| <div class="block">Two locators are equal if they have the same <code>host</code> and | |
| <code>port</code> fields.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceID.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceID.html" title="class in net.jini.core.lookup">ServiceID</a></dt> | |
| <dd> | |
| <div class="block">Service IDs are equal if they represent the same 128-bit value.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/ServerTransaction.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a></dt> | |
| <dd> | |
| <div class="block">Two instances are equal if they have the same transaction manager | |
| and the same transaction id.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/entry/AbstractEntry.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.entry.<a href="net/jini/entry/AbstractEntry.html" title="class in net.jini.entry">AbstractEntry</a></dt> | |
| <dd> | |
| <div class="block">Compares this <code>AbstractEntry</code> to the specified | |
| object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/entry/AbstractEntry.html#equals-net.jini.core.entry.Entry-net.jini.core.entry.Entry-">equals(Entry, Entry)</a></span> - Static method in class net.jini.entry.<a href="net/jini/entry/AbstractEntry.html" title="class in net.jini.entry">AbstractEntry</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the two arguments are of the same | |
| class and for each entry field <em>F</em>, the arguments' | |
| values for <em>F</em> are either both <code>null</code> or the | |
| invocation of <code>equals</code> on one argument's value for | |
| <em>F</em> with the other argument's value for <em>F</em> as | |
| its parameter returns <code>true</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/Uuid.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.id.<a href="net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a></dt> | |
| <dd> | |
| <div class="block">Compares the specified object with this <code>Uuid</code> for | |
| equality.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalledInstance.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalledInstance.html" title="class in net.jini.io">MarshalledInstance</a></dt> | |
| <dd> | |
| <div class="block">Compares this <code>MarshalledInstance</code> to another | |
| object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/AbstractILFactory.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/AbstractILFactory.html" title="class in net.jini.jeri">AbstractILFactory</a></dt> | |
| <dd> | |
| <div class="block">Compares the specified object with this invocation layer factory for | |
| equality.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicILFactory.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicILFactory.html" title="class in net.jini.jeri">BasicILFactory</a></dt> | |
| <dd> | |
| <div class="block">Compares the specified object with this invocation layer factory for | |
| equality.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Compares the specified object with this | |
| <code>BasicInvocationHandler</code> for equality.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicObjectEndpoint.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicObjectEndpoint.html" title="class in net.jini.jeri">BasicObjectEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Compares the specified object with this | |
| <code>BasicObjectEndpoint</code> for equality.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpEndpoint.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpEndpoint.html" title="class in net.jini.jeri.http">HttpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Compares the specified object with this | |
| <code>HttpEndpoint</code> for equality.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpServerEndpoint.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpServerEndpoint.html" title="class in net.jini.jeri.http">HttpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Compares the specified object with this | |
| <code>HttpServerEndpoint</code> for equality.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosEndpoint.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they contain the same | |
| server principal, host, and port, and their socket factories | |
| are both <code>null</code> or have the same actual class and | |
| are equal.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they have server | |
| subjects that compare equal using <code>==</code>; have the | |
| same server principal; have the same values for server host and | |
| port; have socket factories that are either both | |
| <code>null</code>, or have the same actual class and are equal; | |
| and have server socket factories that are either both | |
| <code>null</code>, or have the same actual class and are equal.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsEndpoint.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl">HttpsEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they have the same values for | |
| server host and port; and have socket factories that are either both | |
| <code>null</code>, or have the same actual class and are equal.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they have server subjects that | |
| compare equal using <code>==</code>; have server principals that are | |
| either both <code>null</code> or are equal when compared as the elements | |
| of a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><code>Set</code></a>; have the same values for server host and port; have | |
| socket factories that are either both <code>null</code>, or have the | |
| same actual class and are equal; and have server socket factories that | |
| are either both <code>null</code>, or have the same actual class and are | |
| equal.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslEndpoint.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl">SslEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they have the same values for | |
| server host and port; and have socket factories that are either both | |
| <code>null</code>, or have the same actual class and are equal.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if they have server subjects that | |
| compare equal using <code>==</code>; have server principals that are | |
| either both <code>null</code> or are equal when compared as the elements | |
| of a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><code>Set</code></a>; have the same values for server host and port; have | |
| socket factories that are either both <code>null</code>, or have the | |
| same actual class and are equal; and have server socket factories | |
| that are either both <code>null</code>, or have the same actual class | |
| and are equal.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpEndpoint.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpEndpoint.html" title="class in net.jini.jeri.tcp">TcpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Compares the specified object with this | |
| <code>TcpEndpoint</code> for equality.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpServerEndpoint.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpServerEndpoint.html" title="class in net.jini.jeri.tcp">TcpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Compares the specified object with this | |
| <code>TcpServerEndpoint</code> for equality.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/AccessPermission.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.security.<a href="net/jini/security/AccessPermission.html" title="class in net.jini.security">AccessPermission</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified object is an instance | |
| of the same class as this permission and has the same target name | |
| as this permission; returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/AuthenticationPermission.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.security.<a href="net/jini/security/AuthenticationPermission.html" title="class in net.jini.security">AuthenticationPermission</a></dt> | |
| <dd> | |
| <div class="block">Two instances of this class are equal if each implies the other; | |
| that is, both instances have the same actions, every principal that | |
| matches the local principals of one instance matches the local | |
| principals of the other instance, and (if the instances have any | |
| action besides <code>listen</code>) every principal that matches the | |
| peer principals of one instance matches the peer principals of the | |
| other instance.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the given object is an instance of the same | |
| class as this object, with the same value for <code>verify</code>, with | |
| method constraints that are <code>equals</code> or similarly not | |
| specified, and with <code>permissions</code> containing the same | |
| elements, independent of order.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/GrantPermission.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.security.<a href="net/jini/security/GrantPermission.html" title="class in net.jini.security">GrantPermission</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the given object is a | |
| <code>GrantPermission</code> which both implies and is implied by this | |
| permission; returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/UmbrellaGrantPermission.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/UmbrellaGrantPermission.html" title="class in net.jini.security.policy">UmbrellaGrantPermission</a></dt> | |
| <dd> | |
| <div class="block">Behaves as specified by <a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.security"><code>Permission.equals(java.lang.Object)</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/BasicUntrustedObjectSecurityContext.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/BasicUntrustedObjectSecurityContext.html" title="class in net.jini.security.proxytrust">BasicUntrustedObjectSecurityContext</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified object and this object | |
| are both instances of this class that were constructed with equivalent | |
| permissions.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html" title="class in net.jini.security.proxytrust">ProxyTrustInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the argument is an instance of this | |
| class with the same main proxy and the same bootstrap proxy, and | |
| <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/VerifyingProxyPreparer.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class net.jini.security.<a href="net/jini/security/VerifyingProxyPreparer.html" title="class in net.jini.security">VerifyingProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified object and this object | |
| are both instances of this class that were constructed with equivalent | |
| arguments.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html#ErrorDescriptor-int-int-java.lang.String-java.lang.String-java.lang.Throwable-">ErrorDescriptor(int, int, String, String, Throwable)</a></span> - Constructor for class net.jini.config.<a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html" title="class in net.jini.config">ConfigurationFile.ErrorDescriptor</a></dt> | |
| <dd> | |
| <div class="block">Creates a new error descriptor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html#ErrorDescriptor-int-int-java.lang.String-java.lang.String-">ErrorDescriptor(int, int, String, String)</a></span> - Constructor for class net.jini.config.<a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html" title="class in net.jini.config">ConfigurationFile.ErrorDescriptor</a></dt> | |
| <dd> | |
| <div class="block">Creates a new error descriptor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html#ErrorDescriptor-int-int-java.lang.String-">ErrorDescriptor(int, int, String)</a></span> - Constructor for class net.jini.config.<a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html" title="class in net.jini.config">ConfigurationFile.ErrorDescriptor</a></dt> | |
| <dd> | |
| <div class="block">Creates a new error descriptor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/RemoteEvent.html#eventID">eventID</a></span> - Variable in class net.jini.core.event.<a href="net/jini/core/event/RemoteEvent.html" title="class in net.jini.core.event">RemoteEvent</a></dt> | |
| <dd> | |
| <div class="block">The event identifier.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/event/EventRegistration.html" title="class in net.jini.core.event"><span class="typeNameLink">EventRegistration</span></a> - Class in <a href="net/jini/core/event/package-summary.html">net.jini.core.event</a></dt> | |
| <dd> | |
| <div class="block">A utility class for use as a return value for event-interest registration | |
| methods.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/EventRegistration.html#EventRegistration-long-java.lang.Object-net.jini.core.lease.Lease-long-">EventRegistration(long, Object, Lease, long)</a></span> - Constructor for class net.jini.core.event.<a href="net/jini/core/event/EventRegistration.html" title="class in net.jini.core.event">EventRegistration</a></dt> | |
| <dd> | |
| <div class="block">Constructs an <tt>EventRegistration</tt> object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/LeaseMapException.html#exceptionMap">exceptionMap</a></span> - Variable in exception net.jini.core.lease.<a href="net/jini/core/lease/LeaseMapException.html" title="class in net.jini.core.lease">LeaseMapException</a></dt> | |
| <dd> | |
| <div class="block">A Map from Lease to Exception, containing each lease that failed to | |
| renew or cancel, and the exception that resulted from that lease's | |
| renewal or cancel attempt.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicObjectEndpoint.html#executeCall-net.jini.jeri.OutboundRequest-">executeCall(OutboundRequest)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicObjectEndpoint.html" title="class in net.jini.jeri">BasicObjectEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Synchronously executes a remote call in progress to the | |
| identified remote object, so that the response can be read.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ObjectEndpoint.html#executeCall-net.jini.jeri.OutboundRequest-">executeCall(OutboundRequest)</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/ObjectEndpoint.html" title="interface in net.jini.jeri">ObjectEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Synchronously executes a remote call in progress to the | |
| identified remote object, so that the response can be read.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivationExporter.html#export-java.rmi.Remote-">export(Remote)</a></span> - Method in class net.jini.activation.<a href="net/jini/activation/ActivationExporter.html" title="class in net.jini.activation">ActivationExporter</a></dt> | |
| <dd> | |
| <div class="block">Exports an activatable remote object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/export/Exporter.html#export-java.rmi.Remote-">export(Remote)</a></span> - Method in interface net.jini.export.<a href="net/jini/export/Exporter.html" title="interface in net.jini.export">Exporter</a></dt> | |
| <dd> | |
| <div class="block">Exports the specified remote object and returns a proxy that can | |
| be used to invoke remote methods on the exported remote object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/iiop/IiopExporter.html#export-java.rmi.Remote-">export(Remote)</a></span> - Method in class net.jini.iiop.<a href="net/jini/iiop/IiopExporter.html" title="class in net.jini.iiop">IiopExporter</a></dt> | |
| <dd> | |
| <div class="block">Exports a remote object, <code>impl</code>, to the RMI-IIOP runtime and | |
| returns a proxy (stub) for the remote object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriExporter.html#export-java.rmi.Remote-">export(Remote)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicJeriExporter.html" title="class in net.jini.jeri">BasicJeriExporter</a></dt> | |
| <dd> | |
| <div class="block">Exports the specified remote object and returns a proxy for the | |
| remote object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jrmp/JrmpExporter.html#export-java.rmi.Remote-">export(Remote)</a></span> - Method in class net.jini.jrmp.<a href="net/jini/jrmp/JrmpExporter.html" title="class in net.jini.jrmp">JrmpExporter</a></dt> | |
| <dd> | |
| <div class="block">Exports a remote object, <code>impl</code>, to the JRMP runtime and | |
| returns a proxy (stub) for the remote object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustExporter.html#export-java.rmi.Remote-">export(Remote)</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustExporter.html" title="class in net.jini.security.proxytrust">ProxyTrustExporter</a></dt> | |
| <dd> | |
| <div class="block">Exports the specified main remote object and returns a dynamic proxy | |
| for the object.</div> | |
| </dd> | |
| <dt><a href="net/jini/export/Exporter.html" title="interface in net.jini.export"><span class="typeNameLink">Exporter</span></a> - Interface in <a href="net/jini/export/package-summary.html">net.jini.export</a></dt> | |
| <dd> | |
| <div class="block">An abstraction for exporting a single remote | |
| object such that it can receive remote method invocations, and | |
| later for unexporting that same remote object.</div> | |
| </dd> | |
| <dt><a href="net/jini/export/ExportPermission.html" title="class in net.jini.export"><span class="typeNameLink">ExportPermission</span></a> - Class in <a href="net/jini/export/package-summary.html">net.jini.export</a></dt> | |
| <dd> | |
| <div class="block">Defines runtime permissions for <code>Exporter</code> implementations.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/export/ExportPermission.html#ExportPermission-java.lang.String-">ExportPermission(String)</a></span> - Constructor for class net.jini.export.<a href="net/jini/export/ExportPermission.html" title="class in net.jini.export">ExportPermission</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified name.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/export/ExportPermission.html#ExportPermission-java.lang.String-java.lang.String-">ExportPermission(String, String)</a></span> - Constructor for class net.jini.export.<a href="net/jini/export/ExportPermission.html" title="class in net.jini.export">ExportPermission</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified name.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:F"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">F</h2> | |
| <dl> | |
| <dt><a href="net/jini/url/file/FileIntegrityVerifier.html" title="class in net.jini.url.file"><span class="typeNameLink">FileIntegrityVerifier</span></a> - Class in <a href="net/jini/url/file/package-summary.html">net.jini.url.file</a></dt> | |
| <dd> | |
| <div class="block">Integrity verifier for FILE URLs.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/file/FileIntegrityVerifier.html#FileIntegrityVerifier--">FileIntegrityVerifier()</a></span> - Constructor for class net.jini.url.file.<a href="net/jini/url/file/FileIntegrityVerifier.html" title="class in net.jini.url.file">FileIntegrityVerifier</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/Uuid.html#finalize--">finalize()</a></span> - Method in class net.jini.id.<a href="net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a></dt> | |
| <dd> | |
| <div class="block">Delegates to the superclass's <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"><code>finalize</code></a> | |
| method.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/Lease.html#FOREVER">FOREVER</a></span> - Static variable in interface net.jini.core.lease.<a href="net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a></dt> | |
| <dd> | |
| <div class="block">Used to request a lease that never expires.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/LoadClass.html#forName-java.lang.String-boolean-java.lang.ClassLoader-">forName(String, boolean, ClassLoader)</a></span> - Static method in class net.jini.loader.<a href="net/jini/loader/LoadClass.html" title="class in net.jini.loader">LoadClass</a></dt> | |
| <dd> | |
| <div class="block">Returns the <code>Class</code> object associated with the class or | |
| interface with the given string name, using the given class loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalledInstance.html#fullyEquals-java.lang.Object-">fullyEquals(Object)</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalledInstance.html" title="class in net.jini.io">MarshalledInstance</a></dt> | |
| <dd> | |
| <div class="block">Compares this <code>MarshalledInstance</code> to another | |
| object.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:G"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">G</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/UuidFactory.html#generate--">generate()</a></span> - Static method in class net.jini.id.<a href="net/jini/id/UuidFactory.html" title="class in net.jini.id">UuidFactory</a></dt> | |
| <dd> | |
| <div class="block">Generates a new <code>Uuid</code> with 122 bits of its value | |
| produced from a cryptographically strong random sequence.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalledInstance.html#get-boolean-">get(boolean)</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalledInstance.html" title="class in net.jini.io">MarshalledInstance</a></dt> | |
| <dd> | |
| <div class="block">Returns a new copy of the contained object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalledInstance.html#get-java.lang.ClassLoader-boolean-java.lang.ClassLoader-java.util.Collection-">get(ClassLoader, boolean, ClassLoader, Collection)</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalledInstance.html" title="class in net.jini.io">MarshalledInstance</a></dt> | |
| <dd> | |
| <div class="block">Returns a new copy of the contained object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/SecurityContext.html#getAccessControlContext--">getAccessControlContext()</a></span> - Method in interface net.jini.security.<a href="net/jini/security/SecurityContext.html" title="interface in net.jini.security">SecurityContext</a></dt> | |
| <dd> | |
| <div class="block">Returns access control context portion of snapshotted security context.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/AccessPermission.html#getActions--">getActions()</a></span> - Method in class net.jini.security.<a href="net/jini/security/AccessPermission.html" title="class in net.jini.security">AccessPermission</a></dt> | |
| <dd> | |
| <div class="block">Returns the empty string.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/AuthenticationPermission.html#getActions--">getActions()</a></span> - Method in class net.jini.security.<a href="net/jini/security/AuthenticationPermission.html" title="class in net.jini.security">AuthenticationPermission</a></dt> | |
| <dd> | |
| <div class="block">Returns the actions.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/GrantPermission.html#getActions--">getActions()</a></span> - Method in class net.jini.security.<a href="net/jini/security/GrantPermission.html" title="class in net.jini.security">GrantPermission</a></dt> | |
| <dd> | |
| <div class="block">Returns canonical string representation of this permission's actions, | |
| which for <code>GrantPermission</code> is always the empty string | |
| <code>""</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/UmbrellaGrantPermission.html#getActions--">getActions()</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/UmbrellaGrantPermission.html" title="class in net.jini.security.policy">UmbrellaGrantPermission</a></dt> | |
| <dd> | |
| <div class="block">Behaves as specified by <a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#getActions--" title="class or interface in java.security"><code>Permission.getActions()</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivatableInvocationHandler.html#getActivationID--">getActivationID()</a></span> - Method in class net.jini.activation.<a href="net/jini/activation/ActivatableInvocationHandler.html" title="class in net.jini.activation">ActivatableInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns the activation identifier supplied during construction of | |
| this invocation handler.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jrmp/JrmpExporter.html#getActivationID--">getActivationID()</a></span> - Method in class net.jini.jrmp.<a href="net/jini/jrmp/JrmpExporter.html" title="class in net.jini.jrmp">JrmpExporter</a></dt> | |
| <dd> | |
| <div class="block">Returns the activation ID associated with the object exported by this | |
| exporter, or <code>null</code> if activation is not being used with this | |
| exporter.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/TrustVerifier.Context.html#getCallerContext--">getCallerContext()</a></span> - Method in interface net.jini.security.<a href="net/jini/security/TrustVerifier.Context.html" title="interface in net.jini.security">TrustVerifier.Context</a></dt> | |
| <dd> | |
| <div class="block">Returns a collection of context objects for use by trust verifiers.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html#getCause--">getCause()</a></span> - Method in class net.jini.config.<a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html" title="class in net.jini.config">ConfigurationFile.ErrorDescriptor</a></dt> | |
| <dd> | |
| <div class="block">Returns the exception associated with this error or <code>null | |
| </code> if there is no exception associated with this error.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/Connection.html#getChannel--">getChannel()</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/Connection.html" title="interface in net.jini.jeri.connection">Connection</a></dt> | |
| <dd> | |
| <div class="block">Returns a socket channel that performs I/O on this connection, | |
| or <code>null</code> if no socket channel is available.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/ServerConnection.html#getChannel--">getChannel()</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/ServerConnection.html" title="interface in net.jini.jeri.connection">ServerConnection</a></dt> | |
| <dd> | |
| <div class="block">Returns a socket channel that performs I/O on this connection, | |
| or <code>null</code> if no socket channel is available.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/ClassAnnotation.html#getClassAnnotation--">getClassAnnotation()</a></span> - Method in interface net.jini.loader.<a href="net/jini/loader/ClassAnnotation.html" title="interface in net.jini.loader">ClassAnnotation</a></dt> | |
| <dd> | |
| <div class="block">Returns the class annotation string for classes defined by this | |
| class loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/ClassLoading.html#getClassAnnotation-java.lang.Class-">getClassAnnotation(Class<?>)</a></span> - Static method in class net.jini.loader.<a href="net/jini/loader/ClassLoading.html" title="class in net.jini.loader">ClassLoading</a></dt> | |
| <dd> | |
| <div class="block">Returns the annotation string (representing a location for | |
| the class definition as a single or space delimited list of | |
| RFC3986 compliant URI) that JERI will use to annotate the class | |
| descriptor when marshalling objects of the given class.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassLoader.html#getClassAnnotation--">getClassAnnotation()</a></span> - Method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassLoader.html" title="class in net.jini.loader.pref">PreferredClassLoader</a></dt> | |
| <dd> | |
| <div class="block">Returns the class annotation string for classes defined by this | |
| class loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassProvider.html#getClassAnnotation-java.lang.Class-">getClassAnnotation(Class)</a></span> - Method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassProvider.html" title="class in net.jini.loader.pref">PreferredClassProvider</a></dt> | |
| <dd> | |
| <div class="block">Provides the implementation for <a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/server/RMIClassLoaderSpi.html?is-external=true#getClassAnnotation-java.lang.Class-" title="class or interface in java.rmi.server"><code>RMIClassLoaderSpi.getClassAnnotation(Class)</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassProvider.html#getClassAnnotation-java.lang.ClassLoader-">getClassAnnotation(ClassLoader)</a></span> - Method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassProvider.html" title="class in net.jini.loader.pref">PreferredClassProvider</a></dt> | |
| <dd> | |
| <div class="block">Returns the annotation string for the specified class loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/AbstractILFactory.html#getClassLoader--">getClassLoader()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/AbstractILFactory.html" title="class in net.jini.jeri">AbstractILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns the class loader specified during construction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationDispatcher.html#getClassLoader--">getClassLoader()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationDispatcher.html" title="class in net.jini.jeri">BasicInvocationDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Returns the class loader specified during construction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/ClassLoading.html#getClassLoader-java.lang.String-">getClassLoader(String)</a></span> - Static method in class net.jini.loader.<a href="net/jini/loader/ClassLoading.html" title="class in net.jini.loader">ClassLoading</a></dt> | |
| <dd> | |
| <div class="block">Returns a class loader that loads classes from the given codebase | |
| RFC3986 compliant URI path.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassProvider.html#getClassLoader-java.lang.String-">getClassLoader(String)</a></span> - Method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassProvider.html" title="class in net.jini.loader.pref">PreferredClassProvider</a></dt> | |
| <dd> | |
| <div class="block">Provides the implementation for <a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/server/RMIClassLoaderSpi.html?is-external=true#getClassLoader-java.lang.String-" title="class or interface in java.rmi.server"><code>RMIClassLoaderSpi.getClassLoader(String)</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/TrustVerifier.Context.html#getClassLoader--">getClassLoader()</a></span> - Method in interface net.jini.security.<a href="net/jini/security/TrustVerifier.Context.html" title="interface in net.jini.security">TrustVerifier.Context</a></dt> | |
| <dd> | |
| <div class="block">Returns the class loader that can be used as a basis for trust | |
| verification.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#getClientConstraints--">getClientConstraints()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns this <code>BasicInvocationHandler</code>'s client | |
| constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/context/ClientHost.html#getClientHost--">getClientHost()</a></span> - Method in interface net.jini.io.context.<a href="net/jini/io/context/ClientHost.html" title="interface in net.jini.io.context">ClientHost</a></dt> | |
| <dd> | |
| <div class="block">Returns the client host address for the remote call.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jrmp/JrmpExporter.html#getClientSocketFactory--">getClientSocketFactory()</a></span> - Method in class net.jini.jrmp.<a href="net/jini/jrmp/JrmpExporter.html" title="class in net.jini.jrmp">JrmpExporter</a></dt> | |
| <dd> | |
| <div class="block">Returns the client socket factory for this exporter, or | |
| <code>null</code> if none (in which case <a href="http://docs.oracle.com/javase/6/docs/api/java/net/Socket.html?is-external=true" title="class or interface in java.net"><code>Socket</code></a> objects | |
| are created directly).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/context/ClientSubject.html#getClientSubject--">getClientSubject()</a></span> - Method in interface net.jini.io.context.<a href="net/jini/io/context/ClientSubject.html" title="interface in net.jini.io.context">ClientSubject</a></dt> | |
| <dd> | |
| <div class="block">Returns the authenticated identity of the client as a read-only | |
| instance, or <code>null</code> if the client was not authenticated.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.html#getConstraints-java.lang.reflect.Method-">getConstraints(Method)</a></span> - Method in class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.html" title="class in net.jini.constraint">BasicMethodConstraints</a></dt> | |
| <dd> | |
| <div class="block">Returns the constraints for the specified remote method as a | |
| non-<code>null</code> value.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html#getConstraints--">getConstraints()</a></span> - Method in class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html" title="class in net.jini.constraint">BasicMethodConstraints.MethodDesc</a></dt> | |
| <dd> | |
| <div class="block">Returns the constraints as a non-<code>null</code> value.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/MethodConstraints.html#getConstraints-java.lang.reflect.Method-">getConstraints(Method)</a></span> - Method in interface net.jini.core.constraint.<a href="net/jini/core/constraint/MethodConstraints.html" title="interface in net.jini.core.constraint">MethodConstraints</a></dt> | |
| <dd> | |
| <div class="block">Returns the constraints for the specified method as a | |
| non-<code>null</code> value.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/RemoteMethodControl.html#getConstraints--">getConstraints()</a></span> - Method in interface net.jini.core.constraint.<a href="net/jini/core/constraint/RemoteMethodControl.html" title="interface in net.jini.core.constraint">RemoteMethodControl</a></dt> | |
| <dd> | |
| <div class="block">Returns the client constraints placed on this proxy.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/SecurityContextSource.html#getContext--">getContext()</a></span> - Method in interface net.jini.security.policy.<a href="net/jini/security/policy/SecurityContextSource.html" title="interface in net.jini.security.policy">SecurityContextSource</a></dt> | |
| <dd> | |
| <div class="block">Returns a snapshot of the current security context, which can be used to | |
| restore the context at a later time.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/BasicUntrustedObjectSecurityContext.html#getContext--">getContext()</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/BasicUntrustedObjectSecurityContext.html" title="class in net.jini.security.proxytrust">BasicUntrustedObjectSecurityContext</a></dt> | |
| <dd> | |
| <div class="block">Returns a security context to use to restrict privileges when | |
| invoking methods on untrusted objects.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/UntrustedObjectSecurityContext.html#getContext--">getContext()</a></span> - Method in interface net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/UntrustedObjectSecurityContext.html" title="interface in net.jini.security.proxytrust">UntrustedObjectSecurityContext</a></dt> | |
| <dd> | |
| <div class="block">Returns a security context to use to restrict privileges when | |
| invoking methods on untrusted objects.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/Security.html#getContext--">getContext()</a></span> - Static method in class net.jini.security.<a href="net/jini/security/Security.html" title="class in net.jini.security">Security</a></dt> | |
| <dd> | |
| <div class="block">Returns a snapshot of the current security context, which can be used to | |
| restore the context at a later time.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ServerEndpoint.ListenHandle.html#getCookie--">getCookie()</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/ServerEndpoint.ListenHandle.html" title="interface in net.jini.jeri">ServerEndpoint.ListenHandle</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>ListenCookie</code> to identify the listen | |
| operation as the return value of the <a href="net/jini/jeri/ServerEndpoint.ListenContext.html#addListenEndpoint-net.jini.jeri.ServerEndpoint.ListenEndpoint-"><code>ListenContext.addListenEndpoint</code></a> method.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivatableInvocationHandler.html#getCurrentProxy--">getCurrentProxy()</a></span> - Method in class net.jini.activation.<a href="net/jini/activation/ActivatableInvocationHandler.html" title="class in net.jini.activation">ActivatableInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns the current value for the underlying proxy.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/httpmd/Handler.html#getDefaultPort--">getDefaultPort()</a></span> - Method in class net.jini.url.httpmd.<a href="net/jini/url/httpmd/Handler.html" title="class in net.jini.url.httpmd">Handler</a></dt> | |
| <dd> | |
| <div class="block">Returns the default port for a URL parsed by this handler, which is | |
| <code>80</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/OutboundRequest.html#getDeliveryStatus--">getDeliveryStatus()</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/OutboundRequest.html" title="interface in net.jini.jeri">OutboundRequest</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>false</code> if it is guaranteed that no data | |
| written for this request has been processed by the recipient.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html#getDescription--">getDescription()</a></span> - Method in class net.jini.config.<a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html" title="class in net.jini.config">ConfigurationFile.ErrorDescriptor</a></dt> | |
| <dd> | |
| <div class="block">Returns a textual description of the error encountered.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriExporter.html#getEnableDGC--">getEnableDGC()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicJeriExporter.html" title="class in net.jini.jeri">BasicJeriExporter</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if DGC is enabled on the server endpoint to | |
| the object corresponding to this exporter; otherwise | |
| returns <code>false</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicObjectEndpoint.html#getEnableDGC--">getEnableDGC()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicObjectEndpoint.html" title="class in net.jini.jeri">BasicObjectEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if this | |
| <code>BasicObjectEndpoint</code> participates in DGC and | |
| <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicObjectEndpoint.html#getEndpoint--">getEndpoint()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicObjectEndpoint.html" title="class in net.jini.jeri">BasicObjectEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the <code>Endpoint</code> for the referenced remote | |
| object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/entry/UnusableEntriesException.html#getEntries--">getEntries()</a></span> - Method in exception net.jini.entry.<a href="net/jini/entry/UnusableEntriesException.html" title="class in net.jini.entry">UnusableEntriesException</a></dt> | |
| <dd> | |
| <div class="block">Returns a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util"><code>Collection</code></a> of the entries that could be | |
| unmarshalled by the operation.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/AbstractConfiguration.html#getEntry-java.lang.String-java.lang.String-java.lang.Class-">getEntry(String, String, Class<T>)</a></span> - Method in class net.jini.config.<a href="net/jini/config/AbstractConfiguration.html" title="class in net.jini.config">AbstractConfiguration</a></dt> | |
| <dd> | |
| <div class="block">Returns an object of the specified type created using the information in | |
| the entry matching the specified component and name, which must be | |
| found, and supplying no data.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/AbstractConfiguration.html#getEntry-java.lang.String-java.lang.String-java.lang.Class-java.lang.Object-">getEntry(String, String, Class<T>, Object)</a></span> - Method in class net.jini.config.<a href="net/jini/config/AbstractConfiguration.html" title="class in net.jini.config">AbstractConfiguration</a></dt> | |
| <dd> | |
| <div class="block">Returns an object of the specified type created using the information in | |
| the entry matching the specified component and name, and supplying no | |
| data, returning the default value if no matching entry is found and the | |
| default value is not <a href="net/jini/config/Configuration.html#NO_DEFAULT"><code>Configuration.NO_DEFAULT</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/AbstractConfiguration.html#getEntry-java.lang.String-java.lang.String-java.lang.Class-java.lang.Object-java.lang.Object-">getEntry(String, String, Class<T>, Object, Object)</a></span> - Method in class net.jini.config.<a href="net/jini/config/AbstractConfiguration.html" title="class in net.jini.config">AbstractConfiguration</a></dt> | |
| <dd> | |
| <div class="block">Returns an object of the specified type created using the information in | |
| the entry matching the specified component and name, and using the | |
| specified data (unless it is <a href="net/jini/config/Configuration.html#NO_DATA"><code>Configuration.NO_DATA</code></a>), returning the default | |
| value if no matching entry is found and the default value is not <a href="net/jini/config/Configuration.html#NO_DEFAULT"><code>Configuration.NO_DEFAULT</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/Configuration.html#getEntry-java.lang.String-java.lang.String-java.lang.Class-">getEntry(String, String, Class<T>)</a></span> - Method in interface net.jini.config.<a href="net/jini/config/Configuration.html" title="interface in net.jini.config">Configuration</a></dt> | |
| <dd> | |
| <div class="block">Returns an object of the specified type created using the information in | |
| the entry matching the specified component and name, which must be | |
| found, and supplying no data.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/Configuration.html#getEntry-java.lang.String-java.lang.String-java.lang.Class-java.lang.Object-">getEntry(String, String, Class<T>, Object)</a></span> - Method in interface net.jini.config.<a href="net/jini/config/Configuration.html" title="interface in net.jini.config">Configuration</a></dt> | |
| <dd> | |
| <div class="block">Returns an object of the specified type created using the information in | |
| the entry matching the specified component and name, and supplying no | |
| data, returning the default value if no matching entry is found and the | |
| default value is not <a href="net/jini/config/Configuration.html#NO_DEFAULT"><code>Configuration.NO_DEFAULT</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/Configuration.html#getEntry-java.lang.String-java.lang.String-java.lang.Class-java.lang.Object-java.lang.Object-">getEntry(String, String, Class<T>, Object, Object)</a></span> - Method in interface net.jini.config.<a href="net/jini/config/Configuration.html" title="interface in net.jini.config">Configuration</a></dt> | |
| <dd> | |
| <div class="block">Returns an object of the specified type created using the information in | |
| the entry matching the specified component and name, and using the | |
| specified data (unless it is <a href="net/jini/config/Configuration.html#NO_DATA"><code>Configuration.NO_DATA</code></a>), returning the default | |
| value if no matching entry is found and the default value is not <a href="net/jini/config/Configuration.html#NO_DEFAULT"><code>Configuration.NO_DEFAULT</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/AvailabilityEvent.html#getEntry--">getEntry()</a></span> - Method in class net.jini.space.<a href="net/jini/space/AvailabilityEvent.html" title="class in net.jini.space">AvailabilityEvent</a></dt> | |
| <dd> | |
| <div class="block">Returns a copy of the <a href="net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry"><code>Entry</code></a> whose transition | |
| triggered this event.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistrar.html#getEntryClasses-net.jini.core.lookup.ServiceTemplate-">getEntryClasses(ServiceTemplate)</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistrar.html" title="interface in net.jini.core.lookup">ServiceRegistrar</a></dt> | |
| <dd> | |
| <div class="block">Looks at all service items that match the specified template, finds | |
| every entry (among those service items) that either doesn't match any | |
| entry templates or is a subclass of at least one matching entry | |
| template, and returns the set of the (most specific) classes of those | |
| entries.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/AbstractConfiguration.html#getEntryInternal-java.lang.String-java.lang.String-java.lang.Class-java.lang.Object-">getEntryInternal(String, String, Class<T>, Object)</a></span> - Method in class net.jini.config.<a href="net/jini/config/AbstractConfiguration.html" title="class in net.jini.config">AbstractConfiguration</a></dt> | |
| <dd> | |
| <div class="block">Returns an object created using the information in the entry matching | |
| the specified component and name, and the specified data, for the | |
| requested type.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.html#getEntryInternal-java.lang.String-java.lang.String-java.lang.Class-java.lang.Object-">getEntryInternal(String, String, Class<T>, Object)</a></span> - Method in class net.jini.config.<a href="net/jini/config/ConfigurationFile.html" title="class in net.jini.config">ConfigurationFile</a></dt> | |
| <dd> | |
| <div class="block">Returns an object created using the information in the entry matching | |
| the specified component and name, and the specified data, for the | |
| requested type.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/EmptyConfiguration.html#getEntryInternal-java.lang.String-java.lang.String-java.lang.Class-java.lang.Object-">getEntryInternal(String, String, Class<T>, Object)</a></span> - Method in class net.jini.config.<a href="net/jini/config/EmptyConfiguration.html" title="class in net.jini.config">EmptyConfiguration</a></dt> | |
| <dd> | |
| <div class="block">Always throws an exception -- this configuration contains no entries.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.html#getEntryNames--">getEntryNames()</a></span> - Method in class net.jini.config.<a href="net/jini/config/ConfigurationFile.html" title="class in net.jini.config">ConfigurationFile</a></dt> | |
| <dd> | |
| <div class="block">Returns a set containing the fully qualified names of all non-private | |
| entries defined for this instance.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.html#getEntryType-java.lang.String-java.lang.String-">getEntryType(String, String)</a></span> - Method in class net.jini.config.<a href="net/jini/config/ConfigurationFile.html" title="class in net.jini.config">ConfigurationFile</a></dt> | |
| <dd> | |
| <div class="block">Returns the static type of the expression specified for the entry with | |
| the specified component and name.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/Lease.html#getExpiration--">getExpiration()</a></span> - Method in interface net.jini.core.lease.<a href="net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>long</code> that indicates the time that the | |
| lease will expire.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/AbstractILFactory.html#getExtraProxyInterfaces-java.rmi.Remote-">getExtraProxyInterfaces(Remote)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/AbstractILFactory.html" title="class in net.jini.jeri">AbstractILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns a new array containing any additional interfaces that the | |
| proxy should implement, beyond the interfaces obtained by passing | |
| <code>impl</code> to the <a href="net/jini/jeri/AbstractILFactory.html#getRemoteInterfaces-java.rmi.Remote-"><code>getRemoteInterfaces</code></a> method.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicILFactory.html#getExtraProxyInterfaces-java.rmi.Remote-">getExtraProxyInterfaces(Remote)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicILFactory.html" title="class in net.jini.jeri">BasicILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns a new array containing any additional interfaces that the | |
| proxy should implement, beyond the interfaces obtained by passing | |
| <code>impl</code> to the <a href="net/jini/jeri/AbstractILFactory.html#getRemoteInterfaces-java.rmi.Remote-"><code>getRemoteInterfaces</code></a> method.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistrar.html#getFieldValues-net.jini.core.lookup.ServiceTemplate-int-java.lang.String-">getFieldValues(ServiceTemplate, int, String)</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistrar.html" title="interface in net.jini.core.lookup">ServiceRegistrar</a></dt> | |
| <dd> | |
| <div class="block">Looks at all service items that match the specified template, finds | |
| every entry (among those service items) that matches | |
| tmpl.attributeSetTemplates[setIndex], and returns the set of values | |
| of the specified field of those entries.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicy.html#getGrants-java.lang.Class-java.security.Principal:A-">getGrants(Class, Principal[])</a></span> - Method in interface net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicy.html" title="interface in net.jini.security.policy">DynamicPolicy</a></dt> | |
| <dd> | |
| <div class="block">If this security policy provider supports dynamic permission grants, | |
| returns a new array containing the cumulative set of permissions | |
| dynamically granted to protection domains (including ones not yet | |
| created) that are associated with the class loader of the given class | |
| and possess at least the given set of principals.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicyProvider.html#getGrants-java.lang.Class-java.security.Principal:A-">getGrants(Class, Principal[])</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicyProvider.html" title="class in net.jini.security.policy">DynamicPolicyProvider</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistrar.html#getGroups--">getGroups()</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistrar.html" title="interface in net.jini.core.lookup">ServiceRegistrar</a></dt> | |
| <dd> | |
| <div class="block">Returns the set of groups that this lookup service is currently a | |
| member of.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/discovery/LookupLocator.html#getHost--">getHost()</a></span> - Method in class net.jini.core.discovery.<a href="net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a></dt> | |
| <dd> | |
| <div class="block">Returns the name of the host that this instance should contact.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpEndpoint.html#getHost--">getHost()</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpEndpoint.html" title="class in net.jini.jeri.http">HttpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the host that this <code>HttpEndpoint</code> connects to.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpServerEndpoint.html#getHost--">getHost()</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpServerEndpoint.html" title="class in net.jini.jeri.http">HttpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the host name that will be used in | |
| <code>HttpEndpoint</code> instances produced by listening on | |
| this <code>HttpServerEndpoint</code>, or <code>null</code> if | |
| the IP address string obtained from <a href="http://docs.oracle.com/javase/6/docs/api/java/net/InetAddress.html?is-external=true#getLocalHost--" title="class or interface in java.net"><code>InetAddress.getLocalHost</code></a> will be | |
| used.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosEndpoint.html#getHost--">getHost()</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the server host that this endpoint connects to.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#getHost--">getHost()</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the host name that will be used in <a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos"><code>KerberosEndpoint</code></a> instances created by listening on this | |
| object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsEndpoint.html#getHost--">getHost()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl">HttpsEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the server host that this endpoint connects to.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#getHost--">getHost()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the host name that will be used in <a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl"><code>HttpsEndpoint</code></a> | |
| instances created by listening on this object, or <code>null</code> if | |
| <a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#enumerateListenEndpoints-net.jini.jeri.ServerEndpoint.ListenContext-"><code>enumerateListenEndpoints</code></a> will | |
| use the default server host.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslEndpoint.html#getHost--">getHost()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl">SslEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the server host that this endpoint connects to.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#getHost--">getHost()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the host name that will be used in <a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl"><code>SslEndpoint</code></a> instances | |
| created by listening on this object, or <code>null</code> if <a href="net/jini/jeri/ssl/SslServerEndpoint.html#enumerateListenEndpoints-net.jini.jeri.ServerEndpoint.ListenContext-"><code>enumerateListenEndpoints</code></a> will use the default | |
| server host.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpEndpoint.html#getHost--">getHost()</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpEndpoint.html" title="class in net.jini.jeri.tcp">TcpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the host that this <code>TcpEndpoint</code> connects to.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpServerEndpoint.html#getHost--">getHost()</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpServerEndpoint.html" title="class in net.jini.jeri.tcp">TcpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the host name that will be used in | |
| <code>TcpEndpoint</code> instances produced by listening on | |
| this <code>TcpServerEndpoint</code>, or <code>null</code> if | |
| the IP address string obtained from <a href="http://docs.oracle.com/javase/6/docs/api/java/net/InetAddress.html?is-external=true#getLocalHost--" title="class or interface in java.net"><code>InetAddress.getLocalHost</code></a> will be | |
| used.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/EventRegistration.html#getID--">getID()</a></span> - Method in class net.jini.core.event.<a href="net/jini/core/event/EventRegistration.html" title="class in net.jini.core.event">EventRegistration</a></dt> | |
| <dd> | |
| <div class="block">Returns the identifier that will be used in all RemoteEvents generated | |
| for this interest registration.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/RemoteEvent.html#getID--">getID()</a></span> - Method in class net.jini.core.event.<a href="net/jini/core/event/RemoteEvent.html" title="class in net.jini.core.event">RemoteEvent</a></dt> | |
| <dd> | |
| <div class="block">Returns the event identifier, used to identify the kind of event | |
| relative to the object in which the event occurred.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/Connection.html#getInputStream--">getInputStream()</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/Connection.html" title="interface in net.jini.jeri.connection">Connection</a></dt> | |
| <dd> | |
| <div class="block">Returns an input stream that reads data from this connection.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/ServerConnection.html#getInputStream--">getInputStream()</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/ServerConnection.html" title="interface in net.jini.jeri.connection">ServerConnection</a></dt> | |
| <dd> | |
| <div class="block">Returns an input stream that reads data from this connection.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationProvider.html#getInstance-java.lang.String:A-">getInstance(String[])</a></span> - Static method in class net.jini.config.<a href="net/jini/config/ConfigurationProvider.html" title="class in net.jini.config">ConfigurationProvider</a></dt> | |
| <dd> | |
| <div class="block">Creates and returns an instance of the configuration provider, using the | |
| specified options.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationProvider.html#getInstance-java.lang.String:A-java.lang.ClassLoader-">getInstance(String[], ClassLoader)</a></span> - Static method in class net.jini.config.<a href="net/jini/config/ConfigurationProvider.html" title="class in net.jini.config">ConfigurationProvider</a></dt> | |
| <dd> | |
| <div class="block">Creates and returns an instance of the configuration provider, using the | |
| specified options and class loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpEndpoint.html#getInstance-java.lang.String-int-">getInstance(String, int)</a></span> - Static method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpEndpoint.html" title="class in net.jini.jeri.http">HttpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>HttpEndpoint</code> instance for the given host name | |
| and TCP port number.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpEndpoint.html#getInstance-java.lang.String-int-javax.net.SocketFactory-">getInstance(String, int, SocketFactory)</a></span> - Static method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpEndpoint.html" title="class in net.jini.jeri.http">HttpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>HttpEndpoint</code> instance for the given | |
| host name and TCP port number that contains the given <a href="http://docs.oracle.com/javase/6/docs/api/javax/net/SocketFactory.html?is-external=true" title="class or interface in javax.net"><code>SocketFactory</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpServerEndpoint.html#getInstance-int-">getInstance(int)</a></span> - Static method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpServerEndpoint.html" title="class in net.jini.jeri.http">HttpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>HttpServerEndpoint</code> instance for the | |
| given TCP port number.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpServerEndpoint.html#getInstance-java.lang.String-int-">getInstance(String, int)</a></span> - Static method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpServerEndpoint.html" title="class in net.jini.jeri.http">HttpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>HttpServerEndpoint</code> instance for the given | |
| host name and TCP port number.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpServerEndpoint.html#getInstance-java.lang.String-int-javax.net.SocketFactory-javax.net.ServerSocketFactory-">getInstance(String, int, SocketFactory, ServerSocketFactory)</a></span> - Static method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpServerEndpoint.html" title="class in net.jini.jeri.http">HttpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>HttpServerEndpoint</code> instance for the | |
| given host name and TCP port number that contains the given | |
| <code>SocketFactory</code> and | |
| <code>ServerSocketFactory</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosEndpoint.html#getInstance-java.lang.String-int-javax.security.auth.kerberos.KerberosPrincipal-">getInstance(String, int, KerberosPrincipal)</a></span> - Static method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>KerberosEndpoint</code> instance for the given | |
| server host name, TCP port number, and server | |
| principal.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosEndpoint.html#getInstance-java.lang.String-int-javax.security.auth.kerberos.KerberosPrincipal-javax.net.SocketFactory-">getInstance(String, int, KerberosPrincipal, SocketFactory)</a></span> - Static method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>KerberosEndpoint</code> instance for the given | |
| server host name, TCP port number, server principal, and | |
| <code>SocketFactory</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#getInstance-int-">getInstance(int)</a></span> - Static method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>KerberosServerEndpoint</code> instance with the | |
| specified port, using the default server subject, server | |
| principal, and server host.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#getInstance-java.lang.String-int-">getInstance(String, int)</a></span> - Static method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>KerberosServerEndpoint</code> instance with the | |
| specified server host and port, using the default server | |
| subject and server principal.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#getInstance-java.lang.String-int-javax.net.SocketFactory-javax.net.ServerSocketFactory-">getInstance(String, int, SocketFactory, ServerSocketFactory)</a></span> - Static method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>KerberosServerEndpoint</code> instance with the | |
| specified server host, port, and socket factories, using the | |
| default server subject and server principal.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#getInstance-javax.security.auth.Subject-javax.security.auth.kerberos.KerberosPrincipal-java.lang.String-int-">getInstance(Subject, KerberosPrincipal, String, int)</a></span> - Static method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>KerberosServerEndpoint</code> instance with the | |
| specified server subject, server principal, server host, and | |
| port.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#getInstance-javax.security.auth.Subject-javax.security.auth.kerberos.KerberosPrincipal-java.lang.String-int-javax.net.SocketFactory-javax.net.ServerSocketFactory-">getInstance(Subject, KerberosPrincipal, String, int, SocketFactory, ServerSocketFactory)</a></span> - Static method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>KerberosServerEndpoint</code> instance with the | |
| specified server subject, server principal, server host, port, | |
| and socket factories.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsEndpoint.html#getInstance-java.lang.String-int-">getInstance(String, int)</a></span> - Static method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl">HttpsEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an HTTPS endpoint for the specified server host and port.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsEndpoint.html#getInstance-java.lang.String-int-javax.net.SocketFactory-">getInstance(String, int, SocketFactory)</a></span> - Static method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl">HttpsEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an HTTPS endpoint for the specified server host, port, and | |
| socket factory.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#getInstance-int-">getInstance(int)</a></span> - Static method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an HTTPS server endpoint for the specified port.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#getInstance-java.lang.String-int-">getInstance(String, int)</a></span> - Static method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an HTTPS server endpoint for the specified server host and port.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#getInstance-java.lang.String-int-javax.net.SocketFactory-javax.net.ServerSocketFactory-">getInstance(String, int, SocketFactory, ServerSocketFactory)</a></span> - Static method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an HTTPS server endpoint for the specified server host, port, | |
| and socket factories.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#getInstance-javax.security.auth.Subject-javax.security.auth.x500.X500Principal:A-java.lang.String-int-">getInstance(Subject, X500Principal[], String, int)</a></span> - Static method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an HTTPS server endpoint for the specified server subject, | |
| server principals, server host, and port.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#getInstance-javax.security.auth.Subject-javax.security.auth.x500.X500Principal:A-java.lang.String-int-javax.net.SocketFactory-javax.net.ServerSocketFactory-">getInstance(Subject, X500Principal[], String, int, SocketFactory, ServerSocketFactory)</a></span> - Static method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an HTTPS server endpoint for the specified server subject, | |
| server principals, server host, port, and socket factories.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslEndpoint.html#getInstance-java.lang.String-int-">getInstance(String, int)</a></span> - Static method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl">SslEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a TLS/SSL endpoint for the specified server host and port.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslEndpoint.html#getInstance-java.lang.String-int-javax.net.SocketFactory-">getInstance(String, int, SocketFactory)</a></span> - Static method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl">SslEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a TLS/SSL endpoint for the specified server host, port, and | |
| socket factory.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#getInstance-int-">getInstance(int)</a></span> - Static method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a TLS/SSL server endpoint for the specified port.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#getInstance-java.lang.String-int-">getInstance(String, int)</a></span> - Static method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a TLS/SSL server endpoint for the specified server host and | |
| port.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#getInstance-java.lang.String-int-javax.net.SocketFactory-javax.net.ServerSocketFactory-">getInstance(String, int, SocketFactory, ServerSocketFactory)</a></span> - Static method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a TLS/SSL server endpoint for the specified server host, port, | |
| and socket factories.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#getInstance-javax.security.auth.Subject-javax.security.auth.x500.X500Principal:A-java.lang.String-int-">getInstance(Subject, X500Principal[], String, int)</a></span> - Static method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a TLS/SSL server endpoint for the specified server subject, | |
| server principals, server host, and port.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#getInstance-javax.security.auth.Subject-javax.security.auth.x500.X500Principal:A-java.lang.String-int-javax.net.SocketFactory-javax.net.ServerSocketFactory-">getInstance(Subject, X500Principal[], String, int, SocketFactory, ServerSocketFactory)</a></span> - Static method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a TLS/SSL server endpoint for the specified server subject, | |
| server principals, server host, port, and socket factories.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpEndpoint.html#getInstance-java.lang.String-int-">getInstance(String, int)</a></span> - Static method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpEndpoint.html" title="class in net.jini.jeri.tcp">TcpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>TcpEndpoint</code> instance for the given | |
| host name and TCP port number.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpEndpoint.html#getInstance-java.lang.String-int-javax.net.SocketFactory-">getInstance(String, int, SocketFactory)</a></span> - Static method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpEndpoint.html" title="class in net.jini.jeri.tcp">TcpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>TcpEndpoint</code> instance for the given host | |
| name and TCP port number that contains the given | |
| <code>SocketFactory</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpServerEndpoint.html#getInstance-int-">getInstance(int)</a></span> - Static method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpServerEndpoint.html" title="class in net.jini.jeri.tcp">TcpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>TcpServerEndpoint</code> instance for the given | |
| TCP port number.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpServerEndpoint.html#getInstance-java.lang.String-int-">getInstance(String, int)</a></span> - Static method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpServerEndpoint.html" title="class in net.jini.jeri.tcp">TcpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>TcpServerEndpoint</code> instance for the given | |
| host name and TCP port number.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpServerEndpoint.html#getInstance-java.lang.String-int-javax.net.SocketFactory-javax.net.ServerSocketFactory-">getInstance(String, int, SocketFactory, ServerSocketFactory)</a></span> - Static method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpServerEndpoint.html" title="class in net.jini.jeri.tcp">TcpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>TcpServerEndpoint</code> instance for the given | |
| host name and TCP port number that contains the given | |
| <code>SocketFactory</code> and | |
| <code>ServerSocketFactory</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/InvocationLayerFactory.Instances.html#getInvocationDispatcher--">getInvocationDispatcher()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/InvocationLayerFactory.Instances.html" title="class in net.jini.jeri">InvocationLayerFactory.Instances</a></dt> | |
| <dd> | |
| <div class="block">Returns the invocation dispatcher.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/AbstractILFactory.html#getInvocationDispatcherMethods-java.rmi.Remote-">getInvocationDispatcherMethods(Remote)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/AbstractILFactory.html" title="class in net.jini.jeri">AbstractILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns a new, modifiable collection of <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect"><code>Method</code></a> objects, | |
| containing all remote methods for which the invocation | |
| dispatcher should accept incoming remote calls.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriExporter.html#getInvocationLayerFactory--">getInvocationLayerFactory()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicJeriExporter.html" title="class in net.jini.jeri">BasicJeriExporter</a></dt> | |
| <dd> | |
| <div class="block">Returns the <code>InvocationLayerFactory</code> for this | |
| exporter.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriExporter.html#getKeepAlive--">getKeepAlive()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicJeriExporter.html" title="class in net.jini.jeri">BasicJeriExporter</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the virtual machine is kept alive while | |
| the object corresponding to this exporter is exported; otherwise | |
| returns <code>false</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/EventRegistration.html#getLease--">getLease()</a></span> - Method in class net.jini.core.event.<a href="net/jini/core/event/EventRegistration.html" title="class in net.jini.core.event">EventRegistration</a></dt> | |
| <dd> | |
| <div class="block">Returns the Lease object for this registration.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistration.html#getLease--">getLease()</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistration.html" title="interface in net.jini.core.lookup">ServiceRegistration</a></dt> | |
| <dd> | |
| <div class="block">Returns the lease that controls the service registration, allowing | |
| the lease to be renewed or cancelled.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/MatchSet.html#getLease--">getLease()</a></span> - Method in interface net.jini.space.<a href="net/jini/space/MatchSet.html" title="interface in net.jini.space">MatchSet</a></dt> | |
| <dd> | |
| <div class="block">Returns a proxy to the <a href="net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease"><code>Lease</code></a> associated with this | |
| match set, or <code>null</code> if this match set is not | |
| leased.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceID.html#getLeastSignificantBits--">getLeastSignificantBits()</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceID.html" title="class in net.jini.core.lookup">ServiceID</a></dt> | |
| <dd> | |
| <div class="block">Returns the least significant 64 bits of the service ID.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/Uuid.html#getLeastSignificantBits--">getLeastSignificantBits()</a></span> - Method in class net.jini.id.<a href="net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a></dt> | |
| <dd> | |
| <div class="block">Returns the least significant 64 bits of this | |
| <code>Uuid</code>'s 128-bit value.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html#getLineNumber--">getLineNumber()</a></span> - Method in class net.jini.config.<a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html" title="class in net.jini.config">ConfigurationFile.ErrorDescriptor</a></dt> | |
| <dd> | |
| <div class="block">Returns the line number in the configuration source where the | |
| entry with an error can be found or <code>0</code> if this error | |
| descriptor is not associated with a line number.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html#getLocationName--">getLocationName()</a></span> - Method in class net.jini.config.<a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html" title="class in net.jini.config">ConfigurationFile.ErrorDescriptor</a></dt> | |
| <dd> | |
| <div class="block">Returns the name of the configuration source location or <code> | |
| null</code> if location information is not available.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistrar.html#getLocator--">getLocator()</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistrar.html" title="interface in net.jini.core.lookup">ServiceRegistrar</a></dt> | |
| <dd> | |
| <div class="block">Returns a LookupLocator that can be used if necessary for unicast | |
| discovery of the lookup service.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationAbsoluteTime.html#getMaxStart--">getMaxStart()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationAbsoluteTime.html" title="class in net.jini.core.constraint">DelegationAbsoluteTime</a></dt> | |
| <dd> | |
| <div class="block">Returns the maximum start time in milliseconds from midnight, January 1, | |
| 1970 UTC.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationRelativeTime.html#getMaxStart--">getMaxStart()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationRelativeTime.html" title="class in net.jini.core.constraint">DelegationRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Returns the maximum start duration in milliseconds.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationAbsoluteTime.html#getMaxStop--">getMaxStop()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationAbsoluteTime.html" title="class in net.jini.core.constraint">DelegationAbsoluteTime</a></dt> | |
| <dd> | |
| <div class="block">Returns the maximum stop time in milliseconds from midnight, January 1, | |
| 1970 UTC.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationRelativeTime.html#getMaxStop--">getMaxStop()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationRelativeTime.html" title="class in net.jini.core.constraint">DelegationRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Returns the maximum stop duration in milliseconds.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/LeaseMapException.html#getMessage--">getMessage()</a></span> - Method in exception net.jini.core.lease.<a href="net/jini/core/lease/LeaseMapException.html" title="class in net.jini.core.lease">LeaseMapException</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#getMethodConstraints-java.lang.Object-">getMethodConstraints(Object)</a></span> - Method in class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Returns the method constraints to use when verifying and setting | |
| constraints on the specified proxy.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.html#getMethodDescs--">getMethodDescs()</a></span> - Method in class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.html" title="class in net.jini.constraint">BasicMethodConstraints</a></dt> | |
| <dd> | |
| <div class="block">Returns the descriptors.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationAbsoluteTime.html#getMinStart--">getMinStart()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationAbsoluteTime.html" title="class in net.jini.core.constraint">DelegationAbsoluteTime</a></dt> | |
| <dd> | |
| <div class="block">Returns the minimum start time in milliseconds from midnight, January 1, | |
| 1970 UTC.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationRelativeTime.html#getMinStart--">getMinStart()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationRelativeTime.html" title="class in net.jini.core.constraint">DelegationRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Returns the minimum start duration in milliseconds.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationAbsoluteTime.html#getMinStop--">getMinStop()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationAbsoluteTime.html" title="class in net.jini.core.constraint">DelegationAbsoluteTime</a></dt> | |
| <dd> | |
| <div class="block">Returns the minimum stop time in milliseconds from midnight, January 1, | |
| 1970 UTC.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationRelativeTime.html#getMinStop--">getMinStop()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationRelativeTime.html" title="class in net.jini.core.constraint">DelegationRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Returns the minimum stop duration in milliseconds.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceID.html#getMostSignificantBits--">getMostSignificantBits()</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceID.html" title="class in net.jini.core.lookup">ServiceID</a></dt> | |
| <dd> | |
| <div class="block">Returns the most significant 64 bits of the service ID.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/Uuid.html#getMostSignificantBits--">getMostSignificantBits()</a></span> - Method in class net.jini.id.<a href="net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a></dt> | |
| <dd> | |
| <div class="block">Returns the most significant 64 bits of this | |
| <code>Uuid</code>'s 128-bit value.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html#getName--">getName()</a></span> - Method in class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html" title="class in net.jini.constraint">BasicMethodConstraints.MethodDesc</a></dt> | |
| <dd> | |
| <div class="block">Returns the name of the method, with a prefix or suffix '*' if the | |
| name is a pattern, or <code>null</code> if this descriptor matches | |
| all methods.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#getObjectEndpoint--">getObjectEndpoint()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns this <code>BasicInvocationHandler</code>'s | |
| <code>ObjectEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriExporter.html#getObjectIdentifier--">getObjectIdentifier()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicJeriExporter.html" title="class in net.jini.jeri">BasicJeriExporter</a></dt> | |
| <dd> | |
| <div class="block">Returns the object identifier for this exporter.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicObjectEndpoint.html#getObjectIdentifier--">getObjectIdentifier()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicObjectEndpoint.html" title="class in net.jini.jeri">BasicObjectEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the object identifier for the referenced remote object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalInputStream.html#getObjectStreamContext--">getObjectStreamContext()</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalInputStream.html" title="class in net.jini.io">MarshalInputStream</a></dt> | |
| <dd> | |
| <div class="block">Returns the collection of context information objects that | |
| was passed to this stream's constructor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalOutputStream.html#getObjectStreamContext--">getObjectStreamContext()</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalOutputStream.html" title="class in net.jini.io">MarshalOutputStream</a></dt> | |
| <dd> | |
| <div class="block">Returns the collection of context information objects that | |
| was passed to this stream's constructor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/ObjectStreamContext.html#getObjectStreamContext--">getObjectStreamContext()</a></span> - Method in interface net.jini.io.<a href="net/jini/io/ObjectStreamContext.html" title="interface in net.jini.io">ObjectStreamContext</a></dt> | |
| <dd> | |
| <div class="block">Returns this object stream's collection of context information | |
| objects.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/Connection.html#getOutputStream--">getOutputStream()</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/Connection.html" title="interface in net.jini.jeri.connection">Connection</a></dt> | |
| <dd> | |
| <div class="block">Returns an output stream that writes data to this connection.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/ServerConnection.html#getOutputStream--">getOutputStream()</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/ServerConnection.html" title="interface in net.jini.jeri.connection">ServerConnection</a></dt> | |
| <dd> | |
| <div class="block">Returns an output stream that writes data to this connection.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html#getOverride--">getOverride()</a></span> - Method in class net.jini.config.<a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html" title="class in net.jini.config">ConfigurationFile.ErrorDescriptor</a></dt> | |
| <dd> | |
| <div class="block">Returns the override sequence number where this error occurred | |
| or <code>0</code> if the error did not occur in an override.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html#getParameterTypes--">getParameterTypes()</a></span> - Method in class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html" title="class in net.jini.constraint">BasicMethodConstraints.MethodDesc</a></dt> | |
| <dd> | |
| <div class="block">Returns the parameter types, or <code>null</code> if this | |
| descriptor matches all parameter types or all methods.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicILFactory.html#getPermissionClass--">getPermissionClass()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicILFactory.html" title="class in net.jini.jeri">BasicILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns the permission class, if any.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicyProvider.html#getPermissionGrants-java.security.ProtectionDomain-">getPermissionGrants(ProtectionDomain)</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicyProvider.html" title="class in net.jini.security.policy">DynamicPolicyProvider</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassLoader.html#getPermissions-java.security.CodeSource-">getPermissions(CodeSource)</a></span> - Method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassLoader.html" title="class in net.jini.loader.pref">PreferredClassLoader</a></dt> | |
| <dd> | |
| <div class="block">Returns the static permissions to be automatically granted to | |
| classes loaded from the specified <a href="http://docs.oracle.com/javase/6/docs/api/java/security/CodeSource.html?is-external=true" title="class or interface in java.security"><code>CodeSource</code></a> and | |
| defined by this class loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#getPermissions-java.lang.Object-">getPermissions(Object)</a></span> - Method in class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Returns the permissions to grant to proxies, or an empty array if no | |
| permissions should be granted.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicyProvider.html#getPermissions-java.security.CodeSource-">getPermissions(CodeSource)</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicyProvider.html" title="class in net.jini.security.policy">DynamicPolicyProvider</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicyProvider.html#getPermissions-java.security.ProtectionDomain-">getPermissions(ProtectionDomain)</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicyProvider.html" title="class in net.jini.security.policy">DynamicPolicyProvider</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/PolicyFileProvider.html#getPermissions-java.security.CodeSource-">getPermissions(CodeSource)</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/PolicyFileProvider.html" title="class in net.jini.security.policy">PolicyFileProvider</a></dt> | |
| <dd> | |
| <div class="block">Behaves as specified by <a href="http://docs.oracle.com/javase/6/docs/api/java/security/Policy.html?is-external=true#getPermissions-java.security.CodeSource-" title="class or interface in java.security"><code>Policy.getPermissions(CodeSource)</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/PolicyFileProvider.html#getPermissions-java.security.ProtectionDomain-">getPermissions(ProtectionDomain)</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/PolicyFileProvider.html" title="class in net.jini.security.policy">PolicyFileProvider</a></dt> | |
| <dd> | |
| <div class="block">Behaves as specified by <a href="http://docs.oracle.com/javase/6/docs/api/java/security/Policy.html?is-external=true#getPermissions-java.security.ProtectionDomain-" title="class or interface in java.security"><code>Policy.getPermissions(ProtectionDomain)</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/discovery/LookupLocator.html#getPort--">getPort()</a></span> - Method in class net.jini.core.discovery.<a href="net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a></dt> | |
| <dd> | |
| <div class="block">Returns the number of the port to which this instance should connect.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpEndpoint.html#getPort--">getPort()</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpEndpoint.html" title="class in net.jini.jeri.http">HttpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the TCP port that this <code>HttpEndpoint</code> connects to.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpServerEndpoint.html#getPort--">getPort()</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpServerEndpoint.html" title="class in net.jini.jeri.http">HttpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the TCP port that this <code>HttpServerEndpoint</code> | |
| listens on.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosEndpoint.html#getPort--">getPort()</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the TCP port that this endpoint connects to.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#getPort--">getPort()</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the TCP port that the <code>ListenEndpoint</code>s | |
| created by this server endpoint listen on.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsEndpoint.html#getPort--">getPort()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl">HttpsEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the TCP port that this endpoint connects to.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#getPort--">getPort()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the TCP port on which this object listens for connections, or | |
| <code>0</code> if it selects a free port.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslEndpoint.html#getPort--">getPort()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl">SslEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the TCP port that this endpoint connects to.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#getPort--">getPort()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the TCP port on which this object listens for connections, or | |
| <code>0</code> if it selects a free port.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpEndpoint.html#getPort--">getPort()</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpEndpoint.html" title="class in net.jini.jeri.tcp">TcpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the TCP port that this <code>TcpEndpoint</code> connects to.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpServerEndpoint.html#getPort--">getPort()</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpServerEndpoint.html" title="class in net.jini.jeri.tcp">TcpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the TCP port that this <code>TcpServerEndpoint</code> | |
| listens on.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jrmp/JrmpExporter.html#getPort--">getPort()</a></span> - Method in class net.jini.jrmp.<a href="net/jini/jrmp/JrmpExporter.html" title="class in net.jini.jrmp">JrmpExporter</a></dt> | |
| <dd> | |
| <div class="block">Returns the port used by this exporter, or zero if an anonymous port is | |
| used.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosEndpoint.html#getPrincipal--">getPrincipal()</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the principal this endpoint requires the server | |
| to authenticate as.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#getPrincipal--">getPrincipal()</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the principal that this server endpoint will | |
| authenticate itself as.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#getPrincipals--">getPrincipals()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an immutable set of the principals that this instance uses for | |
| authentication, or <code>null</code> if it is anonymous.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#getPrincipals--">getPrincipals()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an immutable set of the principals that this instance uses for | |
| authentication, or <code>null</code> if it is anonymous.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/ClassLoading.html#getProvider--">getProvider()</a></span> - Static method in class net.jini.loader.<a href="net/jini/loader/ClassLoading.html" title="class in net.jini.loader">ClassLoading</a></dt> | |
| <dd> | |
| <div class="block">The current RMIClassLoaderSpi provider in use by ClassLoading.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/export/ProxyAccessor.html#getProxy--">getProxy()</a></span> - Method in interface net.jini.export.<a href="net/jini/export/ProxyAccessor.html" title="interface in net.jini.export">ProxyAccessor</a></dt> | |
| <dd> | |
| <div class="block">Returns a proxy object for this remote object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/InvocationLayerFactory.Instances.html#getProxy--">getProxy()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/InvocationLayerFactory.Instances.html" title="class in net.jini.jeri">InvocationLayerFactory.Instances</a></dt> | |
| <dd> | |
| <div class="block">Returns the proxy.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/AbstractILFactory.html#getProxyInterfaces-java.rmi.Remote-">getProxyInterfaces(Remote)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/AbstractILFactory.html" title="class in net.jini.jeri">AbstractILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns a new array containing the interfaces for the proxy to | |
| implement.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivatableInvocationHandler.html#getProxyTrustIterator--">getProxyTrustIterator()</a></span> - Method in class net.jini.activation.<a href="net/jini/activation/ActivatableInvocationHandler.html" title="class in net.jini.activation">ActivatableInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns a proxy trust iterator for an activatable object that is | |
| suitable for use by <a href="net/jini/security/proxytrust/ProxyTrustVerifier.html" title="class in net.jini.security.proxytrust"><code>ProxyTrustVerifier</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html#getProxyTrustIterator--">getProxyTrustIterator()</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html" title="class in net.jini.security.proxytrust">ProxyTrustInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns an iterator that produces the bootstrap proxy as the only | |
| element of the iteration.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrust.html#getProxyVerifier--">getProxyVerifier()</a></span> - Method in interface net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrust.html" title="interface in net.jini.security.proxytrust">ProxyTrust</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>TrustVerifier</code> which can be used to verify that | |
| a proxy can be trusted as a proxy for the service; that is, the | |
| <a href="net/jini/security/TrustVerifier.html#isTrustedObject-java.lang.Object-net.jini.security.TrustVerifier.Context-"><code>isTrustedObject</code></a> method of the | |
| returned verifier can be called with a candidate proxy.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ServerProxyTrust.html#getProxyVerifier--">getProxyVerifier()</a></span> - Method in interface net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ServerProxyTrust.html" title="interface in net.jini.security.proxytrust">ServerProxyTrust</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>TrustVerifier</code> that can be used to verify that | |
| a proxy can be trusted as a proxy for the service; that is, the | |
| <a href="net/jini/security/TrustVerifier.html#isTrustedObject-java.lang.Object-net.jini.security.TrustVerifier.Context-"><code>isTrustedObject</code></a> method of the | |
| returned verifier can be called with a candidate proxy.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/ReferentUuid.html#getReferentUuid--">getReferentUuid()</a></span> - Method in interface net.jini.id.<a href="net/jini/id/ReferentUuid.html" title="interface in net.jini.id">ReferentUuid</a></dt> | |
| <dd> | |
| <div class="block">Return the <code>Uuid</code> that has been assigned to the | |
| resource this proxy represents.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/discovery/LookupLocator.html#getRegistrar--">getRegistrar()</a></span> - Method in class net.jini.core.discovery.<a href="net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a></dt> | |
| <dd> | |
| <div class="block">Perform unicast discovery and return the ServiceRegistrar | |
| object for the given lookup service.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/discovery/LookupLocator.html#getRegistrar-int-">getRegistrar(int)</a></span> - Method in class net.jini.core.discovery.<a href="net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a></dt> | |
| <dd> | |
| <div class="block">Perform unicast discovery and return the ServiceRegistrar | |
| object for the given lookup service, with the given discovery timeout.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/discovery/LookupLocator.html#getRegistrar-net.jini.core.constraint.InvocationConstraints-">getRegistrar(InvocationConstraints)</a></span> - Method in class net.jini.core.discovery.<a href="net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a></dt> | |
| <dd> | |
| <div class="block">Perform unicast discovery and return the ServiceRegistrar | |
| object for the given lookup service, with the given constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/RemoteEvent.html#getRegistrationObject--">getRegistrationObject()</a></span> - Method in class net.jini.core.event.<a href="net/jini/core/event/RemoteEvent.html" title="class in net.jini.core.event">RemoteEvent</a></dt> | |
| <dd> | |
| <div class="block">Returns the handback object that was provided as a parameter to | |
| the event interest registration method, if any.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/AbstractILFactory.html#getRemoteInterfaces-java.rmi.Remote-">getRemoteInterfaces(Remote)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/AbstractILFactory.html" title="class in net.jini.jeri">AbstractILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns a new array containing the remote interfaces that should be | |
| implemented by the proxy.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ProxyTrustILFactory.html#getRemoteInterfaces-java.rmi.Remote-">getRemoteInterfaces(Remote)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/ProxyTrustILFactory.html" title="class in net.jini.jeri">ProxyTrustILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns a new array containing the remote interfaces that should be | |
| implemented by the proxy.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/InboundRequest.html#getRequestInputStream--">getRequestInputStream()</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/InboundRequest.html" title="interface in net.jini.jeri">InboundRequest</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>InputStream</code> to read the request data | |
| from.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/OutboundRequest.html#getRequestOutputStream--">getRequestOutputStream()</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/OutboundRequest.html" title="interface in net.jini.jeri">OutboundRequest</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>OutputStream</code> to write the request data | |
| to.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassLoader.html#getResource-java.lang.String-">getResource(String)</a></span> - Method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassLoader.html" title="class in net.jini.loader.pref">PreferredClassLoader</a></dt> | |
| <dd> | |
| <div class="block">Gets a resource with the specified name.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassLoader.html#getResources-java.lang.String-">getResources(String)</a></span> - Method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassLoader.html" title="class in net.jini.loader.pref">PreferredClassLoader</a></dt> | |
| <dd> | |
| <div class="block">Gets an Enumeration of resources with the specified name.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/OutboundRequest.html#getResponseInputStream--">getResponseInputStream()</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/OutboundRequest.html" title="interface in net.jini.jeri">OutboundRequest</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>InputStream</code> to read the response data | |
| from.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/InboundRequest.html#getResponseOutputStream--">getResponseOutputStream()</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/InboundRequest.html" title="interface in net.jini.jeri">InboundRequest</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>OutputStream</code> to write the response data | |
| to.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/EventRegistration.html#getSequenceNumber--">getSequenceNumber()</a></span> - Method in class net.jini.core.event.<a href="net/jini/core/event/EventRegistration.html" title="class in net.jini.core.event">EventRegistration</a></dt> | |
| <dd> | |
| <div class="block">Returns the value of the sequence number on the event kind that was | |
| current when the registration was granted, allowing comparison with | |
| the sequence number in any subsequent notifications.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/RemoteEvent.html#getSequenceNumber--">getSequenceNumber()</a></span> - Method in class net.jini.core.event.<a href="net/jini/core/event/RemoteEvent.html" title="class in net.jini.core.event">RemoteEvent</a></dt> | |
| <dd> | |
| <div class="block">Returns the sequence number of this event.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/Lease.html#getSerialFormat--">getSerialFormat()</a></span> - Method in interface net.jini.core.lease.<a href="net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a></dt> | |
| <dd> | |
| <div class="block">Returns the format that will be used to serialize the lease.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicILFactory.html#getServerConstraints--">getServerConstraints()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicILFactory.html" title="class in net.jini.jeri">BasicILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns the server constraints, if any.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#getServerConstraints--">getServerConstraints()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns this <code>BasicInvocationHandler</code>'s server | |
| constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/export/ServerContext.html#getServerContext--">getServerContext()</a></span> - Static method in class net.jini.export.<a href="net/jini/export/ServerContext.html" title="class in net.jini.export">ServerContext</a></dt> | |
| <dd> | |
| <div class="block">Returns the server context collection for the current thread.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/export/ServerContext.Spi.html#getServerContext--">getServerContext()</a></span> - Method in interface net.jini.export.<a href="net/jini/export/ServerContext.Spi.html" title="interface in net.jini.export">ServerContext.Spi</a></dt> | |
| <dd> | |
| <div class="block">Returns a server context collection for the current thread, or | |
| <code>null</code> if provider does not contain context for the | |
| current thread.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jrmp/JrmpServerContext.html#getServerContext--">getServerContext()</a></span> - Method in class net.jini.jrmp.<a href="net/jini/jrmp/JrmpServerContext.html" title="class in net.jini.jrmp">JrmpServerContext</a></dt> | |
| <dd> | |
| <div class="block">Returns a server context collection containing an element that | |
| implements the <a href="net/jini/io/context/ClientHost.html" title="interface in net.jini.io.context"><code>ClientHost</code></a> interface whose | |
| <a href="net/jini/io/context/ClientHost.html#getClientHost--"><code>getClientHost</code></a> method | |
| returns the client host if the current thread is handling a JRMP | |
| remote call, or <code>null</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/export/ServerContext.html#getServerContextElement-java.lang.Class-">getServerContextElement(Class)</a></span> - Static method in class net.jini.export.<a href="net/jini/export/ServerContext.html" title="class in net.jini.export">ServerContext</a></dt> | |
| <dd> | |
| <div class="block">Returns the first element in the current server context collection | |
| (obtained by calling <a href="net/jini/export/ServerContext.html#getServerContext--"><code>ServerContext.getServerContext</code></a>) that is an instance of the given | |
| type <code>type</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriExporter.html#getServerEndpoint--">getServerEndpoint()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicJeriExporter.html" title="class in net.jini.jeri">BasicJeriExporter</a></dt> | |
| <dd> | |
| <div class="block">Returns the server endpoint for this exporter.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpServerEndpoint.html#getServerSocketFactory--">getServerSocketFactory()</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpServerEndpoint.html" title="class in net.jini.jeri.http">HttpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the <code>ServerSocketFactory</code> that this endpoint | |
| uses to create <code>ServerSocket</code> objects.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#getServerSocketFactory--">getServerSocketFactory()</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the server socket factory that this server endpoint | |
| uses to create <a href="http://docs.oracle.com/javase/6/docs/api/java/net/ServerSocket.html?is-external=true" title="class or interface in java.net"><code>ServerSocket</code></a> instances, or | |
| <code>null</code> if it uses default server sockets.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#getServerSocketFactory--">getServerSocketFactory()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the server socket factory that this server endpoint uses to | |
| create <a href="http://docs.oracle.com/javase/6/docs/api/java/net/ServerSocket.html?is-external=true" title="class or interface in java.net"><code>ServerSocket</code></a> instances, or <code>null</code> if it uses | |
| default server sockets.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#getServerSocketFactory--">getServerSocketFactory()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the server socket factory that this server endpoint uses to | |
| create <a href="http://docs.oracle.com/javase/6/docs/api/java/net/ServerSocket.html?is-external=true" title="class or interface in java.net"><code>ServerSocket</code></a> instances, or <code>null</code> if it uses | |
| default server sockets.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpServerEndpoint.html#getServerSocketFactory--">getServerSocketFactory()</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpServerEndpoint.html" title="class in net.jini.jeri.tcp">TcpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the <code>ServerSocketFactory</code> that this endpoint | |
| uses to create <code>ServerSocket</code> objects.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jrmp/JrmpExporter.html#getServerSocketFactory--">getServerSocketFactory()</a></span> - Method in class net.jini.jrmp.<a href="net/jini/jrmp/JrmpExporter.html" title="class in net.jini.jrmp">JrmpExporter</a></dt> | |
| <dd> | |
| <div class="block">Returns the server socket factory for this exporter, or | |
| <code>null</code> if none (in which case | |
| <code>java.net.ServerSocket</code> objects are created directly).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceEvent.html#getServiceID--">getServiceID()</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceEvent.html" title="class in net.jini.core.lookup">ServiceEvent</a></dt> | |
| <dd> | |
| <div class="block">Returns the serviceID of the item that triggered the event.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistrar.html#getServiceID--">getServiceID()</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistrar.html" title="interface in net.jini.core.lookup">ServiceRegistrar</a></dt> | |
| <dd> | |
| <div class="block">Returns the service ID of the lookup service.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistration.html#getServiceID--">getServiceID()</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistration.html" title="interface in net.jini.core.lookup">ServiceRegistration</a></dt> | |
| <dd> | |
| <div class="block">Returns the service ID for this service.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceEvent.html#getServiceItem--">getServiceItem()</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceEvent.html" title="class in net.jini.core.lookup">ServiceEvent</a></dt> | |
| <dd> | |
| <div class="block">Returns the new state of the item, or null if the item was deleted | |
| from the lookup service.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistrar.html#getServiceTypes-net.jini.core.lookup.ServiceTemplate-java.lang.String-">getServiceTypes(ServiceTemplate, String)</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistrar.html" title="interface in net.jini.core.lookup">ServiceRegistrar</a></dt> | |
| <dd> | |
| <div class="block">Looks at all service items that match the specified template, and for | |
| every service item finds the most specific type (class or interface) | |
| or types the service item is an instance of that are neither equal to, | |
| nor a superclass of, any of the service types in the template and that | |
| have names that start with the specified prefix, and returns the set | |
| of all such types.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/AvailabilityEvent.html#getSnapshot--">getSnapshot()</a></span> - Method in class net.jini.space.<a href="net/jini/space/AvailabilityEvent.html" title="class in net.jini.space">AvailabilityEvent</a></dt> | |
| <dd> | |
| <div class="block">Returns a <em>snapshot</em> of the <a href="net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry"><code>Entry</code></a> whose | |
| transition triggered this event.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/MatchSet.html#getSnapshot--">getSnapshot()</a></span> - Method in interface net.jini.space.<a href="net/jini/space/MatchSet.html" title="interface in net.jini.space">MatchSet</a></dt> | |
| <dd> | |
| <div class="block">Returns a <em>snapshot</em> of the <a href="net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry"><code>Entry</code></a> removed by | |
| the last call to <a href="net/jini/space/MatchSet.html#next--"><code>next</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpEndpoint.html#getSocketFactory--">getSocketFactory()</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpEndpoint.html" title="class in net.jini.jeri.http">HttpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the <a href="http://docs.oracle.com/javase/6/docs/api/javax/net/SocketFactory.html?is-external=true" title="class or interface in javax.net"><code>SocketFactory</code></a> that this endpoint uses to | |
| create <a href="http://docs.oracle.com/javase/6/docs/api/java/net/Socket.html?is-external=true" title="class or interface in java.net"><code>Socket</code></a> objects.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpServerEndpoint.html#getSocketFactory--">getSocketFactory()</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpServerEndpoint.html" title="class in net.jini.jeri.http">HttpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the <code>SocketFactory</code> that | |
| <code>HttpEndpoint</code> objects produced by listening on this | |
| <code>HttpServerEndpoint</code> will use to create | |
| <code>Socket</code> objects.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosEndpoint.html#getSocketFactory--">getSocketFactory()</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the <code>SocketFactory</code> that this endpoint uses | |
| to create <a href="http://docs.oracle.com/javase/6/docs/api/java/net/Socket.html?is-external=true" title="class or interface in java.net"><code>Socket</code></a> objects.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#getSocketFactory--">getSocketFactory()</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the socket factory that the associated <a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos"><code>KerberosEndpoint</code></a> instances, which are created by listening on | |
| the <code>ListenEndpoint</code> instances of this server | |
| endpoint, use to create <a href="http://docs.oracle.com/javase/6/docs/api/java/net/Socket.html?is-external=true" title="class or interface in java.net"><code>Socket</code></a> instances, or | |
| <code>null</code> if they use default sockets.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsEndpoint.html#getSocketFactory--">getSocketFactory()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl">HttpsEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the socket factory that this endpoint uses to create <a href="http://docs.oracle.com/javase/6/docs/api/java/net/Socket.html?is-external=true" title="class or interface in java.net"><code>Socket</code></a> instances, or <code>null</code> if it uses default sockets.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#getSocketFactory--">getSocketFactory()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the socket factory that the associated <a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl"><code>HttpsEndpoint</code></a> | |
| instances created by listening on this server endpoint use to create | |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/net/Socket.html?is-external=true" title="class or interface in java.net"><code>Socket</code></a> instances, or <code>null</code> if they use default | |
| sockets.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslEndpoint.html#getSocketFactory--">getSocketFactory()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl">SslEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the socket factory that this endpoint uses to create <a href="http://docs.oracle.com/javase/6/docs/api/java/net/Socket.html?is-external=true" title="class or interface in java.net"><code>Socket</code></a> instances, or <code>null</code> if it uses default sockets.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#getSocketFactory--">getSocketFactory()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the socket factory that the associated <a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl"><code>SslEndpoint</code></a> | |
| instances created by listening on this server endpoint use to create | |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/net/Socket.html?is-external=true" title="class or interface in java.net"><code>Socket</code></a> instances, or <code>null</code> if they use default | |
| sockets.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpEndpoint.html#getSocketFactory--">getSocketFactory()</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpEndpoint.html" title="class in net.jini.jeri.tcp">TcpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the <code>SocketFactory</code> that this endpoint uses | |
| to create <code>Socket</code> objects.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpServerEndpoint.html#getSocketFactory--">getSocketFactory()</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpServerEndpoint.html" title="class in net.jini.jeri.tcp">TcpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the <code>SocketFactory</code> that | |
| <code>TcpEndpoint</code> objects produced by listening on this | |
| <code>TcpServerEndpoint</code> will use to create | |
| <code>Socket</code> objects.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/EventRegistration.html#getSource--">getSource()</a></span> - Method in class net.jini.core.event.<a href="net/jini/core/event/EventRegistration.html" title="class in net.jini.core.event">EventRegistration</a></dt> | |
| <dd> | |
| <div class="block">Returns the source that will be used in all RemoteEvents generated | |
| for this interest registration.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/RemoteEvent.html#getSource--">getSource()</a></span> - Method in class net.jini.core.event.<a href="net/jini/core/event/RemoteEvent.html" title="class in net.jini.core.event">RemoteEvent</a></dt> | |
| <dd> | |
| <div class="block">The object on which the RemoteEvent initially occurred.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.html#getSpecialEntry-java.lang.String-">getSpecialEntry(String)</a></span> - Method in class net.jini.config.<a href="net/jini/config/ConfigurationFile.html" title="class in net.jini.config">ConfigurationFile</a></dt> | |
| <dd> | |
| <div class="block">Returns the value of the special entry with the specified name.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.html#getSpecialEntryType-java.lang.String-">getSpecialEntryType(String)</a></span> - Method in class net.jini.config.<a href="net/jini/config/ConfigurationFile.html" title="class in net.jini.config">ConfigurationFile</a></dt> | |
| <dd> | |
| <div class="block">Returns the type of the special entry with the specified name.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/ServerTransaction.html#getState--">getState()</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a></dt> | |
| <dd> | |
| <div class="block">Returns the current state of the transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionManager.html#getState-long-">getState(long)</a></span> - Method in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></dt> | |
| <dd> | |
| <div class="block">Returns the current state of the given transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConnectionAbsoluteTime.html#getTime--">getTime()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConnectionAbsoluteTime.html" title="class in net.jini.core.constraint">ConnectionAbsoluteTime</a></dt> | |
| <dd> | |
| <div class="block">Returns the deadline for connection establishment.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConnectionRelativeTime.html#getTime--">getTime()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConnectionRelativeTime.html" title="class in net.jini.core.constraint">ConnectionRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Returns the maximum connection duration in milliseconds.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceEvent.html#getTransition--">getTransition()</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceEvent.html" title="class in net.jini.core.lookup">ServiceEvent</a></dt> | |
| <dd> | |
| <div class="block">Returns the singleton transition that triggered the event.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/AbstractConfiguration.Primitive.html#getType--">getType()</a></span> - Method in class net.jini.config.<a href="net/jini/config/AbstractConfiguration.Primitive.html" title="class in net.jini.config">AbstractConfiguration.Primitive</a></dt> | |
| <dd> | |
| <div class="block">Returns the primitive type of the value associated with this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/Connection.html#getUnfulfilledConstraints-net.jini.jeri.connection.OutboundRequestHandle-">getUnfulfilledConstraints(OutboundRequestHandle)</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/Connection.html" title="interface in net.jini.jeri.connection">Connection</a></dt> | |
| <dd> | |
| <div class="block">Implements <a href="net/jini/jeri/OutboundRequest.html#getUnfulfilledConstraints--"><code>OutboundRequest.getUnfulfilledConstraints</code></a> for a request with | |
| the specified handle.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/OutboundRequest.html#getUnfulfilledConstraints--">getUnfulfilledConstraints()</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/OutboundRequest.html" title="interface in net.jini.jeri">OutboundRequest</a></dt> | |
| <dd> | |
| <div class="block">Returns the requirements that must be at least partially | |
| implemented by higher layers in order to fully satisfy the | |
| requirements for this request.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/entry/UnusableEntriesException.html#getUnusableEntryExceptions--">getUnusableEntryExceptions()</a></span> - Method in exception net.jini.entry.<a href="net/jini/entry/UnusableEntriesException.html" title="class in net.jini.entry">UnusableEntriesException</a></dt> | |
| <dd> | |
| <div class="block">Returns a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util"><code>Collection</code></a> of <a href="net/jini/core/entry/UnusableEntryException.html" title="class in net.jini.core.entry"><code>UnusableEntryException</code></a>s | |
| with one element for each <a href="net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry"><code>Entry</code></a> that could not be | |
| unmarshalled by the operation.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/AbstractConfiguration.Primitive.html#getValue--">getValue()</a></span> - Method in class net.jini.config.<a href="net/jini/config/AbstractConfiguration.Primitive.html" title="class in net.jini.config">AbstractConfiguration.Primitive</a></dt> | |
| <dd> | |
| <div class="block">Returns the primitive value associated with this object, represented | |
| as a primitive wrapper instance.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#grant-java.lang.Object-">grant(Object)</a></span> - Method in class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Grants permissions to the proxy.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicy.html#grant-java.lang.Class-java.security.Principal:A-java.security.Permission:A-">grant(Class, Principal[], Permission[])</a></span> - Method in interface net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicy.html" title="interface in net.jini.security.policy">DynamicPolicy</a></dt> | |
| <dd> | |
| <div class="block">If this security policy provider supports dynamic permission grants, | |
| grants the specified permissions to all protection domains (including | |
| ones not yet created) that are associated with the class loader of the | |
| given class and possess at least the given set of principals.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicyProvider.html#grant-java.lang.Class-java.security.Principal:A-java.security.Permission:A-">grant(Class, Principal[], Permission[])</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicyProvider.html" title="class in net.jini.security.policy">DynamicPolicyProvider</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicyProvider.html#grant-org.apache.river.api.security.PermissionGrant-">grant(PermissionGrant)</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicyProvider.html" title="class in net.jini.security.policy">DynamicPolicyProvider</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/Security.html#grant-java.lang.Class-java.security.Permission:A-">grant(Class, Permission[])</a></span> - Static method in class net.jini.security.<a href="net/jini/security/Security.html" title="class in net.jini.security">Security</a></dt> | |
| <dd> | |
| <div class="block">If the installed security policy provider implements the | |
| <a href="net/jini/security/policy/DynamicPolicy.html" title="interface in net.jini.security.policy"><code>DynamicPolicy</code></a> interface, delegates to the security policy | |
| provider to grant the specified permissions to all protection domains | |
| (including ones not yet created) that are associated with the class | |
| loader of the given class and possess at least the principals of the | |
| current subject (if any).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/Security.html#grant-java.lang.Class-java.security.Principal:A-java.security.Permission:A-">grant(Class, Principal[], Permission[])</a></span> - Static method in class net.jini.security.<a href="net/jini/security/Security.html" title="class in net.jini.security">Security</a></dt> | |
| <dd> | |
| <div class="block">If the installed security policy provider implements the | |
| <a href="net/jini/security/policy/DynamicPolicy.html" title="interface in net.jini.security.policy"><code>DynamicPolicy</code></a> interface, delegates to the security policy | |
| provider to grant the specified permissions to all protection domains | |
| (including ones not yet created) that are associated with the class | |
| loader of the given class and possess at least the given set of | |
| principals.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/Security.html#grant-java.lang.Class-java.lang.Class-">grant(Class, Class)</a></span> - Static method in class net.jini.security.<a href="net/jini/security/Security.html" title="class in net.jini.security">Security</a></dt> | |
| <dd> | |
| <div class="block">If the installed security policy provider implements the <a href="net/jini/security/policy/DynamicPolicy.html" title="interface in net.jini.security.policy"><code>DynamicPolicy</code></a> interface, takes the set of permissions dynamically | |
| granted to the class loader of <code>fromClass</code> with the current | |
| subject's principals, determines which of those permissions the calling | |
| context is authorized to grant, and dynamically grants that subset of | |
| the permissions to the class loader of <code>toClass</code>, qualified | |
| with the current subject's principals.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/GrantPermission.html" title="class in net.jini.security"><span class="typeNameLink">GrantPermission</span></a> - Class in <a href="net/jini/security/package-summary.html">net.jini.security</a></dt> | |
| <dd> | |
| <div class="block">Permission required to dynamically grant permissions by security policy | |
| providers which implement the <a href="net/jini/security/policy/DynamicPolicy.html" title="interface in net.jini.security.policy"><code>DynamicPolicy</code></a> interface.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/GrantPermission.html#GrantPermission-java.lang.String-">GrantPermission(String)</a></span> - Constructor for class net.jini.security.<a href="net/jini/security/GrantPermission.html" title="class in net.jini.security">GrantPermission</a></dt> | |
| <dd> | |
| <div class="block">Creates a <code>GrantPermission</code> for the permission(s) specified | |
| in the name string.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/GrantPermission.html#GrantPermission-java.security.Permission-">GrantPermission(Permission)</a></span> - Constructor for class net.jini.security.<a href="net/jini/security/GrantPermission.html" title="class in net.jini.security">GrantPermission</a></dt> | |
| <dd> | |
| <div class="block">Creates a <code>GrantPermission</code> for the given permission.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/GrantPermission.html#GrantPermission-java.security.Permission:A-">GrantPermission(Permission[])</a></span> - Constructor for class net.jini.security.<a href="net/jini/security/GrantPermission.html" title="class in net.jini.security">GrantPermission</a></dt> | |
| <dd> | |
| <div class="block">Creates a <code>GrantPermission</code> for the given permissions.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicy.html#grantSupported--">grantSupported()</a></span> - Method in interface net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicy.html" title="interface in net.jini.security.policy">DynamicPolicy</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if this policy provider supports dynamic | |
| permission grants; returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicyProvider.html#grantSupported--">grantSupported()</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicyProvider.html" title="class in net.jini.security.policy">DynamicPolicyProvider</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/Security.html#grantSupported--">grantSupported()</a></span> - Static method in class net.jini.security.<a href="net/jini/security/Security.html" title="class in net.jini.security">Security</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the installed security policy provider | |
| supports dynamic permission grants--i.e., if it implements the <a href="net/jini/security/policy/DynamicPolicy.html" title="interface in net.jini.security.policy"><code>DynamicPolicy</code></a> interface and calling its <a href="net/jini/security/policy/DynamicPolicy.html#grantSupported--"><code>grantSupported</code></a> method returns | |
| <code>true</code>.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:H"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">H</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/RemoteEvent.html#handback">handback</a></span> - Variable in class net.jini.core.event.<a href="net/jini/core/event/RemoteEvent.html" title="class in net.jini.core.event">RemoteEvent</a></dt> | |
| <dd> | |
| <div class="block">The handback object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/ServerConnectionManager.html#handleConnection-net.jini.jeri.connection.ServerConnection-net.jini.jeri.RequestDispatcher-">handleConnection(ServerConnection, RequestDispatcher)</a></span> - Method in class net.jini.jeri.connection.<a href="net/jini/jeri/connection/ServerConnectionManager.html" title="class in net.jini.jeri.connection">ServerConnectionManager</a></dt> | |
| <dd> | |
| <div class="block">Starts handling requests received on the specified newly | |
| accepted connection, dispatching them to the specified request | |
| dispatcher asynchronously, and returns immediately.</div> | |
| </dd> | |
| <dt><a href="net/jini/url/httpmd/Handler.html" title="class in net.jini.url.httpmd"><span class="typeNameLink">Handler</span></a> - Class in <a href="net/jini/url/httpmd/package-summary.html">net.jini.url.httpmd</a></dt> | |
| <dd> | |
| <div class="block">A stream handler for URLs with the HTTPMD protocol.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/httpmd/Handler.html#Handler--">Handler()</a></span> - Constructor for class net.jini.url.httpmd.<a href="net/jini/url/httpmd/Handler.html" title="class in net.jini.url.httpmd">Handler</a></dt> | |
| <dd> | |
| <div class="block">Creates a URL stream handler for HTTPMD URLs.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivatableInvocationHandler.html#hashCode--">hashCode()</a></span> - Method in class net.jini.activation.<a href="net/jini/activation/ActivatableInvocationHandler.html" title="class in net.jini.activation">ActivatableInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/AbstractConfiguration.Primitive.html#hashCode--">hashCode()</a></span> - Method in class net.jini.config.<a href="net/jini/config/AbstractConfiguration.Primitive.html" title="class in net.jini.config">AbstractConfiguration.Primitive</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.html#hashCode--">hashCode()</a></span> - Method in class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.html" title="class in net.jini.constraint">BasicMethodConstraints</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html#hashCode--">hashCode()</a></span> - Method in class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html" title="class in net.jini.constraint">BasicMethodConstraints.MethodDesc</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMaxPrincipal.html#hashCode--">hashCode()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMaxPrincipal.html" title="class in net.jini.core.constraint">ClientMaxPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMaxPrincipalType.html#hashCode--">hashCode()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMaxPrincipalType.html" title="class in net.jini.core.constraint">ClientMaxPrincipalType</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMinPrincipal.html#hashCode--">hashCode()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMinPrincipal.html" title="class in net.jini.core.constraint">ClientMinPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMinPrincipalType.html#hashCode--">hashCode()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMinPrincipalType.html" title="class in net.jini.core.constraint">ClientMinPrincipalType</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConnectionAbsoluteTime.html#hashCode--">hashCode()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConnectionAbsoluteTime.html" title="class in net.jini.core.constraint">ConnectionAbsoluteTime</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConnectionRelativeTime.html#hashCode--">hashCode()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConnectionRelativeTime.html" title="class in net.jini.core.constraint">ConnectionRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConstraintAlternatives.html#hashCode--">hashCode()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConstraintAlternatives.html" title="class in net.jini.core.constraint">ConstraintAlternatives</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationAbsoluteTime.html#hashCode--">hashCode()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationAbsoluteTime.html" title="class in net.jini.core.constraint">DelegationAbsoluteTime</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationRelativeTime.html#hashCode--">hashCode()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationRelativeTime.html" title="class in net.jini.core.constraint">DelegationRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/InvocationConstraints.html#hashCode--">hashCode()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint">InvocationConstraints</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ServerMinPrincipal.html#hashCode--">hashCode()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ServerMinPrincipal.html" title="class in net.jini.core.constraint">ServerMinPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/discovery/LookupLocator.html#hashCode--">hashCode()</a></span> - Method in class net.jini.core.discovery.<a href="net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value calculated from the <code>host</code> and | |
| <code>port</code> field values.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceID.html#hashCode--">hashCode()</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceID.html" title="class in net.jini.core.lookup">ServiceID</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/ServerTransaction.html#hashCode--">hashCode()</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/entry/AbstractEntry.html#hashCode--">hashCode()</a></span> - Method in class net.jini.entry.<a href="net/jini/entry/AbstractEntry.html" title="class in net.jini.entry">AbstractEntry</a></dt> | |
| <dd> | |
| <div class="block">Returns the result of calling <a href="net/jini/entry/AbstractEntry.html#hashCode-net.jini.core.entry.Entry-"><code>AbstractEntry.hashCode(this)</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/entry/AbstractEntry.html#hashCode-net.jini.core.entry.Entry-">hashCode(Entry)</a></span> - Static method in class net.jini.entry.<a href="net/jini/entry/AbstractEntry.html" title="class in net.jini.entry">AbstractEntry</a></dt> | |
| <dd> | |
| <div class="block">Returns zero XORed with the result of invoking | |
| <code>hashCode</code> on each of the argument's | |
| non-<code>null</code> entry fields.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/Uuid.html#hashCode--">hashCode()</a></span> - Method in class net.jini.id.<a href="net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a></dt> | |
| <dd> | |
| <div class="block">Returns the hash code value for this <code>Uuid</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalledInstance.html#hashCode--">hashCode()</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalledInstance.html" title="class in net.jini.io">MarshalledInstance</a></dt> | |
| <dd> | |
| <div class="block">Returns the hash code for this <code>MarshalledInstance</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/AbstractILFactory.html#hashCode--">hashCode()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/AbstractILFactory.html" title="class in net.jini.jeri">AbstractILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this factory.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicILFactory.html#hashCode--">hashCode()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicILFactory.html" title="class in net.jini.jeri">BasicILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this factory.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#hashCode--">hashCode()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns the hash code value for this invocation handler.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicObjectEndpoint.html#hashCode--">hashCode()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicObjectEndpoint.html" title="class in net.jini.jeri">BasicObjectEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the hash code value for this | |
| <code>BasicObjectEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpEndpoint.html#hashCode--">hashCode()</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpEndpoint.html" title="class in net.jini.jeri.http">HttpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the hash code value for this <code>HttpEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpServerEndpoint.html#hashCode--">hashCode()</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpServerEndpoint.html" title="class in net.jini.jeri.http">HttpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the hash code value for this | |
| <code>HttpServerEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosEndpoint.html#hashCode--">hashCode()</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#hashCode--">hashCode()</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsEndpoint.html#hashCode--">hashCode()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl">HttpsEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#hashCode--">hashCode()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslEndpoint.html#hashCode--">hashCode()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl">SslEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#hashCode--">hashCode()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpEndpoint.html#hashCode--">hashCode()</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpEndpoint.html" title="class in net.jini.jeri.tcp">TcpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the hash code value for this <code>TcpEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpServerEndpoint.html#hashCode--">hashCode()</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpServerEndpoint.html" title="class in net.jini.jeri.tcp">TcpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns the hash code value for this | |
| <code>TcpServerEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/AccessPermission.html#hashCode--">hashCode()</a></span> - Method in class net.jini.security.<a href="net/jini/security/AccessPermission.html" title="class in net.jini.security">AccessPermission</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/AuthenticationPermission.html#hashCode--">hashCode()</a></span> - Method in class net.jini.security.<a href="net/jini/security/AuthenticationPermission.html" title="class in net.jini.security">AuthenticationPermission</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#hashCode--">hashCode()</a></span> - Method in class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/GrantPermission.html#hashCode--">hashCode()</a></span> - Method in class net.jini.security.<a href="net/jini/security/GrantPermission.html" title="class in net.jini.security">GrantPermission</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/UmbrellaGrantPermission.html#hashCode--">hashCode()</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/UmbrellaGrantPermission.html" title="class in net.jini.security.policy">UmbrellaGrantPermission</a></dt> | |
| <dd> | |
| <div class="block">Behaves as specified by <a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#hashCode--" title="class or interface in java.security"><code>Permission.hashCode()</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/BasicUntrustedObjectSecurityContext.html#hashCode--">hashCode()</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/BasicUntrustedObjectSecurityContext.html" title="class in net.jini.security.proxytrust">BasicUntrustedObjectSecurityContext</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html#hashCode--">hashCode()</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html" title="class in net.jini.security.proxytrust">ProxyTrustInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/VerifyingProxyPreparer.html#hashCode--">hashCode()</a></span> - Method in class net.jini.security.<a href="net/jini/security/VerifyingProxyPreparer.html" title="class in net.jini.security">VerifyingProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Returns a hash code value for this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/httpmd/Handler.html#hashCode-java.net.URL-">hashCode(URL)</a></span> - Method in class net.jini.url.httpmd.<a href="net/jini/url/httpmd/Handler.html" title="class in net.jini.url.httpmd">Handler</a></dt> | |
| <dd> | |
| <div class="block">Computes the hash code for the specified URL.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/OutboundRequestIterator.html#hasNext--">hasNext()</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/OutboundRequestIterator.html" title="interface in net.jini.jeri">OutboundRequestIterator</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if this iterator supports making at | |
| least one more attempt to communicate the request, and | |
| <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustIterator.html#hasNext--">hasNext()</a></span> - Method in interface net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustIterator.html" title="interface in net.jini.security.proxytrust">ProxyTrustIterator</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the iteration has more elements, and | |
| <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/SingletonProxyTrustIterator.html#hasNext--">hasNext()</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/SingletonProxyTrustIterator.html" title="class in net.jini.security.proxytrust">SingletonProxyTrustIterator</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriTrustVerifier.html#hasTrustedClassLoader-java.lang.Object-net.jini.security.TrustVerifier.Context-">hasTrustedClassLoader(Object, TrustVerifier.Context)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicJeriTrustVerifier.html" title="class in net.jini.jeri">BasicJeriTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the class loader of the specified dynamic | |
| proxy's class is trusted by this verifier; returns <code>false</code> | |
| otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriTrustVerifier.html#hasTrustedProxyClass-java.lang.Object-net.jini.security.TrustVerifier.Context-">hasTrustedProxyClass(Object, TrustVerifier.Context)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicJeriTrustVerifier.html" title="class in net.jini.jeri">BasicJeriTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified dynamic proxy's class is | |
| trusted by this verifier; returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/discovery/LookupLocator.html#host">host</a></span> - Variable in class net.jini.core.discovery.<a href="net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a></dt> | |
| <dd> | |
| <div class="block">The name of the host at which to perform discovery.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/httpmd/Handler.html#hostsEqual-java.net.URL-java.net.URL-">hostsEqual(URL, URL)</a></span> - Method in class net.jini.url.httpmd.<a href="net/jini/url/httpmd/Handler.html" title="class in net.jini.url.httpmd">Handler</a></dt> | |
| <dd> | |
| <div class="block">The default superclass implementation performs dns lookup to determine | |
| if hosts are equal, this allows two URL's with different hashCode's | |
| to be equal, breaking the hashCode equals contract.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/http/HttpEndpoint.html" title="class in net.jini.jeri.http"><span class="typeNameLink">HttpEndpoint</span></a> - Class in <a href="net/jini/jeri/http/package-summary.html">net.jini.jeri.http</a></dt> | |
| <dd> | |
| <div class="block">An implementation of the <a href="net/jini/jeri/Endpoint.html" title="interface in net.jini.jeri"><code>Endpoint</code></a> abstraction that uses HTTP | |
| messages sent over TCP sockets (instances of <a href="http://docs.oracle.com/javase/6/docs/api/java/net/Socket.html?is-external=true" title="class or interface in java.net"><code>Socket</code></a>) for the | |
| underlying communication mechanism.</div> | |
| </dd> | |
| <dt><a href="net/jini/url/httpmd/HttpmdIntegrityVerifier.html" title="class in net.jini.url.httpmd"><span class="typeNameLink">HttpmdIntegrityVerifier</span></a> - Class in <a href="net/jini/url/httpmd/package-summary.html">net.jini.url.httpmd</a></dt> | |
| <dd> | |
| <div class="block">Integrity verifier for HTTPMD URLs.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/httpmd/HttpmdIntegrityVerifier.html#HttpmdIntegrityVerifier--">HttpmdIntegrityVerifier()</a></span> - Constructor for class net.jini.url.httpmd.<a href="net/jini/url/httpmd/HttpmdIntegrityVerifier.html" title="class in net.jini.url.httpmd">HttpmdIntegrityVerifier</a></dt> | |
| <dd> </dd> | |
| <dt><a href="net/jini/url/httpmd/HttpmdUtil.html" title="class in net.jini.url.httpmd"><span class="typeNameLink">HttpmdUtil</span></a> - Class in <a href="net/jini/url/httpmd/package-summary.html">net.jini.url.httpmd</a></dt> | |
| <dd> | |
| <div class="block">Provides utility methods for creating and using HTTPMD URLs.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl"><span class="typeNameLink">HttpsEndpoint</span></a> - Class in <a href="net/jini/jeri/ssl/package-summary.html">net.jini.jeri.ssl</a></dt> | |
| <dd> | |
| <div class="block">An implementation of <a href="net/jini/jeri/Endpoint.html" title="interface in net.jini.jeri"><code>Endpoint</code></a> that uses HTTPS (HTTP over TLS/SSL) to | |
| support invocation constraints for communication through firewalls.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/http/HttpServerEndpoint.html" title="class in net.jini.jeri.http"><span class="typeNameLink">HttpServerEndpoint</span></a> - Class in <a href="net/jini/jeri/http/package-summary.html">net.jini.jeri.http</a></dt> | |
| <dd> | |
| <div class="block">An implementation of the <a href="net/jini/jeri/ServerEndpoint.html" title="interface in net.jini.jeri"><code>ServerEndpoint</code></a> abstraction that | |
| uses HTTP messages sent over TCP sockets (instances of <a href="http://docs.oracle.com/javase/6/docs/api/java/net/ServerSocket.html?is-external=true" title="class or interface in java.net"><code>ServerSocket</code></a>) for the underlying communication mechanism.</div> | |
| </dd> | |
| <dt><a href="net/jini/url/https/HttpsIntegrityVerifier.html" title="class in net.jini.url.https"><span class="typeNameLink">HttpsIntegrityVerifier</span></a> - Class in <a href="net/jini/url/https/package-summary.html">net.jini.url.https</a></dt> | |
| <dd> | |
| <div class="block">Integrity verifier for HTTPS URLs.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/https/HttpsIntegrityVerifier.html#HttpsIntegrityVerifier--">HttpsIntegrityVerifier()</a></span> - Constructor for class net.jini.url.https.<a href="net/jini/url/https/HttpsIntegrityVerifier.html" title="class in net.jini.url.https">HttpsIntegrityVerifier</a></dt> | |
| <dd> </dd> | |
| <dt><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl"><span class="typeNameLink">HttpsServerEndpoint</span></a> - Class in <a href="net/jini/jeri/ssl/package-summary.html">net.jini.jeri.ssl</a></dt> | |
| <dd> | |
| <div class="block">An implementation of <a href="net/jini/jeri/ServerEndpoint.html" title="interface in net.jini.jeri"><code>ServerEndpoint</code></a> that uses HTTPS (HTTP over | |
| TLS/SSL) to support invocation constraints for communication through | |
| firewalls.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:I"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">I</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/ServerTransaction.html#id">id</a></span> - Variable in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a></dt> | |
| <dd> | |
| <div class="block">The transaction id.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionManager.Created.html#id">id</a></span> - Variable in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionManager.Created.html" title="class in net.jini.core.transaction.server">TransactionManager.Created</a></dt> | |
| <dd> | |
| <div class="block">The transaction ID.</div> | |
| </dd> | |
| <dt><a href="net/jini/iiop/IiopExporter.html" title="class in net.jini.iiop"><span class="typeNameLink">IiopExporter</span></a> - Class in <a href="net/jini/iiop/package-summary.html">net.jini.iiop</a></dt> | |
| <dd> | |
| <div class="block">An <code>IiopExporter</code> can be used to export a single remote object to | |
| the <a href="http://java.sun.com/j2se/1.4/docs/guide/rmi-iiop/">RMI-IIOP</a> | |
| runtime.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/iiop/IiopExporter.html#IiopExporter--">IiopExporter()</a></span> - Constructor for class net.jini.iiop.<a href="net/jini/iiop/IiopExporter.html" title="class in net.jini.iiop">IiopExporter</a></dt> | |
| <dd> | |
| <div class="block">Creates a new exporter which can be used to export a remote object over | |
| IIOP.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/iiop/IiopExporter.html#IiopExporter-org.omg.CORBA.ORB-">IiopExporter(ORB)</a></span> - Constructor for class net.jini.iiop.<a href="net/jini/iiop/IiopExporter.html" title="class in net.jini.iiop">IiopExporter</a></dt> | |
| <dd> | |
| <div class="block">Creates a new exporter which can be used to export a remote object over | |
| IIOP.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/AccessPermission.html#implies-java.security.Permission-">implies(Permission)</a></span> - Method in class net.jini.security.<a href="net/jini/security/AccessPermission.html" title="class in net.jini.security">AccessPermission</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if every fully qualified name that | |
| matches the specified permission's name also matches this | |
| permission's name; returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/AuthenticationPermission.html#implies-java.security.Permission-">implies(Permission)</a></span> - Method in class net.jini.security.<a href="net/jini/security/AuthenticationPermission.html" title="class in net.jini.security">AuthenticationPermission</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified permission is an instance | |
| of <code>AuthenticationPermission</code>, and every action included in | |
| the specified permission is included as an action of this permission, | |
| and every principal that matches the local principals of the specified | |
| permission also matches the local principals of this permission, and | |
| (if the specified permission has any action besides | |
| <code>listen</code>) every principal that matches the peer principals | |
| of this permission also matches the peer principals of the specified | |
| permission; returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/GrantPermission.html#implies-java.security.Permission-">implies(Permission)</a></span> - Method in class net.jini.security.<a href="net/jini/security/GrantPermission.html" title="class in net.jini.security">GrantPermission</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the given permission is a | |
| <code>GrantPermission</code> implied by this permission, or | |
| <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicyProvider.html#implies-java.security.ProtectionDomain-java.security.Permission-">implies(ProtectionDomain, Permission)</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicyProvider.html" title="class in net.jini.security.policy">DynamicPolicyProvider</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/PolicyFileProvider.html#implies-java.security.ProtectionDomain-java.security.Permission-">implies(ProtectionDomain, Permission)</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/PolicyFileProvider.html" title="class in net.jini.security.policy">PolicyFileProvider</a></dt> | |
| <dd> | |
| <div class="block">Behaves as specified by <a href="http://docs.oracle.com/javase/6/docs/api/java/security/Policy.html?is-external=true#implies-java.security.ProtectionDomain-java.security.Permission-" title="class or interface in java.security"><code>Policy.implies(java.security.ProtectionDomain, java.security.Permission)</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/UmbrellaGrantPermission.html#implies-java.security.Permission-">implies(Permission)</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/UmbrellaGrantPermission.html" title="class in net.jini.security.policy">UmbrellaGrantPermission</a></dt> | |
| <dd> | |
| <div class="block">Behaves as specified by <a href="http://docs.oracle.com/javase/6/docs/api/java/security/Permission.html?is-external=true#implies-java.security.Permission-" title="class or interface in java.security"><code>Permission.implies(java.security.Permission)</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivationGroup.html#inactive-java.rmi.activation.ActivationID-net.jini.export.Exporter-">inactive(ActivationID, Exporter)</a></span> - Static method in class net.jini.activation.<a href="net/jini/activation/ActivationGroup.html" title="class in net.jini.activation">ActivationGroup</a></dt> | |
| <dd> | |
| <div class="block">Attempts to make the remote object that is associated with the | |
| specified activation identifier, and that was exported through the | |
| specified exporter, inactive.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivationGroup.html#inactiveObject-java.rmi.activation.ActivationID-net.jini.export.Exporter-">inactiveObject(ActivationID, Exporter)</a></span> - Method in class net.jini.activation.<a href="net/jini/activation/ActivationGroup.html" title="class in net.jini.activation">ActivationGroup</a></dt> | |
| <dd> | |
| <div class="block">Attempts to make the remote object that is associated with the | |
| specified activation identifier, and that was exported through the | |
| specified exporter, inactive.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/InboundRequest.html" title="interface in net.jini.jeri"><span class="typeNameLink">InboundRequest</span></a> - Interface in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">Represents a request that is being received and the corresponding | |
| response to be sent in reply.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/connection/InboundRequestHandle.html" title="interface in net.jini.jeri.connection"><span class="typeNameLink">InboundRequestHandle</span></a> - Interface in <a href="net/jini/jeri/connection/package-summary.html">net.jini.jeri.connection</a></dt> | |
| <dd> | |
| <div class="block">Associates information with a request that is being received on a | |
| <a href="net/jini/jeri/connection/ServerConnection.html" title="interface in net.jini.jeri.connection"><code>ServerConnection</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/ClassLoading.html#installNewProvider-java.lang.String-java.lang.ClassLoader-">installNewProvider(String, ClassLoader)</a></span> - Static method in class net.jini.loader.<a href="net/jini/loader/ClassLoading.html" title="class in net.jini.loader">ClassLoading</a></dt> | |
| <dd> | |
| <div class="block">Installs a new RMIClassLoaderSpi provider with the ClassLoader | |
| provided.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/EmptyConfiguration.html#INSTANCE">INSTANCE</a></span> - Static variable in class net.jini.config.<a href="net/jini/config/EmptyConfiguration.html" title="class in net.jini.config">EmptyConfiguration</a></dt> | |
| <dd> | |
| <div class="block">A <code>Configuration</code> with no entries.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/InvocationLayerFactory.Instances.html#Instances-java.rmi.Remote-net.jini.jeri.InvocationDispatcher-">Instances(Remote, InvocationDispatcher)</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/InvocationLayerFactory.Instances.html" title="class in net.jini.jeri">InvocationLayerFactory.Instances</a></dt> | |
| <dd> | |
| <div class="block">Creates a container for a proxy instance and an invocation | |
| dispatcher instance.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/Integrity.html" title="class in net.jini.core.constraint"><span class="typeNameLink">Integrity</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint on the integrity of message contents, covering not | |
| only data transmitted in band as part of the remote call itself, but also | |
| out-of-band downloaded code.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/context/IntegrityEnforcement.html#integrityEnforced--">integrityEnforced()</a></span> - Method in interface net.jini.io.context.<a href="net/jini/io/context/IntegrityEnforcement.html" title="interface in net.jini.io.context">IntegrityEnforcement</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if object integrity is being enforced, and | |
| <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><a href="net/jini/io/context/IntegrityEnforcement.html" title="interface in net.jini.io.context"><span class="typeNameLink">IntegrityEnforcement</span></a> - Interface in <a href="net/jini/io/context/package-summary.html">net.jini.io.context</a></dt> | |
| <dd> | |
| <div class="block">Defines a context element interface for determining if object integrity is | |
| being enforced on a stream or a remote call.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/IntegrityVerifier.html" title="interface in net.jini.security"><span class="typeNameLink">IntegrityVerifier</span></a> - Interface in <a href="net/jini/security/package-summary.html">net.jini.security</a></dt> | |
| <dd> | |
| <div class="block">Defines the interface for integrity verifiers used by | |
| <a href="net/jini/security/Security.html#verifyCodebaseIntegrity-java.lang.String-java.lang.ClassLoader-"><code>Security.verifyCodebaseIntegrity</code></a>, | |
| allowing the URLs that provide content integrity to be extended.</div> | |
| </dd> | |
| <dt><a href="net/jini/space/InternalSpaceException.html" title="class in net.jini.space"><span class="typeNameLink">InternalSpaceException</span></a> - Exception in <a href="net/jini/space/package-summary.html">net.jini.space</a></dt> | |
| <dd> | |
| <div class="block">This exception denotes a problem with the local implementation of the | |
| <code>JavaSpace</code> interface.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/InternalSpaceException.html#InternalSpaceException-java.lang.String-">InternalSpaceException(String)</a></span> - Constructor for exception net.jini.space.<a href="net/jini/space/InternalSpaceException.html" title="class in net.jini.space">InternalSpaceException</a></dt> | |
| <dd> | |
| <div class="block">Create an exception, forwarding a string to the superclass constructor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/InternalSpaceException.html#InternalSpaceException-java.lang.String-java.lang.Throwable-">InternalSpaceException(String, Throwable)</a></span> - Constructor for exception net.jini.space.<a href="net/jini/space/InternalSpaceException.html" title="class in net.jini.space">InternalSpaceException</a></dt> | |
| <dd> | |
| <div class="block">Create an exception, forwarding a string and exception to the | |
| superclass constructor.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/InvocationConstraint.html" title="interface in net.jini.core.constraint"><span class="typeNameLink">InvocationConstraint</span></a> - Interface in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">The marker interface used to identify constraints for method invocations.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint"><span class="typeNameLink">InvocationConstraints</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">An immutable aggregation of constraints into a set of requirements and a | |
| set of preferences.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/InvocationConstraints.html#InvocationConstraints-net.jini.core.constraint.InvocationConstraint-net.jini.core.constraint.InvocationConstraint-">InvocationConstraints(InvocationConstraint, InvocationConstraint)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint">InvocationConstraints</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance that has the first constraint, <code>req</code>, | |
| added as a requirement if it is a non-<code>null</code> value, and has | |
| the second constraint, <code>pref</code>, added as a preference if it | |
| is a non-<code>null</code> value and is not a duplicate of the | |
| requirement.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/InvocationConstraints.html#InvocationConstraints-net.jini.core.constraint.InvocationConstraint:A-net.jini.core.constraint.InvocationConstraint:A-">InvocationConstraints(InvocationConstraint[], InvocationConstraint[])</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint">InvocationConstraints</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance that has all of the constraints from the first | |
| array, <code>reqs</code>, added as requirements if the array is a | |
| non-<code>null</code> value, and has all of the constraints from | |
| the second array, <code>prefs</code>, added as preferences if the | |
| array is a non-<code>null</code> value.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/InvocationConstraints.html#InvocationConstraints-java.util.Collection-java.util.Collection-">InvocationConstraints(Collection<InvocationConstraint>, Collection<InvocationConstraint>)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint">InvocationConstraints</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance that has all of the constraints from the first | |
| collection, <code>reqs</code>, added as requirements if the collection | |
| is a non-<code>null</code> value, and has all of the constraints from | |
| the second collection, <code>prefs</code>, added as preferences if the | |
| collection is a non-<code>null</code> value.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/InvocationDispatcher.html" title="interface in net.jini.jeri"><span class="typeNameLink">InvocationDispatcher</span></a> - Interface in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">An abstraction used to handle incoming call requests for a remote | |
| object.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/InvocationLayerFactory.html" title="interface in net.jini.jeri"><span class="typeNameLink">InvocationLayerFactory</span></a> - Interface in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">A factory for creating a compatible proxy and invocation dispatcher for | |
| a remote object being exported.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/InvocationLayerFactory.Instances.html" title="class in net.jini.jeri"><span class="typeNameLink">InvocationLayerFactory.Instances</span></a> - Class in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">A container for the proxy and invocation dispatcher instances | |
| returned by <a href="net/jini/jeri/InvocationLayerFactory.html#createInstances-java.rmi.Remote-net.jini.jeri.ObjectEndpoint-net.jini.jeri.ServerCapabilities-"><code>InvocationLayerFactory.createInstances</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivatableInvocationHandler.html#invoke-java.lang.Object-java.lang.reflect.Method-java.lang.Object:A-">invoke(Object, Method, Object[])</a></span> - Method in class net.jini.activation.<a href="net/jini/activation/ActivatableInvocationHandler.html" title="class in net.jini.activation">ActivatableInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Processes a method invocation made on the encapsulating | |
| proxy instance, <code>proxy</code>, and returns the result.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationDispatcher.html#invoke-java.rmi.Remote-java.lang.reflect.Method-java.lang.Object:A-java.util.Collection-">invoke(Remote, Method, Object[], Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationDispatcher.html" title="class in net.jini.jeri">BasicInvocationDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Invokes the specified <code>method</code> on the specified remote | |
| object <code>impl</code>, with the specified arguments.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#invoke-java.lang.Object-java.lang.reflect.Method-java.lang.Object:A-">invoke(Object, Method, Object[])</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Processes a method invocation made on the encapsulating | |
| proxy instance, <code>proxy</code>, and returns the result.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html#invoke-java.lang.Object-java.lang.reflect.Method-java.lang.Object:A-">invoke(Object, Method, Object[])</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html" title="class in net.jini.security.proxytrust">ProxyTrustInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Executes the specified method with the specified arguments on the | |
| specified proxy, and returns the return value, if any.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/InvocationConstraints.html#isEmpty--">isEmpty()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint">InvocationConstraints</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the instance has no requirements and no | |
| preferences; returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/NestableServerTransaction.html#isNested--">isNested()</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/NestableServerTransaction.html" title="class in net.jini.core.transaction.server">NestableServerTransaction</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/ServerTransaction.html#isNested--">isNested()</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a></dt> | |
| <dd> | |
| <div class="block">Return true if the transaction has a parent, false if the transaction | |
| is top level.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassLoader.html#isPreferredResource-java.lang.String-boolean-">isPreferredResource(String, boolean)</a></span> - Method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassLoader.html" title="class in net.jini.loader.pref">PreferredClassLoader</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if a class or resource with the | |
| specified name is preferred for this class loader, and | |
| <code>false</code> if a class or resource with the specified | |
| name is not preferred for this loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriTrustVerifier.html#isTrustedInvocationHandler-java.lang.reflect.InvocationHandler-net.jini.security.TrustVerifier.Context-">isTrustedInvocationHandler(InvocationHandler, TrustVerifier.Context)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicJeriTrustVerifier.html" title="class in net.jini.jeri">BasicJeriTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified invocation | |
| handler is trusted by this trust verifier; returns | |
| <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/ConstraintTrustVerifier.html#isTrustedObject-java.lang.Object-net.jini.security.TrustVerifier.Context-">isTrustedObject(Object, TrustVerifier.Context)</a></span> - Method in class net.jini.constraint.<a href="net/jini/constraint/ConstraintTrustVerifier.html" title="class in net.jini.constraint">ConstraintTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified object is known to be | |
| trusted to correctly implement its contract; returns <code>false</code> | |
| otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriTrustVerifier.html#isTrustedObject-java.lang.Object-net.jini.security.TrustVerifier.Context-">isTrustedObject(Object, TrustVerifier.Context)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicJeriTrustVerifier.html" title="class in net.jini.jeri">BasicJeriTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified object is a trusted | |
| Jini ERI dynamic proxy or a trusted Jini ERI object endpoint; | |
| returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosTrustVerifier.html#isTrustedObject-java.lang.Object-net.jini.security.TrustVerifier.Context-">isTrustedObject(Object, TrustVerifier.Context)</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosTrustVerifier.html" title="class in net.jini.jeri.kerberos">KerberosTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the object is an instance of | |
| <a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos"><code>KerberosEndpoint</code></a> and the <code>SocketFactory</code> it | |
| uses internally, if not <code>null</code>, is trusted by the | |
| given <code>TrustVerifier.Context</code>, or the object is an | |
| instance of <a href="http://docs.oracle.com/javase/6/docs/api/javax/security/auth/kerberos/KerberosPrincipal.html?is-external=true" title="class or interface in javax.security.auth.kerberos"><code>KerberosPrincipal</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslTrustVerifier.html#isTrustedObject-java.lang.Object-net.jini.security.TrustVerifier.Context-">isTrustedObject(Object, TrustVerifier.Context)</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslTrustVerifier.html" title="class in net.jini.jeri.ssl">SslTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the object is an instance of <a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl"><code>SslEndpoint</code></a> or <a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl"><code>HttpsEndpoint</code></a>, and it's <a href="http://docs.oracle.com/javase/6/docs/api/javax/net/SocketFactory.html?is-external=true" title="class or interface in javax.net"><code>SocketFactory</code></a> is | |
| either <code>null</code> or trusted by the specified | |
| <code>TrustVerifier.Context</code>; or if the object is an instance of | |
| <a href="net/jini/jeri/ssl/ConfidentialityStrength.html" title="class in net.jini.jeri.ssl"><code>ConfidentialityStrength</code></a> or <a href="http://docs.oracle.com/javase/6/docs/api/javax/security/auth/x500/X500Principal.html?is-external=true" title="class or interface in javax.security.auth.x500"><code>X500Principal</code></a>; and returns | |
| <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustVerifier.html#isTrustedObject-java.lang.Object-net.jini.security.TrustVerifier.Context-">isTrustedObject(Object, TrustVerifier.Context)</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustVerifier.html" title="class in net.jini.security.proxytrust">ProxyTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified object is known to be | |
| trusted to correctly implement its contract; returns <code>false</code> | |
| otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/TrustVerifier.Context.html#isTrustedObject-java.lang.Object-">isTrustedObject(Object)</a></span> - Method in interface net.jini.security.<a href="net/jini/security/TrustVerifier.Context.html" title="interface in net.jini.security">TrustVerifier.Context</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified object is trusted to | |
| correctly implement its contract; returns <code>false</code> | |
| otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/TrustVerifier.html#isTrustedObject-java.lang.Object-net.jini.security.TrustVerifier.Context-">isTrustedObject(Object, TrustVerifier.Context)</a></span> - Method in interface net.jini.security.<a href="net/jini/security/TrustVerifier.html" title="interface in net.jini.security">TrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified object is known to be | |
| trusted to correctly implement its contract; returns <code>false</code> | |
| otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriTrustVerifier.html#isTrustedProxyInterface-java.lang.Class-net.jini.security.TrustVerifier.Context-">isTrustedProxyInterface(Class, TrustVerifier.Context)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicJeriTrustVerifier.html" title="class in net.jini.jeri">BasicJeriTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified dynamic proxy interface is | |
| trusted by this verifier; returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/AvailabilityEvent.html#isVisibilityTransition--">isVisibilityTransition()</a></span> - Method in class net.jini.space.<a href="net/jini/space/AvailabilityEvent.html" title="class in net.jini.space">AvailabilityEvent</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the transition that triggered | |
| this event was a transition from <a href="net/jini/space/JavaSpace05.html#registerForAvailabilityEvent-java.util.Collection-net.jini.core.transaction.Transaction-boolean-net.jini.core.event.RemoteEventListener-long-java.rmi.MarshalledObject-"><em>invisible to | |
| visible</em></a> as well as a transition from unavailable to | |
| available, and <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceMatches.html#items">items</a></span> - Variable in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceMatches.html" title="class in net.jini.core.lookup">ServiceMatches</a></dt> | |
| <dd> | |
| <div class="block">Matching items (up to maxMatches from lookup method).</div> | |
| </dd> | |
| </dl> | |
| <a name="I:J"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">J</h2> | |
| <dl> | |
| <dt><a href="net/jini/space/JavaSpace.html" title="interface in net.jini.space"><span class="typeNameLink">JavaSpace</span></a> - Interface in <a href="net/jini/space/package-summary.html">net.jini.space</a></dt> | |
| <dd> | |
| <div class="block">This interface is implemented by servers that export a | |
| JavaSpaces technology service.</div> | |
| </dd> | |
| <dt><a href="net/jini/space/JavaSpace05.html" title="interface in net.jini.space"><span class="typeNameLink">JavaSpace05</span></a> - Interface in <a href="net/jini/space/package-summary.html">net.jini.space</a></dt> | |
| <dd> | |
| <div class="block">The <code>JavaSpace05</code> interface extends the <a href="net/jini/space/JavaSpace.html" title="interface in net.jini.space"><code>JavaSpace</code></a> interface to provide methods that allow clients to | |
| perform batch operations on the space (which are generally more | |
| efficient than performing an equivalent set of singleton | |
| operations) and to more easily develop applications where a | |
| given <a href="net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry"><code>Entry</code></a> needs to be read by multiple clients.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/ServerTransaction.html#join-net.jini.core.transaction.server.TransactionParticipant-long-">join(TransactionParticipant, long)</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a></dt> | |
| <dd> | |
| <div class="block">Join the transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionManager.html#join-long-net.jini.core.transaction.server.TransactionParticipant-long-">join(long, TransactionParticipant, long)</a></span> - Method in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server">TransactionManager</a></dt> | |
| <dd> | |
| <div class="block">Join a transaction that is managed by this transaction manager.</div> | |
| </dd> | |
| <dt><a href="net/jini/jrmp/JrmpExporter.html" title="class in net.jini.jrmp"><span class="typeNameLink">JrmpExporter</span></a> - Class in <a href="net/jini/jrmp/package-summary.html">net.jini.jrmp</a></dt> | |
| <dd> | |
| <div class="block">A <code>JrmpExporter</code> contains the information necessary to export a | |
| single remote object to the | |
| <a href="http://java.sun.com/j2se/1.4/docs/guide/rmi/">JRMP</a> runtime.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jrmp/JrmpExporter.html#JrmpExporter--">JrmpExporter()</a></span> - Constructor for class net.jini.jrmp.<a href="net/jini/jrmp/JrmpExporter.html" title="class in net.jini.jrmp">JrmpExporter</a></dt> | |
| <dd> | |
| <div class="block">Creates an exporter for a non-activatable JRMP "unicast" remote object | |
| that exports on an anonymous port and does not use custom socket | |
| factories.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jrmp/JrmpExporter.html#JrmpExporter-int-">JrmpExporter(int)</a></span> - Constructor for class net.jini.jrmp.<a href="net/jini/jrmp/JrmpExporter.html" title="class in net.jini.jrmp">JrmpExporter</a></dt> | |
| <dd> | |
| <div class="block">Creates an exporter for a non-activatable JRMP "unicast" remote object | |
| that exports on the specified TCP port and does not use custom socket | |
| factories.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jrmp/JrmpExporter.html#JrmpExporter-int-java.rmi.server.RMIClientSocketFactory-java.rmi.server.RMIServerSocketFactory-">JrmpExporter(int, RMIClientSocketFactory, RMIServerSocketFactory)</a></span> - Constructor for class net.jini.jrmp.<a href="net/jini/jrmp/JrmpExporter.html" title="class in net.jini.jrmp">JrmpExporter</a></dt> | |
| <dd> | |
| <div class="block">Creates an exporter for a non-activatable JRMP "unicast" remote object | |
| that exports on the specified TCP port and uses sockets created by the | |
| given custom socket factories.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jrmp/JrmpExporter.html#JrmpExporter-java.rmi.activation.ActivationID-int-">JrmpExporter(ActivationID, int)</a></span> - Constructor for class net.jini.jrmp.<a href="net/jini/jrmp/JrmpExporter.html" title="class in net.jini.jrmp">JrmpExporter</a></dt> | |
| <dd> | |
| <div class="block">Creates an exporter for an activatable JRMP remote object with the given | |
| activation ID that exports on the specified TCP port and does not use | |
| custom socket factories.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jrmp/JrmpExporter.html#JrmpExporter-java.rmi.activation.ActivationID-int-java.rmi.server.RMIClientSocketFactory-java.rmi.server.RMIServerSocketFactory-">JrmpExporter(ActivationID, int, RMIClientSocketFactory, RMIServerSocketFactory)</a></span> - Constructor for class net.jini.jrmp.<a href="net/jini/jrmp/JrmpExporter.html" title="class in net.jini.jrmp">JrmpExporter</a></dt> | |
| <dd> | |
| <div class="block">Creates an exporter for an activatable JRMP remote object with the given | |
| activation ID that exports on the specified TCP port and uses sockets | |
| created by the given custom socket factories.</div> | |
| </dd> | |
| <dt><a href="net/jini/jrmp/JrmpServerContext.html" title="class in net.jini.jrmp"><span class="typeNameLink">JrmpServerContext</span></a> - Class in <a href="net/jini/jrmp/package-summary.html">net.jini.jrmp</a></dt> | |
| <dd> | |
| <div class="block">Server context provider for remote objects exported via JRMP.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jrmp/JrmpServerContext.html#JrmpServerContext--">JrmpServerContext()</a></span> - Constructor for class net.jini.jrmp.<a href="net/jini/jrmp/JrmpServerContext.html" title="class in net.jini.jrmp">JrmpServerContext</a></dt> | |
| <dd> </dd> | |
| </dl> | |
| <a name="I:K"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">K</h2> | |
| <dl> | |
| <dt><a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos"><span class="typeNameLink">KerberosEndpoint</span></a> - Class in <a href="net/jini/jeri/kerberos/package-summary.html">net.jini.jeri.kerberos</a></dt> | |
| <dd> | |
| <div class="block">An <a href="net/jini/jeri/Endpoint.html" title="interface in net.jini.jeri"><code>Endpoint</code></a> implementation that uses Kerberos as the | |
| underlying network security protocol to support security related | |
| invocation constraints its caller specified for the corresponding | |
| remote request.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos"><span class="typeNameLink">KerberosServerEndpoint</span></a> - Class in <a href="net/jini/jeri/kerberos/package-summary.html">net.jini.jeri.kerberos</a></dt> | |
| <dd> | |
| <div class="block">A <a href="net/jini/jeri/ServerEndpoint.html" title="interface in net.jini.jeri"><code>ServerEndpoint</code></a> implementation that uses Kerberos as the | |
| underlying network security protocol to support security related | |
| invocation constraints for remote requests.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/kerberos/KerberosTrustVerifier.html" title="class in net.jini.jeri.kerberos"><span class="typeNameLink">KerberosTrustVerifier</span></a> - Class in <a href="net/jini/jeri/kerberos/package-summary.html">net.jini.jeri.kerberos</a></dt> | |
| <dd> | |
| <div class="block">Trust verifier for verifying the Jini extensible remote | |
| invocation (Jini ERI) endpoints of type <a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos"><code>KerberosEndpoint</code></a>, | |
| and principals of type <a href="http://docs.oracle.com/javase/6/docs/api/javax/security/auth/kerberos/KerberosPrincipal.html?is-external=true" title="class or interface in javax.security.auth.kerberos"><code>KerberosPrincipal</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosTrustVerifier.html#KerberosTrustVerifier--">KerberosTrustVerifier()</a></span> - Constructor for class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosTrustVerifier.html" title="class in net.jini.jeri.kerberos">KerberosTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Creates a <code>Security.TrustVerifier</code> for this package.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:L"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">L</h2> | |
| <dl> | |
| <dt><a href="net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease"><span class="typeNameLink">Lease</span></a> - Interface in <a href="net/jini/core/lease/package-summary.html">net.jini.core.lease</a></dt> | |
| <dd> | |
| <div class="block">The Lease interface defines a type of object that is returned to the | |
| lease holder and issued by the lease grantor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/NestableTransaction.Created.html#lease">lease</a></span> - Variable in class net.jini.core.transaction.<a href="net/jini/core/transaction/NestableTransaction.Created.html" title="class in net.jini.core.transaction">NestableTransaction.Created</a></dt> | |
| <dd> | |
| <div class="block">The lease.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionManager.Created.html#lease">lease</a></span> - Variable in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionManager.Created.html" title="class in net.jini.core.transaction.server">TransactionManager.Created</a></dt> | |
| <dd> | |
| <div class="block">The lease.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/Transaction.Created.html#lease">lease</a></span> - Variable in class net.jini.core.transaction.<a href="net/jini/core/transaction/Transaction.Created.html" title="class in net.jini.core.transaction">Transaction.Created</a></dt> | |
| <dd> | |
| <div class="block">The lease.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/lease/LeaseDeniedException.html" title="class in net.jini.core.lease"><span class="typeNameLink">LeaseDeniedException</span></a> - Exception in <a href="net/jini/core/lease/package-summary.html">net.jini.core.lease</a></dt> | |
| <dd> | |
| <div class="block">An exception generated when a lease request or renewal is denied.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/LeaseDeniedException.html#LeaseDeniedException--">LeaseDeniedException()</a></span> - Constructor for exception net.jini.core.lease.<a href="net/jini/core/lease/LeaseDeniedException.html" title="class in net.jini.core.lease">LeaseDeniedException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an LeaseDeniedException with no detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/LeaseDeniedException.html#LeaseDeniedException-java.lang.String-">LeaseDeniedException(String)</a></span> - Constructor for exception net.jini.core.lease.<a href="net/jini/core/lease/LeaseDeniedException.html" title="class in net.jini.core.lease">LeaseDeniedException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an LeaseDeniedException with the specified detail message.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/lease/LeaseException.html" title="class in net.jini.core.lease"><span class="typeNameLink">LeaseException</span></a> - Exception in <a href="net/jini/core/lease/package-summary.html">net.jini.core.lease</a></dt> | |
| <dd> | |
| <div class="block">Generic superclass for specific lease exceptions.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/LeaseException.html#LeaseException--">LeaseException()</a></span> - Constructor for exception net.jini.core.lease.<a href="net/jini/core/lease/LeaseException.html" title="class in net.jini.core.lease">LeaseException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an LeaseException with no detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/LeaseException.html#LeaseException-java.lang.String-">LeaseException(String)</a></span> - Constructor for exception net.jini.core.lease.<a href="net/jini/core/lease/LeaseException.html" title="class in net.jini.core.lease">LeaseException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an LeaseException with the specified detail message.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/lease/LeaseMap.html" title="interface in net.jini.core.lease"><span class="typeNameLink">LeaseMap</span></a><<a href="net/jini/core/lease/LeaseMap.html" title="type parameter in LeaseMap">K</a>,<a href="net/jini/core/lease/LeaseMap.html" title="type parameter in LeaseMap">V</a>> - Interface in <a href="net/jini/core/lease/package-summary.html">net.jini.core.lease</a></dt> | |
| <dd> | |
| <div class="block">An Map from Lease to Long (the duration to use when | |
| renewing the lease).</div> | |
| </dd> | |
| <dt><a href="net/jini/core/lease/LeaseMapException.html" title="class in net.jini.core.lease"><span class="typeNameLink">LeaseMapException</span></a> - Exception in <a href="net/jini/core/lease/package-summary.html">net.jini.core.lease</a></dt> | |
| <dd> | |
| <div class="block">An exception generated when a LeaseMap renewAll or cancelAll call | |
| generates exceptions on one or more leases in the map.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/LeaseMapException.html#LeaseMapException-java.lang.String-java.util.Map-">LeaseMapException(String, Map<Lease, Exception>)</a></span> - Constructor for exception net.jini.core.lease.<a href="net/jini/core/lease/LeaseMapException.html" title="class in net.jini.core.lease">LeaseMapException</a></dt> | |
| <dd> | |
| <div class="block">Constructs a LeaseMapException for the specified map with a | |
| detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ServerEndpoint.ListenEndpoint.html#listen-net.jini.jeri.RequestDispatcher-">listen(RequestDispatcher)</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/ServerEndpoint.ListenEndpoint.html" title="interface in net.jini.jeri">ServerEndpoint.ListenEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Listens for requests received on the communication endpoint | |
| represented by this <code>ListenEndpoint</code>, | |
| dispatching them to the supplied | |
| <code>RequestDispatcher</code> in the form of <a href="net/jini/jeri/InboundRequest.html" title="interface in net.jini.jeri"><code>InboundRequest</code></a> instances.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/ClassLoading.html#loadClass-java.lang.String-java.lang.String-java.lang.ClassLoader-boolean-java.lang.ClassLoader-">loadClass(String, String, ClassLoader, boolean, ClassLoader)</a></span> - Static method in class net.jini.loader.<a href="net/jini/loader/ClassLoading.html" title="class in net.jini.loader">ClassLoading</a></dt> | |
| <dd> | |
| <div class="block">Loads a class using <a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/server/RMIClassLoaderSpi.html?is-external=true#loadClass-java.lang.String-java.lang.String-java.lang.ClassLoader-" title="class or interface in java.rmi.server"><code>RMIClassLoaderSpi.loadClass(String,String,ClassLoader)</code></a>, | |
| optionally verifying that the RFC3986 compliant | |
| codebase URIs provide content integrity.</div> | |
| </dd> | |
| <dt><a href="net/jini/loader/LoadClass.html" title="class in net.jini.loader"><span class="typeNameLink">LoadClass</span></a> - Class in <a href="net/jini/loader/package-summary.html">net.jini.loader</a></dt> | |
| <dd> | |
| <div class="block">LoadClass delegates to @link {Class#forName(String, boolean, ClassLoader)}, | |
| calls to each ClassLoader are thread confined.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassLoader.html#loadClass-java.lang.String-boolean-">loadClass(String, boolean)</a></span> - Method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassLoader.html" title="class in net.jini.loader.pref">PreferredClassLoader</a></dt> | |
| <dd> | |
| <div class="block">Loads a class with the specified name.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassProvider.html#loadClass-java.lang.String-java.lang.String-java.lang.ClassLoader-">loadClass(String, String, ClassLoader)</a></span> - Method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassProvider.html" title="class in net.jini.loader.pref">PreferredClassProvider</a></dt> | |
| <dd> | |
| <div class="block">Provides the implementation for <a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/server/RMIClassLoaderSpi.html?is-external=true#loadClass-java.lang.String-java.lang.String-java.lang.ClassLoader-" title="class or interface in java.rmi.server"><code>RMIClassLoaderSpi.loadClass(String,String,ClassLoader)</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/ClassLoading.html#loadProxyClass-java.lang.String-java.lang.String:A-java.lang.ClassLoader-boolean-java.lang.ClassLoader-">loadProxyClass(String, String[], ClassLoader, boolean, ClassLoader)</a></span> - Static method in class net.jini.loader.<a href="net/jini/loader/ClassLoading.html" title="class in net.jini.loader">ClassLoading</a></dt> | |
| <dd> | |
| <div class="block">Loads a dynamic proxy class using <a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/server/RMIClassLoaderSpi.html?is-external=true#loadProxyClass-java.lang.String-java.lang.String:A-java.lang.ClassLoader-" title="class or interface in java.rmi.server"><code>RMIClassLoaderSpi.loadProxyClass(String,String[],ClassLoader)</code></a>, | |
| optionally verifying that the RFC3986 compliant | |
| codebase URIs provide content integrity.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassProvider.html#loadProxyClass-java.lang.String-java.lang.String:A-java.lang.ClassLoader-">loadProxyClass(String, String[], ClassLoader)</a></span> - Method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassProvider.html" title="class in net.jini.loader.pref">PreferredClassProvider</a></dt> | |
| <dd> | |
| <div class="block">Provides the implementation of <a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/server/RMIClassLoaderSpi.html?is-external=true#loadProxyClass-java.lang.String-java.lang.String:A-java.lang.ClassLoader-" title="class or interface in java.rmi.server"><code>RMIClassLoaderSpi.loadProxyClass(String,String[],ClassLoader)</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistrar.html#lookup-net.jini.core.lookup.ServiceTemplate-">lookup(ServiceTemplate)</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistrar.html" title="interface in net.jini.core.lookup">ServiceRegistrar</a></dt> | |
| <dd> | |
| <div class="block">Returns the service object (i.e., just ServiceItem.service) from an | |
| item matching the template, or null if there is no match.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistrar.html#lookup-net.jini.core.lookup.ServiceTemplate-int-">lookup(ServiceTemplate, int)</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistrar.html" title="interface in net.jini.core.lookup">ServiceRegistrar</a></dt> | |
| <dd> | |
| <div class="block">Returns at most maxMatches items matching the template, plus the total | |
| number of items that match the template.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery"><span class="typeNameLink">LookupLocator</span></a> - Class in <a href="net/jini/core/discovery/package-summary.html">net.jini.core.discovery</a></dt> | |
| <dd> | |
| <div class="block">LookupLocator supports unicast discovery, using either Discovery V1 or V2.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/discovery/LookupLocator.html#LookupLocator-java.lang.String-">LookupLocator(String)</a></span> - Constructor for class net.jini.core.discovery.<a href="net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a></dt> | |
| <dd> | |
| <div class="block">Construct a new <code>LookupLocator</code> object, set up to perform | |
| discovery to the given URL.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/discovery/LookupLocator.html#LookupLocator-java.lang.String-int-">LookupLocator(String, int)</a></span> - Constructor for class net.jini.core.discovery.<a href="net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a></dt> | |
| <dd> | |
| <div class="block">Construct a new <code>LookupLocator</code> object, set to perform unicast | |
| discovery to the input <code>host</code> and <code>port</code>.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:M"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">M</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConnectionRelativeTime.html#makeAbsolute-long-">makeAbsolute(long)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConnectionRelativeTime.html" title="class in net.jini.core.constraint">ConnectionRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Returns a <a href="net/jini/core/constraint/ConnectionAbsoluteTime.html" title="class in net.jini.core.constraint"><code>ConnectionAbsoluteTime</code></a> instance with time obtained | |
| by adding the specified base time argument to the duration value | |
| from this instance.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConstraintAlternatives.html#makeAbsolute-long-">makeAbsolute(long)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConstraintAlternatives.html" title="class in net.jini.core.constraint">ConstraintAlternatives</a></dt> | |
| <dd> | |
| <div class="block">Returns a constraint equal to the result of taking the constraints in | |
| this instance, replacing each constraint that is an instance of | |
| <a href="net/jini/core/constraint/RelativeTimeConstraint.html" title="interface in net.jini.core.constraint"><code>RelativeTimeConstraint</code></a> with the result of invoking that | |
| constraint's <code>makeAbsolute</code> method with the specified base | |
| time, and invoking the <code>create</code> method of this class with | |
| the revised collection of constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationRelativeTime.html#makeAbsolute-long-">makeAbsolute(long)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationRelativeTime.html" title="class in net.jini.core.constraint">DelegationRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Returns a <a href="net/jini/core/constraint/DelegationAbsoluteTime.html" title="class in net.jini.core.constraint"><code>DelegationAbsoluteTime</code></a> instance with times obtained | |
| by adding the specified base time argument to the duration values | |
| from this instance.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/InvocationConstraints.html#makeAbsolute-long-">makeAbsolute(long)</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint">InvocationConstraints</a></dt> | |
| <dd> | |
| <div class="block">Returns an instance of this class equal to the result of taking the | |
| requirements and preferences in this instance, replacing each | |
| constraint that is an instance of <a href="net/jini/core/constraint/RelativeTimeConstraint.html" title="interface in net.jini.core.constraint"><code>RelativeTimeConstraint</code></a> with | |
| the result of invoking that constraint's <code>makeAbsolute</code> | |
| method with the specified base time, and creating a new instance of | |
| this class with duplicate requirements, duplicate preferences, and | |
| preferences that are duplicates of requirements all removed.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/InvocationConstraints.html#makeAbsolute--">makeAbsolute()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint">InvocationConstraints</a></dt> | |
| <dd> | |
| <div class="block">Returns an instance of this class constructed from all of the same | |
| requirements and preferences as this instance, but with every | |
| constraint that is an instance of <a href="net/jini/core/constraint/RelativeTimeConstraint.html" title="interface in net.jini.core.constraint"><code>RelativeTimeConstraint</code></a> | |
| replaced by the result of invoking the constraint's | |
| <code>makeAbsolute</code> method with the current time (as given by | |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/System.html?is-external=true#currentTimeMillis--" title="class or interface in java.lang"><code>System.currentTimeMillis</code></a>).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/RelativeTimeConstraint.html#makeAbsolute-long-">makeAbsolute(long)</a></span> - Method in interface net.jini.core.constraint.<a href="net/jini/core/constraint/RelativeTimeConstraint.html" title="interface in net.jini.core.constraint">RelativeTimeConstraint</a></dt> | |
| <dd> | |
| <div class="block">Converts this constraint to absolute time.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#marshalArguments-java.lang.Object-java.lang.reflect.Method-java.lang.Object:A-java.io.ObjectOutputStream-java.util.Collection-">marshalArguments(Object, Method, Object[], ObjectOutputStream, Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Marshals the arguments for the specified remote method to the outgoing | |
| request stream, <code>out</code>.</div> | |
| </dd> | |
| <dt><a href="net/jini/io/MarshalInputStream.html" title="class in net.jini.io"><span class="typeNameLink">MarshalInputStream</span></a> - Class in <a href="net/jini/io/package-summary.html">net.jini.io</a></dt> | |
| <dd> | |
| <div class="block">An extension of <code>ObjectInputStream</code> that implements the | |
| dynamic class loading semantics of Java(TM) Remote Method | |
| Invocation (Java RMI) argument and result | |
| unmarshalling (using <a href="net/jini/loader/ClassLoading.html" title="class in net.jini.loader"><code>ClassLoading</code></a>).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalInputStream.html#MarshalInputStream-java.io.InputStream-java.lang.ClassLoader-boolean-java.lang.ClassLoader-java.util.Collection-">MarshalInputStream(InputStream, ClassLoader, boolean, ClassLoader, Collection)</a></span> - Constructor for class net.jini.io.<a href="net/jini/io/MarshalInputStream.html" title="class in net.jini.io">MarshalInputStream</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>MarshalInputStream</code> that reads | |
| marshalled data from the specified underlying | |
| <code>InputStream</code>.</div> | |
| </dd> | |
| <dt><a href="net/jini/io/MarshalledInstance.html" title="class in net.jini.io"><span class="typeNameLink">MarshalledInstance</span></a> - Class in <a href="net/jini/io/package-summary.html">net.jini.io</a></dt> | |
| <dd> | |
| <div class="block">A <code>MarshalledInstance</code> contains an object in serialized | |
| form.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalledInstance.html#MarshalledInstance-java.lang.Object-">MarshalledInstance(Object)</a></span> - Constructor for class net.jini.io.<a href="net/jini/io/MarshalledInstance.html" title="class in net.jini.io">MarshalledInstance</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>MarshalledInstance</code> that contains the | |
| marshalled representation of the current state of the supplied | |
| object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalledInstance.html#MarshalledInstance-java.lang.Object-java.util.Collection-">MarshalledInstance(Object, Collection)</a></span> - Constructor for class net.jini.io.<a href="net/jini/io/MarshalledInstance.html" title="class in net.jini.io">MarshalledInstance</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>MarshalledInstance</code> that contains the | |
| marshalled representation of the current state of the supplied | |
| object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalledInstance.html#MarshalledInstance-java.rmi.MarshalledObject-">MarshalledInstance(MarshalledObject)</a></span> - Constructor for class net.jini.io.<a href="net/jini/io/MarshalledInstance.html" title="class in net.jini.io">MarshalledInstance</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>MarshalledInstance</code> from an | |
| existing <code>MarshalledObject</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#marshalMethod-java.lang.Object-java.lang.reflect.Method-java.io.ObjectOutputStream-java.util.Collection-">marshalMethod(Object, Method, ObjectOutputStream, Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Marshals a representation of the given <code>method</code> to | |
| the outgoing request stream, <code>out</code>.</div> | |
| </dd> | |
| <dt><a href="net/jini/io/MarshalOutputStream.html" title="class in net.jini.io"><span class="typeNameLink">MarshalOutputStream</span></a> - Class in <a href="net/jini/io/package-summary.html">net.jini.io</a></dt> | |
| <dd> | |
| <div class="block">An extension of <code>ObjectOutputStream</code> that implements the | |
| dynamic class loading semantics of Java(TM) Remote Method Invocation | |
| (Java RMI) argument and result | |
| marshalling (using <a href="net/jini/loader/ClassLoading.html" title="class in net.jini.loader"><code>ClassLoading</code></a>).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalOutputStream.html#MarshalOutputStream-java.io.OutputStream-java.util.Collection-">MarshalOutputStream(OutputStream, Collection)</a></span> - Constructor for class net.jini.io.<a href="net/jini/io/MarshalOutputStream.html" title="class in net.jini.io">MarshalOutputStream</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>MarshalOutputStream</code> that writes | |
| marshalled data to the specified underlying | |
| <code>OutputStream</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationDispatcher.html#marshalReturn-java.rmi.Remote-java.lang.reflect.Method-java.lang.Object-java.io.ObjectOutputStream-java.util.Collection-">marshalReturn(Remote, Method, Object, ObjectOutputStream, Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationDispatcher.html" title="class in net.jini.jeri">BasicInvocationDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Marshals the specified return value for the specified remote method | |
| to the marshal output stream, <code>out</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationDispatcher.html#marshalThrow-java.rmi.Remote-java.lang.reflect.Method-java.lang.Throwable-java.io.ObjectOutputStream-java.util.Collection-">marshalThrow(Remote, Method, Throwable, ObjectOutputStream, Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationDispatcher.html" title="class in net.jini.jeri">BasicInvocationDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Marshals the <code>throwable</code> for the specified remote method | |
| to the marshal output stream, <code>out</code>.</div> | |
| </dd> | |
| <dt><a href="net/jini/space/MatchSet.html" title="interface in net.jini.space"><span class="typeNameLink">MatchSet</span></a> - Interface in <a href="net/jini/space/package-summary.html">net.jini.space</a></dt> | |
| <dd> | |
| <div class="block">A collection of <a href="net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry"><code>Entry</code></a> instances to be incrementally | |
| returned from a JavaSpaces service.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/MethodConstraints.html" title="interface in net.jini.core.constraint"><span class="typeNameLink">MethodConstraints</span></a> - Interface in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Defines an immutable mapping from <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect"><code>Method</code></a> to | |
| <a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint"><code>InvocationConstraints</code></a>, used to specify per-method constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#methodConstraints">methodConstraints</a></span> - Variable in class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Method constraints to use when verifying if proxies are trusted and for | |
| setting their constraints, if <a href="net/jini/security/BasicProxyPreparer.html#methodConstraintsSpecified"><code>BasicProxyPreparer.methodConstraintsSpecified</code></a> is | |
| <code>true</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#methodConstraintsSpecified">methodConstraintsSpecified</a></span> - Variable in class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Whether to use <a href="net/jini/security/BasicProxyPreparer.html#methodConstraints"><code>BasicProxyPreparer.methodConstraints</code></a> when verifying if proxies are | |
| trusted and for setting their constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html#MethodDesc-java.lang.String-java.lang.Class:A-net.jini.core.constraint.InvocationConstraints-">MethodDesc(String, Class[], InvocationConstraints)</a></span> - Constructor for class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html" title="class in net.jini.constraint">BasicMethodConstraints.MethodDesc</a></dt> | |
| <dd> | |
| <div class="block">Creates a descriptor that only matches methods with exactly the | |
| specified name and parameter types.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html#MethodDesc-java.lang.String-net.jini.core.constraint.InvocationConstraints-">MethodDesc(String, InvocationConstraints)</a></span> - Constructor for class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html" title="class in net.jini.constraint">BasicMethodConstraints.MethodDesc</a></dt> | |
| <dd> | |
| <div class="block">Creates a descriptor that matches all methods with names that | |
| equal the specified name or that match the specified pattern, | |
| regardless of their parameter types.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html#MethodDesc-net.jini.core.constraint.InvocationConstraints-">MethodDesc(InvocationConstraints)</a></span> - Constructor for class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html" title="class in net.jini.constraint">BasicMethodConstraints.MethodDesc</a></dt> | |
| <dd> | |
| <div class="block">Creates a default descriptor that matches all methods.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/ServerTransaction.html#mgr">mgr</a></span> - Variable in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a></dt> | |
| <dd> | |
| <div class="block">The transaction manager.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistration.html#modifyAttributes-net.jini.core.entry.Entry:A-net.jini.core.entry.Entry:A-">modifyAttributes(Entry[], Entry[])</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistration.html" title="interface in net.jini.core.lookup">ServiceRegistration</a></dt> | |
| <dd> | |
| <div class="block">Modifies existing attribute sets.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:N"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">N</h2> | |
| <dl> | |
| <dt><a href="net/jini/core/transaction/server/NestableServerTransaction.html" title="class in net.jini.core.transaction.server"><span class="typeNameLink">NestableServerTransaction</span></a> - Class in <a href="net/jini/core/transaction/server/package-summary.html">net.jini.core.transaction.server</a></dt> | |
| <dd> | |
| <div class="block">Class implementing the <code>NestableTransaction</code> interface, for use | |
| with transaction participants that implement the default transaction | |
| semantics.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/NestableServerTransaction.html#NestableServerTransaction-net.jini.core.transaction.server.NestableTransactionManager-long-net.jini.core.transaction.server.NestableServerTransaction-">NestableServerTransaction(NestableTransactionManager, long, NestableServerTransaction)</a></span> - Constructor for class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/NestableServerTransaction.html" title="class in net.jini.core.transaction.server">NestableServerTransaction</a></dt> | |
| <dd> | |
| <div class="block">Simple constructor.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/NestableTransaction.html" title="interface in net.jini.core.transaction"><span class="typeNameLink">NestableTransaction</span></a> - Interface in <a href="net/jini/core/transaction/package-summary.html">net.jini.core.transaction</a></dt> | |
| <dd> | |
| <div class="block">Interface for classes representing nestable transactions returned by | |
| <code>NestableTransactionManager</code> servers for use with transaction | |
| participants that implement the default transaction semantics.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/NestableTransaction.Created.html" title="class in net.jini.core.transaction"><span class="typeNameLink">NestableTransaction.Created</span></a> - Class in <a href="net/jini/core/transaction/package-summary.html">net.jini.core.transaction</a></dt> | |
| <dd> | |
| <div class="block">Class that holds return values from create methods.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/server/NestableTransactionManager.html" title="interface in net.jini.core.transaction.server"><span class="typeNameLink">NestableTransactionManager</span></a> - Interface in <a href="net/jini/core/transaction/server/package-summary.html">net.jini.core.transaction.server</a></dt> | |
| <dd> | |
| <div class="block">The interface used for managers of the two-phase commit protocol for | |
| nestable transactions.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/InternalSpaceException.html#nestedException">nestedException</a></span> - Variable in exception net.jini.space.<a href="net/jini/space/InternalSpaceException.html" title="class in net.jini.space">InternalSpaceException</a></dt> | |
| <dd> | |
| <div class="block">The exception (if any) that triggered the internal exception.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/entry/UnusableEntryException.html#nestedExceptions">nestedExceptions</a></span> - Variable in exception net.jini.core.entry.<a href="net/jini/core/entry/UnusableEntryException.html" title="class in net.jini.core.entry">UnusableEntryException</a></dt> | |
| <dd> | |
| <div class="block">The exception that caused the failure for the corresponding | |
| field named in unusableFields.</div> | |
| </dd> | |
| <dt><a href="net/jini/activation/package-summary.html">net.jini.activation</a> - package net.jini.activation</dt> | |
| <dd> | |
| <div class="block">Extensions to the Java(TM) Remote Method Invocation (Java RMI) activation | |
| framework to support activatable objects that are exported using an | |
| <a href="net/jini/export/Exporter.html" title="interface in net.jini.export"><code>Exporter</code></a> to go inactive, to provide invocation | |
| handlers for exporters that want to use dynamic proxies for | |
| activatable remote objects, and to support trust verification of | |
| secure activatable dynamic proxies and secure activation identifiers.</div> | |
| </dd> | |
| <dt><a href="net/jini/config/package-summary.html">net.jini.config</a> - package net.jini.config</dt> | |
| <dd> | |
| <div class="block">Provides a <a href="net/jini/config/Configuration.html" title="interface in net.jini.config"><code>Configuration</code></a> interface for obtaining | |
| objects needed to configure applications, such as <a href="net/jini/export/Exporter.html" title="interface in net.jini.export"><code>Exporter</code></a> or <a href="net/jini/security/ProxyPreparer.html" title="interface in net.jini.security"><code>ProxyPreparer</code></a> | |
| instances, or other application-specific objects, from configuration | |
| files, databases, or other sources.</div> | |
| </dd> | |
| <dt><a href="net/jini/constraint/package-summary.html">net.jini.constraint</a> - package net.jini.constraint</dt> | |
| <dd> | |
| <div class="block">Provides a basic implementation of | |
| <a href="net/jini/core/constraint/MethodConstraints.html" title="interface in net.jini.core.constraint"><code>MethodConstraints</code></a> and a | |
| <a href="net/jini/security/TrustVerifier.html" title="interface in net.jini.security"><code>TrustVerifier</code></a> for common constraints.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a> - package net.jini.core.constraint</dt> | |
| <dd> | |
| <div class="block">Defines constraints and collections of constraints that can be used to control | |
| method invocation, and an interface that proxies implement to allow clients | |
| to specify constraints for remote method calls.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/discovery/package-summary.html">net.jini.core.discovery</a> - package net.jini.core.discovery</dt> | |
| <dd> | |
| <div class="block">A standard utility class for finding particular lookup services.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/entry/package-summary.html">net.jini.core.entry</a> - package net.jini.core.entry</dt> | |
| <dd> | |
| <div class="block">The <CODE>Entry</CODE> interface and its associated | |
| <CODE>UnusableEntryException</CODE> are used by the lookup service | |
| to represent service-specific attributes and by the <CODE>JavaSpace</CODE> | |
| interface to mark entries.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/event/package-summary.html">net.jini.core.event</a> - package net.jini.core.event</dt> | |
| <dd> | |
| <div class="block">The <CODE>RemoteEventListener</CODE> interface and related standard classes.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/lease/package-summary.html">net.jini.core.lease</a> - package net.jini.core.lease</dt> | |
| <dd> | |
| <div class="block">These are distributed leasing interfaces and classes.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/lookup/package-summary.html">net.jini.core.lookup</a> - package net.jini.core.lookup</dt> | |
| <dd> | |
| <div class="block">These are the lookup service interfaces and classes.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/package-summary.html">net.jini.core.transaction</a> - package net.jini.core.transaction</dt> | |
| <dd> | |
| <div class="block">These are the transaction abstraction's interfaces and classes.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/server/package-summary.html">net.jini.core.transaction.server</a> - package net.jini.core.transaction.server</dt> | |
| <dd> | |
| <div class="block">These are the default transaction semantics for participant/manager interaction.</div> | |
| </dd> | |
| <dt><a href="net/jini/entry/package-summary.html">net.jini.entry</a> - package net.jini.entry</dt> | |
| <dd> | |
| <div class="block">Provides classes that are useful when handling or implementing | |
| entries.</div> | |
| </dd> | |
| <dt><a href="net/jini/export/package-summary.html">net.jini.export</a> - package net.jini.export</dt> | |
| <dd> | |
| <div class="block">Provides generic abstractions for exporting remote objects (<a href="net/jini/export/Exporter.html" title="interface in net.jini.export"><code>Exporter</code></a>), obtaining a proxy from an exported remote | |
| object (<a href="net/jini/export/ProxyAccessor.html" title="interface in net.jini.export"><code>ProxyAccessor</code></a>), obtaining the | |
| server-side context information for an executing remote call (<a href="net/jini/export/ServerContext.html" title="class in net.jini.export"><code>ServerContext</code></a>), and defining export permissions | |
| (<a href="net/jini/export/ExportPermission.html" title="class in net.jini.export"><code>ExportPermission</code></a>).</div> | |
| </dd> | |
| <dt><a href="net/jini/id/package-summary.html">net.jini.id</a> - package net.jini.id</dt> | |
| <dd> | |
| <div class="block">Provides classes and interfaces for using universally unique | |
| identifiers.</div> | |
| </dd> | |
| <dt><a href="net/jini/iiop/package-summary.html">net.jini.iiop</a> - package net.jini.iiop</dt> | |
| <dd> | |
| <div class="block">Provides an <a href="net/jini/export/Exporter.html" title="interface in net.jini.export"><code>Exporter</code></a> implementation, | |
| <a href="net/jini/iiop/IiopExporter.html" title="class in net.jini.iiop"><code>IiopExporter</code></a>, that can be used to export | |
| and unexport | |
| <a href="http://java.sun.com/j2se/1.4/docs/guide/rmi-iiop/">RMI-IIOP</a> remote | |
| objects.</div> | |
| </dd> | |
| <dt><a href="net/jini/io/package-summary.html">net.jini.io</a> - package net.jini.io</dt> | |
| <dd> | |
| <div class="block">Provides I/O interfaces and utility classes.</div> | |
| </dd> | |
| <dt><a href="net/jini/io/context/package-summary.html">net.jini.io.context</a> - package net.jini.io.context</dt> | |
| <dd> | |
| <div class="block">Provides type definitions for elements commonly found in the context | |
| collections available from | |
| <a href="net/jini/export/ServerContext.html" title="class in net.jini.export"><code>ServerContext</code></a> and | |
| <a href="net/jini/io/ObjectStreamContext.html" title="interface in net.jini.io"><code>ObjectStreamContext</code></a>.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/package-summary.html">net.jini.jeri</a> - package net.jini.jeri</dt> | |
| <dd> | |
| <div class="block">Provides the fundamental abstractions and standard implementation | |
| classes for Jini extensible remote invocation (Jini ERI).</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/connection/package-summary.html">net.jini.jeri.connection</a> - package net.jini.jeri.connection</dt> | |
| <dd> | |
| <div class="block">Provides interfaces and classes for implementing connection-based | |
| Jini extensible remote invocation (Jini ERI) transport layer | |
| providers.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/http/package-summary.html">net.jini.jeri.http</a> - package net.jini.jeri.http</dt> | |
| <dd> | |
| <div class="block">Provides implementations of the <a href="net/jini/jeri/Endpoint.html" title="interface in net.jini.jeri"><code>Endpoint</code></a> and | |
| <a href="net/jini/jeri/ServerEndpoint.html" title="interface in net.jini.jeri"><code>ServerEndpoint</code></a> abstractions that use HTTP | |
| messages sent over TCP sockets as the underlying communication | |
| mechanism.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/kerberos/package-summary.html">net.jini.jeri.kerberos</a> - package net.jini.jeri.kerberos</dt> | |
| <dd> | |
| <div class="block">Provides implementations of <a href="net/jini/jeri/Endpoint.html" title="interface in net.jini.jeri"><code>Endpoint</code></a> and <a href="net/jini/jeri/ServerEndpoint.html" title="interface in net.jini.jeri"><code>ServerEndpoint</code></a> that use Kerberos as the underlying | |
| network security protocol to support security related invocation | |
| constraints for remote requests.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/ssl/package-summary.html">net.jini.jeri.ssl</a> - package net.jini.jeri.ssl</dt> | |
| <dd> | |
| <div class="block">Provides implementations of <a href="net/jini/jeri/Endpoint.html" title="interface in net.jini.jeri"><code>Endpoint</code></a> and <a href="net/jini/jeri/ServerEndpoint.html" title="interface in net.jini.jeri"><code>ServerEndpoint</code></a> that use TLS/SSL and HTTPS (HTTP over | |
| TLS/SSL) to support invocation constraints.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/tcp/package-summary.html">net.jini.jeri.tcp</a> - package net.jini.jeri.tcp</dt> | |
| <dd> | |
| <div class="block">Provides implementations of the <a href="net/jini/jeri/Endpoint.html" title="interface in net.jini.jeri"><code>Endpoint</code></a> and | |
| <a href="net/jini/jeri/ServerEndpoint.html" title="interface in net.jini.jeri"><code>ServerEndpoint</code></a> abstractions that use TCP sockets | |
| as the underlying communication mechanism.</div> | |
| </dd> | |
| <dt><a href="net/jini/jrmp/package-summary.html">net.jini.jrmp</a> - package net.jini.jrmp</dt> | |
| <dd> | |
| <div class="block">Provides an <a href="net/jini/export/Exporter.html" title="interface in net.jini.export"><code>Exporter</code></a> implementation, | |
| <a href="net/jini/jrmp/JrmpExporter.html" title="class in net.jini.jrmp"><code>JrmpExporter</code></a>, that can be used to export | |
| and unexport activatable and non-activatable | |
| <a href="http://java.sun.com/j2se/1.4/docs/guide/rmi/">JRMP</a> remote objects.</div> | |
| </dd> | |
| <dt><a href="net/jini/loader/package-summary.html">net.jini.loader</a> - package net.jini.loader</dt> | |
| <dd> | |
| <div class="block">Provides interfaces and utility classes related to dynamic class | |
| loading with <a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/server/RMIClassLoader.html?is-external=true" title="class or interface in java.rmi.server"><code>RMIClassLoader</code></a>.</div> | |
| </dd> | |
| <dt><a href="net/jini/loader/pref/package-summary.html">net.jini.loader.pref</a> - package net.jini.loader.pref</dt> | |
| <dd> | |
| <div class="block">Provides class loader and <a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/server/RMIClassLoader.html?is-external=true" title="class or interface in java.rmi.server"><code>RMIClassLoader</code></a> | |
| provider implementations that support <i>preferred classes</i>.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/package-summary.html">net.jini.security</a> - package net.jini.security</dt> | |
| <dd> | |
| <div class="block">Provides mechanisms and abstractions for managing security, especially in the | |
| presence of dynamically downloaded code.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/policy/package-summary.html">net.jini.security.policy</a> - package net.jini.security.policy</dt> | |
| <dd> | |
| <div class="block">Provides an interface for security policy providers capable of dynamic | |
| permission grants, an interface for security manager or policy providers | |
| that use custom security context state, and a security policy provider | |
| supporting dynamic permission grants.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/proxytrust/package-summary.html">net.jini.security.proxytrust</a> - package net.jini.security.proxytrust</dt> | |
| <dd> | |
| <div class="block">Defines a trust verifier to support verification of proxies that use | |
| dynamically downloaded code, implementation mechanisms to support the | |
| verification of such proxies, and an exporter for remote objects that have | |
| such proxies.</div> | |
| </dd> | |
| <dt><a href="net/jini/space/package-summary.html">net.jini.space</a> - package net.jini.space</dt> | |
| <dd> | |
| <div class="block">JavaSpaces servers provide a place on the network, a <em>space</em>, | |
| for clients to store and exchange objects.</div> | |
| </dd> | |
| <dt><a href="net/jini/url/file/package-summary.html">net.jini.url.file</a> - package net.jini.url.file</dt> | |
| <dd> | |
| <div class="block">Provides support for FILE URLs.</div> | |
| </dd> | |
| <dt><a href="net/jini/url/httpmd/package-summary.html">net.jini.url.httpmd</a> - package net.jini.url.httpmd</dt> | |
| <dd> | |
| <div class="block">Provides support for the HTTPMD URL protocol.</div> | |
| </dd> | |
| <dt><a href="net/jini/url/https/package-summary.html">net.jini.url.https</a> - package net.jini.url.https</dt> | |
| <dd> | |
| <div class="block">Provides support for HTTPS URLs.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicObjectEndpoint.html#newCall-net.jini.core.constraint.InvocationConstraints-">newCall(InvocationConstraints)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicObjectEndpoint.html" title="class in net.jini.jeri">BasicObjectEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>OutboundRequestIterator</code> to use to send | |
| a new remote call to the referenced remote object using the | |
| specified constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ObjectEndpoint.html#newCall-net.jini.core.constraint.InvocationConstraints-">newCall(InvocationConstraints)</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/ObjectEndpoint.html" title="interface in net.jini.jeri">ObjectEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>OutboundRequestIterator</code> to use to send | |
| a new remote call to the referenced remote object using the | |
| specified constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassLoader.html#newInstance-java.net.URL:A-java.lang.ClassLoader-java.lang.String-boolean-">newInstance(URL[], ClassLoader, String, boolean)</a></span> - Static method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassLoader.html" title="class in net.jini.loader.pref">PreferredClassLoader</a></dt> | |
| <dd> | |
| <div class="block">Creates a new instance of <code>PreferredClassLoader</code> | |
| that loads classes and resources from the specified path of | |
| URLs and delegates to the specified parent class loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/AuthenticationPermission.html#newPermissionCollection--">newPermissionCollection()</a></span> - Method in class net.jini.security.<a href="net/jini/security/AuthenticationPermission.html" title="class in net.jini.security">AuthenticationPermission</a></dt> | |
| <dd> | |
| <div class="block">Returns an empty <code>PermissionCollection</code> for storing | |
| <code>AuthenticationPermission</code> instances.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/GrantPermission.html#newPermissionCollection--">newPermissionCollection()</a></span> - Method in class net.jini.security.<a href="net/jini/security/GrantPermission.html" title="class in net.jini.security">GrantPermission</a></dt> | |
| <dd> | |
| <div class="block">Returns a newly created empty mutable permission collection for | |
| <code>GrantPermission</code> instances.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/ConnectionManager.html#newRequest-net.jini.jeri.connection.OutboundRequestHandle-">newRequest(OutboundRequestHandle)</a></span> - Method in class net.jini.jeri.connection.<a href="net/jini/jeri/connection/ConnectionManager.html" title="class in net.jini.jeri.connection">ConnectionManager</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>OutboundRequestIterator</code> to use to send a new | |
| request for the specified handle to this connection manager's | |
| <code>ConnectionEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/Endpoint.html#newRequest-net.jini.core.constraint.InvocationConstraints-">newRequest(InvocationConstraints)</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/Endpoint.html" title="interface in net.jini.jeri">Endpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>OutboundRequestIterator</code> to use to send | |
| a new request to this remote endpoint using the specified | |
| constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpEndpoint.html#newRequest-net.jini.core.constraint.InvocationConstraints-">newRequest(InvocationConstraints)</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpEndpoint.html" title="class in net.jini.jeri.http">HttpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>OutboundRequestIterator</code> to use to send | |
| a new request to this remote endpoint using the specified | |
| constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosEndpoint.html#newRequest-net.jini.core.constraint.InvocationConstraints-">newRequest(InvocationConstraints)</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>OutboundRequestIterator</code> to use to send | |
| a new request to this remote endpoint using the specified | |
| constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsEndpoint.html#newRequest-net.jini.core.constraint.InvocationConstraints-">newRequest(InvocationConstraints)</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl">HttpsEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>OutboundRequestIterator</code> to use to send | |
| a new request to this remote endpoint using the specified | |
| constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslEndpoint.html#newRequest-net.jini.core.constraint.InvocationConstraints-">newRequest(InvocationConstraints)</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl">SslEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>OutboundRequestIterator</code> to use to send | |
| a new request to this remote endpoint using the specified | |
| constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpEndpoint.html#newRequest-net.jini.core.constraint.InvocationConstraints-">newRequest(InvocationConstraints)</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpEndpoint.html" title="class in net.jini.jeri.tcp">TcpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns an <code>OutboundRequestIterator</code> to use to send | |
| a new request to this remote endpoint using the specified | |
| constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/OutboundRequestIterator.html#next--">next()</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/OutboundRequestIterator.html" title="interface in net.jini.jeri">OutboundRequestIterator</a></dt> | |
| <dd> | |
| <div class="block">Initiates an attempt to communicate the request to the remote | |
| endpoint.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustIterator.html#next--">next()</a></span> - Method in interface net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustIterator.html" title="interface in net.jini.security.proxytrust">ProxyTrustIterator</a></dt> | |
| <dd> | |
| <div class="block">Returns the next element in the iteration.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/SingletonProxyTrustIterator.html#next--">next()</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/SingletonProxyTrustIterator.html" title="class in net.jini.security.proxytrust">SingletonProxyTrustIterator</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/MatchSet.html#next--">next()</a></span> - Method in interface net.jini.space.<a href="net/jini/space/MatchSet.html" title="interface in net.jini.space">MatchSet</a></dt> | |
| <dd> | |
| <div class="block">Removes one <code>Entry</code> from the match set and | |
| returns a copy to the caller.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientAuthentication.html#NO">NO</a></span> - Static variable in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientAuthentication.html" title="class in net.jini.core.constraint">ClientAuthentication</a></dt> | |
| <dd> | |
| <div class="block">Do not authenticate the client to the server, so that the client | |
| remains anonymous.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/Confidentiality.html#NO">NO</a></span> - Static variable in class net.jini.core.constraint.<a href="net/jini/core/constraint/Confidentiality.html" title="class in net.jini.core.constraint">Confidentiality</a></dt> | |
| <dd> | |
| <div class="block">Transmit message contents in the clear (no use of encryption).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/Delegation.html#NO">NO</a></span> - Static variable in class net.jini.core.constraint.<a href="net/jini/core/constraint/Delegation.html" title="class in net.jini.core.constraint">Delegation</a></dt> | |
| <dd> | |
| <div class="block">Do not delegate from the client to the server, such that the server | |
| does not receive credentials which would allow it to authenticate using | |
| the client's identity.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/Integrity.html#NO">NO</a></span> - Static variable in class net.jini.core.constraint.<a href="net/jini/core/constraint/Integrity.html" title="class in net.jini.core.constraint">Integrity</a></dt> | |
| <dd> | |
| <div class="block">Do not detect when message contents have been altered by third parties.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ServerAuthentication.html#NO">NO</a></span> - Static variable in class net.jini.core.constraint.<a href="net/jini/core/constraint/ServerAuthentication.html" title="class in net.jini.core.constraint">ServerAuthentication</a></dt> | |
| <dd> | |
| <div class="block">Do not authenticate the server to the client, so that the server | |
| remains anonymous.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/Configuration.html#NO_DATA">NO_DATA</a></span> - Static variable in interface net.jini.config.<a href="net/jini/config/Configuration.html" title="interface in net.jini.config">Configuration</a></dt> | |
| <dd> | |
| <div class="block">An object to pass for <code>data</code> in calls to | |
| <code>getEntry</code> to specify no data.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/Configuration.html#NO_DEFAULT">NO_DEFAULT</a></span> - Static variable in interface net.jini.config.<a href="net/jini/config/Configuration.html" title="interface in net.jini.config">Configuration</a></dt> | |
| <dd> | |
| <div class="block">An object to pass for <code>defaultValue</code> in calls to | |
| <code>getEntry</code> to specify no default value.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/JavaSpace.html#NO_WAIT">NO_WAIT</a></span> - Static variable in interface net.jini.space.<a href="net/jini/space/JavaSpace.html" title="interface in net.jini.space">JavaSpace</a></dt> | |
| <dd> | |
| <div class="block">Wait for no time at all.</div> | |
| </dd> | |
| <dt><a href="net/jini/config/NoSuchEntryException.html" title="class in net.jini.config"><span class="typeNameLink">NoSuchEntryException</span></a> - Exception in <a href="net/jini/config/package-summary.html">net.jini.config</a></dt> | |
| <dd> | |
| <div class="block">Thrown when an attempt to obtain an object from a <a href="net/jini/config/Configuration.html" title="interface in net.jini.config"><code>Configuration</code></a> does | |
| not find a matching entry.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/NoSuchEntryException.html#NoSuchEntryException-java.lang.String-">NoSuchEntryException(String)</a></span> - Constructor for exception net.jini.config.<a href="net/jini/config/NoSuchEntryException.html" title="class in net.jini.config">NoSuchEntryException</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/NoSuchEntryException.html#NoSuchEntryException-java.lang.String-java.lang.Throwable-">NoSuchEntryException(String, Throwable)</a></span> - Constructor for exception net.jini.config.<a href="net/jini/config/NoSuchEntryException.html" title="class in net.jini.config">NoSuchEntryException</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified detail message and causing | |
| exception, which should not be an instance of <code>Error</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionConstants.html#NOTCHANGED">NOTCHANGED</a></span> - Static variable in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionConstants.html" title="interface in net.jini.core.transaction.server">TransactionConstants</a></dt> | |
| <dd> | |
| <div class="block">Transaction has been prepared with nothing to commit.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/RemoteEventListener.html#notify-net.jini.core.event.RemoteEvent-">notify(RemoteEvent)</a></span> - Method in interface net.jini.core.event.<a href="net/jini/core/event/RemoteEventListener.html" title="interface in net.jini.core.event">RemoteEventListener</a></dt> | |
| <dd> | |
| <div class="block">Notify the listener about an event.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistrar.html#notify-net.jini.core.lookup.ServiceTemplate-int-net.jini.core.event.RemoteEventListener-java.rmi.MarshalledObject-long-">notify(ServiceTemplate, int, RemoteEventListener, MarshalledObject, long)</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistrar.html" title="interface in net.jini.core.lookup">ServiceRegistrar</a></dt> | |
| <dd> | |
| <div class="block">Registers for event notification.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/JavaSpace.html#notify-net.jini.core.entry.Entry-net.jini.core.transaction.Transaction-net.jini.core.event.RemoteEventListener-long-java.rmi.MarshalledObject-">notify(Entry, Transaction, RemoteEventListener, long, MarshalledObject)</a></span> - Method in interface net.jini.space.<a href="net/jini/space/JavaSpace.html" title="interface in net.jini.space">JavaSpace</a></dt> | |
| <dd> | |
| <div class="block">When entries are written that match this template notify the | |
| given <code>listener</code> with a <code>RemoteEvent</code> that | |
| includes the <code>handback</code> object.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:O"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">O</h2> | |
| <dl> | |
| <dt><a href="net/jini/jeri/ObjectEndpoint.html" title="interface in net.jini.jeri"><span class="typeNameLink">ObjectEndpoint</span></a> - Interface in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">References a remote object at a remote communication endpoint to | |
| send requests to.</div> | |
| </dd> | |
| <dt><a href="net/jini/io/ObjectStreamContext.html" title="interface in net.jini.io"><span class="typeNameLink">ObjectStreamContext</span></a> - Interface in <a href="net/jini/io/package-summary.html">net.jini.io</a></dt> | |
| <dd> | |
| <div class="block">Provides a collection of context information objects that are | |
| associated with an <a href="http://docs.oracle.com/javase/6/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io"><code>ObjectOutputStream</code></a> or <a href="http://docs.oracle.com/javase/6/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io"><code>ObjectInputStream</code></a> instance that implements this interface.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/httpmd/Handler.html#openConnection-java.net.URL-">openConnection(URL)</a></span> - Method in class net.jini.url.httpmd.<a href="net/jini/url/httpmd/Handler.html" title="class in net.jini.url.httpmd">Handler</a></dt> | |
| <dd> | |
| <div class="block">Creates a HTTP URL connection for an HTTPMD URL.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/OutboundRequest.html" title="interface in net.jini.jeri"><span class="typeNameLink">OutboundRequest</span></a> - Interface in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">Represents a request that is being sent and the corresponding | |
| response received in reply.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/connection/OutboundRequestHandle.html" title="interface in net.jini.jeri.connection"><span class="typeNameLink">OutboundRequestHandle</span></a> - Interface in <a href="net/jini/jeri/connection/package-summary.html">net.jini.jeri.connection</a></dt> | |
| <dd> | |
| <div class="block">Associates information with a request that is being sent to a | |
| <a href="net/jini/jeri/connection/ConnectionEndpoint.html" title="interface in net.jini.jeri.connection"><code>ConnectionEndpoint</code></a>.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/OutboundRequestIterator.html" title="interface in net.jini.jeri"><span class="typeNameLink">OutboundRequestIterator</span></a> - Interface in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">Produces <a href="net/jini/jeri/OutboundRequest.html" title="interface in net.jini.jeri"><code>OutboundRequest</code></a> instances to use for attempting to | |
| send a particular request to a remote communication endpoint.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:P"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">P</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/NestableServerTransaction.html#parent">parent</a></span> - Variable in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/NestableServerTransaction.html" title="class in net.jini.core.transaction.server">NestableServerTransaction</a></dt> | |
| <dd> | |
| <div class="block">The parent transaction, if any.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/httpmd/Handler.html#parseURL-java.net.URL-java.lang.String-int-int-">parseURL(URL, String, int, int)</a></span> - Method in class net.jini.url.httpmd.<a href="net/jini/url/httpmd/Handler.html" title="class in net.jini.url.httpmd">Handler</a></dt> | |
| <dd> | |
| <div class="block">Parses the string representation of an HTTPMD URL object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/entry/UnusableEntryException.html#partialEntry">partialEntry</a></span> - Variable in exception net.jini.core.entry.<a href="net/jini/core/entry/UnusableEntryException.html" title="class in net.jini.core.entry">UnusableEntryException</a></dt> | |
| <dd> | |
| <div class="block">The partial entry.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#permissions">permissions</a></span> - Variable in class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Permissions to grant to proxies, or an empty array if no permissions | |
| should be granted.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/policy/PolicyFileProvider.html" title="class in net.jini.security.policy"><span class="typeNameLink">PolicyFileProvider</span></a> - Class in <a href="net/jini/security/policy/package-summary.html">net.jini.security.policy</a></dt> | |
| <dd> | |
| <div class="block">Security policy provider that wraps the J2SE(TM) default | |
| <a href="http://java.sun.com/j2se/1.4/docs/guide/security/PolicyFiles.html"> | |
| "PolicyFile" security policy provider</a> distributed as part of the | |
| Java(TM) 2 Platform, Standard Edition.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/PolicyFileProvider.html#PolicyFileProvider--">PolicyFileProvider()</a></span> - Constructor for class net.jini.security.policy.<a href="net/jini/security/policy/PolicyFileProvider.html" title="class in net.jini.security.policy">PolicyFileProvider</a></dt> | |
| <dd> | |
| <div class="block"><span class="deprecatedLabel">Deprecated.</span> | |
| <div class="block"><span class="deprecationComment">DynamicPolicyProvider now supports Umbrella grants directly.</span></div> | |
| </div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/PolicyFileProvider.html#PolicyFileProvider-java.lang.String-">PolicyFileProvider(String)</a></span> - Constructor for class net.jini.security.policy.<a href="net/jini/security/policy/PolicyFileProvider.html" title="class in net.jini.security.policy">PolicyFileProvider</a></dt> | |
| <dd> | |
| <div class="block">Creates a <code>PolicyFileProvider</code> whose starting set of | |
| permission mappings is the same as those that would result from | |
| constructing a new instance of the J2SE default security policy provider | |
| with the <code>java.security.policy</code> system property set to the | |
| value of <code>policyFile</code>, except that | |
| <code>UmbrellaGrantPermission</code>s are expanded into | |
| <code>GrantPermission</code>s as described in the documentation for | |
| <a href="net/jini/security/policy/UmbrellaGrantPermission.html" title="class in net.jini.security.policy"><code>UmbrellaGrantPermission</code></a>.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/policy/PolicyInitializationException.html" title="class in net.jini.security.policy"><span class="typeNameLink">PolicyInitializationException</span></a> - Exception in <a href="net/jini/security/policy/package-summary.html">net.jini.security.policy</a></dt> | |
| <dd> | |
| <div class="block">Exception indicating failed initialization of a security policy provider.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/PolicyInitializationException.html#PolicyInitializationException-java.lang.String-java.lang.Throwable-">PolicyInitializationException(String, Throwable)</a></span> - Constructor for exception net.jini.security.policy.<a href="net/jini/security/policy/PolicyInitializationException.html" title="class in net.jini.security.policy">PolicyInitializationException</a></dt> | |
| <dd> | |
| <div class="block">Constructs new <code>PolicyInitializationException</code> with the | |
| specified detail message and cause.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/Connection.html#populateContext-net.jini.jeri.connection.OutboundRequestHandle-java.util.Collection-">populateContext(OutboundRequestHandle, Collection)</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/Connection.html" title="interface in net.jini.jeri.connection">Connection</a></dt> | |
| <dd> | |
| <div class="block">Populates the supplied collection with context information | |
| representing a request with the specified handle.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/ServerConnection.html#populateContext-net.jini.jeri.connection.InboundRequestHandle-java.util.Collection-">populateContext(InboundRequestHandle, Collection)</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/ServerConnection.html" title="interface in net.jini.jeri.connection">ServerConnection</a></dt> | |
| <dd> | |
| <div class="block">Populates the supplied collection with context information | |
| representing a request with the specified handle.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/InboundRequest.html#populateContext-java.util.Collection-">populateContext(Collection)</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/InboundRequest.html" title="interface in net.jini.jeri">InboundRequest</a></dt> | |
| <dd> | |
| <div class="block">Populates the supplied collection with context information | |
| representing this request.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/OutboundRequest.html#populateContext-java.util.Collection-">populateContext(Collection)</a></span> - Method in interface net.jini.jeri.<a href="net/jini/jeri/OutboundRequest.html" title="interface in net.jini.jeri">OutboundRequest</a></dt> | |
| <dd> | |
| <div class="block">Populates the supplied collection with context information | |
| representing this request.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/discovery/LookupLocator.html#port">port</a></span> - Variable in class net.jini.core.discovery.<a href="net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a></dt> | |
| <dd> | |
| <div class="block">The port number on the host at which to perform discovery.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.html#possibleConstraints--">possibleConstraints()</a></span> - Method in class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.html" title="class in net.jini.constraint">BasicMethodConstraints</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/MethodConstraints.html#possibleConstraints--">possibleConstraints()</a></span> - Method in interface net.jini.core.constraint.<a href="net/jini/core/constraint/MethodConstraints.html" title="interface in net.jini.core.constraint">MethodConstraints</a></dt> | |
| <dd> | |
| <div class="block">Returns an iterator that yields all of the possible distinct | |
| constraints that can be returned by <a href="net/jini/core/constraint/MethodConstraints.html#getConstraints-java.lang.reflect.Method-"><code>getConstraints</code></a>, in arbitrary order and with duplicates permitted.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/InvocationConstraints.html#preferences--">preferences()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint">InvocationConstraints</a></dt> | |
| <dd> | |
| <div class="block">Returns an immutable set of all of the preferences.</div> | |
| </dd> | |
| <dt><a href="net/jini/loader/pref/PreferredClassLoader.html" title="class in net.jini.loader.pref"><span class="typeNameLink">PreferredClassLoader</span></a> - Class in <a href="net/jini/loader/pref/package-summary.html">net.jini.loader.pref</a></dt> | |
| <dd> | |
| <div class="block">A class loader that supports preferred classes.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassLoader.html#PreferredClassLoader-java.net.URL:A-java.lang.ClassLoader-java.lang.String-boolean-">PreferredClassLoader(URL[], ClassLoader, String, boolean)</a></span> - Constructor for class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassLoader.html" title="class in net.jini.loader.pref">PreferredClassLoader</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>PreferredClassLoader</code> that loads | |
| classes and resources from the specified path of URLs and | |
| delegates to the specified parent class loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassLoader.html#PreferredClassLoader-java.net.URL:A-java.lang.ClassLoader-java.lang.String-boolean-java.net.URLStreamHandlerFactory-">PreferredClassLoader(URL[], ClassLoader, String, boolean, URLStreamHandlerFactory)</a></span> - Constructor for class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassLoader.html" title="class in net.jini.loader.pref">PreferredClassLoader</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>PreferredClassLoader</code> that loads | |
| classes and resources from the specified path of URLs, | |
| delegates to the specified parent class loader, and uses the | |
| specified <a href="http://docs.oracle.com/javase/6/docs/api/java/net/URLStreamHandlerFactory.html?is-external=true" title="class or interface in java.net"><code>URLStreamHandlerFactory</code></a> when creating new URL | |
| objects.</div> | |
| </dd> | |
| <dt><a href="net/jini/loader/pref/PreferredClassProvider.html" title="class in net.jini.loader.pref"><span class="typeNameLink">PreferredClassProvider</span></a> - Class in <a href="net/jini/loader/pref/package-summary.html">net.jini.loader.pref</a></dt> | |
| <dd> | |
| <div class="block">An <code>RMIClassLoader</code> provider that supports preferred | |
| classes.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassProvider.html#PreferredClassProvider--">PreferredClassProvider()</a></span> - Constructor for class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassProvider.html" title="class in net.jini.loader.pref">PreferredClassProvider</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>PreferredClassProvider</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassProvider.html#PreferredClassProvider-boolean-">PreferredClassProvider(boolean)</a></span> - Constructor for class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassProvider.html" title="class in net.jini.loader.pref">PreferredClassProvider</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>PreferredClassProvider</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionParticipant.html#prepare-net.jini.core.transaction.server.TransactionManager-long-">prepare(TransactionManager, long)</a></span> - Method in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionParticipant.html" title="interface in net.jini.core.transaction.server">TransactionParticipant</a></dt> | |
| <dd> | |
| <div class="block">Requests that the participant prepare itself to commit the transaction, | |
| and to vote on the outcome of the transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionParticipant.html#prepareAndCommit-net.jini.core.transaction.server.TransactionManager-long-">prepareAndCommit(TransactionManager, long)</a></span> - Method in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionParticipant.html" title="interface in net.jini.core.transaction.server">TransactionParticipant</a></dt> | |
| <dd> | |
| <div class="block">A combination of <code>prepare</code> and <code>commit</code>, which | |
| can be used by the manager when there is just one participant left to | |
| prepare and all other participants (if any) have responded with | |
| <code>NOTCHANGED</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionConstants.html#PREPARED">PREPARED</a></span> - Static variable in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionConstants.html" title="interface in net.jini.core.transaction.server">TransactionConstants</a></dt> | |
| <dd> | |
| <div class="block">Transaction has been prepared but not yet committed.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#prepareProxy-java.lang.Object-">prepareProxy(Object)</a></span> - Method in class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Performs operations on a proxy to prepare it for use, returning the | |
| prepared proxy, which may or may not be the argument itself.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/ProxyPreparer.html#prepareProxy-java.lang.Object-">prepareProxy(Object)</a></span> - Method in interface net.jini.security.<a href="net/jini/security/ProxyPreparer.html" title="interface in net.jini.security">ProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Performs operations on a newly unmarshalled proxy to prepare it for use, | |
| returning the prepared proxy, which may or may not be the argument | |
| itself.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/VerifyingProxyPreparer.html#prepareProxy-java.lang.Object-">prepareProxy(Object)</a></span> - Method in class net.jini.security.<a href="net/jini/security/VerifyingProxyPreparer.html" title="class in net.jini.security">VerifyingProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Performs operations on a proxy to prepare it for use, returning the | |
| prepared proxy, which may or may not be the argument itself.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/AbstractConfiguration.Primitive.html#Primitive-T-">Primitive(T)</a></span> - Constructor for class net.jini.config.<a href="net/jini/config/AbstractConfiguration.Primitive.html" title="class in net.jini.config">AbstractConfiguration.Primitive</a></dt> | |
| <dd> | |
| <div class="block">Creates an object that represents a primitive value of the type | |
| associated with the specified primitive wrapper object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/entry/UnusableEntryException.html#printStackTrace--">printStackTrace()</a></span> - Method in exception net.jini.core.entry.<a href="net/jini/core/entry/UnusableEntryException.html" title="class in net.jini.core.entry">UnusableEntryException</a></dt> | |
| <dd> | |
| <div class="block">Calls <a href="net/jini/core/entry/UnusableEntryException.html#printStackTrace-java.io.PrintStream-"><code>printStackTrace(System.err)</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/entry/UnusableEntryException.html#printStackTrace-java.io.PrintStream-">printStackTrace(PrintStream)</a></span> - Method in exception net.jini.core.entry.<a href="net/jini/core/entry/UnusableEntryException.html" title="class in net.jini.core.entry">UnusableEntryException</a></dt> | |
| <dd> | |
| <div class="block">Calls <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-" title="class or interface in java.lang"><code>super.printStackTrace(s)</code></a> and then calls <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-" title="class or interface in java.lang"><code>printStackTrace(s)</code></a> on | |
| each exception in <code>nestedExceptions</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/entry/UnusableEntryException.html#printStackTrace-java.io.PrintWriter-">printStackTrace(PrintWriter)</a></span> - Method in exception net.jini.core.entry.<a href="net/jini/core/entry/UnusableEntryException.html" title="class in net.jini.core.entry">UnusableEntryException</a></dt> | |
| <dd> | |
| <div class="block">Calls <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-" title="class or interface in java.lang"><code>super.printStackTrace(s)</code></a> and then calls <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-" title="class or interface in java.lang"><code>printStackTrace(s)</code></a> on | |
| each exception in <code>nestedExceptions</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/InternalSpaceException.html#printStackTrace--">printStackTrace()</a></span> - Method in exception net.jini.space.<a href="net/jini/space/InternalSpaceException.html" title="class in net.jini.space">InternalSpaceException</a></dt> | |
| <dd> | |
| <div class="block">Print the stack trace of this exception, plus that of the nested | |
| exception, if any.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/InternalSpaceException.html#printStackTrace-java.io.PrintStream-">printStackTrace(PrintStream)</a></span> - Method in exception net.jini.space.<a href="net/jini/space/InternalSpaceException.html" title="class in net.jini.space">InternalSpaceException</a></dt> | |
| <dd> | |
| <div class="block">Print the stack trace of this exception, plus that of the nested | |
| exception, if any.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/InternalSpaceException.html#printStackTrace-java.io.PrintWriter-">printStackTrace(PrintWriter)</a></span> - Method in exception net.jini.space.<a href="net/jini/space/InternalSpaceException.html" title="class in net.jini.space">InternalSpaceException</a></dt> | |
| <dd> | |
| <div class="block">Print the stack trace of this exception, plus that of the nested | |
| exception, if any.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/ServerConnection.html#processRequestData-java.io.InputStream-java.io.OutputStream-">processRequestData(InputStream, OutputStream)</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/ServerConnection.html" title="interface in net.jini.jeri.connection">ServerConnection</a></dt> | |
| <dd> | |
| <div class="block">Reads from the specified input stream any per-request data required by | |
| this connection for an inbound request, writes any required response | |
| data to the specified output stream, and returns a handle for the | |
| request.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/NestableServerTransaction.html#promote-net.jini.core.transaction.server.TransactionParticipant:A-long:A-net.jini.core.transaction.server.TransactionParticipant-">promote(TransactionParticipant[], long[], TransactionParticipant)</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/NestableServerTransaction.html" title="class in net.jini.core.transaction.server">NestableServerTransaction</a></dt> | |
| <dd> | |
| <div class="block">Promote the listed participants (from a subtransaction) into | |
| this (the parent) transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/NestableTransactionManager.html#promote-long-net.jini.core.transaction.server.TransactionParticipant:A-long:A-net.jini.core.transaction.server.TransactionParticipant-">promote(long, TransactionParticipant[], long[], TransactionParticipant)</a></span> - Method in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/NestableTransactionManager.html" title="interface in net.jini.core.transaction.server">NestableTransactionManager</a></dt> | |
| <dd> | |
| <div class="block">Promote the listed participants into the specified transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/IntegrityVerifier.html#providesIntegrity-java.net.URL-">providesIntegrity(URL)</a></span> - Method in interface net.jini.security.<a href="net/jini/security/IntegrityVerifier.html" title="interface in net.jini.security">IntegrityVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified URL is known to provide | |
| content integrity; returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/file/FileIntegrityVerifier.html#providesIntegrity-java.net.URL-">providesIntegrity(URL)</a></span> - Method in class net.jini.url.file.<a href="net/jini/url/file/FileIntegrityVerifier.html" title="class in net.jini.url.file">FileIntegrityVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified URL uses the "file" | |
| protocol and the host is <code>null</code>, empty, "~", or "localhost"; | |
| returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/httpmd/HttpmdIntegrityVerifier.html#providesIntegrity-java.net.URL-">providesIntegrity(URL)</a></span> - Method in class net.jini.url.httpmd.<a href="net/jini/url/httpmd/HttpmdIntegrityVerifier.html" title="class in net.jini.url.httpmd">HttpmdIntegrityVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified URL uses the "httpmd" | |
| protocol; returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/https/HttpsIntegrityVerifier.html#providesIntegrity-java.net.URL-">providesIntegrity(URL)</a></span> - Method in class net.jini.url.https.<a href="net/jini/url/https/HttpsIntegrityVerifier.html" title="class in net.jini.url.https">HttpsIntegrityVerifier</a></dt> | |
| <dd> | |
| <div class="block">Returns <code>true</code> if the specified URL uses the "https" | |
| protocol; returns <code>false</code> otherwise.</div> | |
| </dd> | |
| <dt><a href="net/jini/export/ProxyAccessor.html" title="interface in net.jini.export"><span class="typeNameLink">ProxyAccessor</span></a> - Interface in <a href="net/jini/export/package-summary.html">net.jini.export</a></dt> | |
| <dd> | |
| <div class="block">Provides a means to obtain a proxy from an exported remote object.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/ProxyPreparer.html" title="interface in net.jini.security"><span class="typeNameLink">ProxyPreparer</span></a> - Interface in <a href="net/jini/security/package-summary.html">net.jini.security</a></dt> | |
| <dd> | |
| <div class="block">Performs operations on a newly unmarshalled remote proxy to prepare it for | |
| use.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/proxytrust/ProxyTrust.html" title="interface in net.jini.security.proxytrust"><span class="typeNameLink">ProxyTrust</span></a> - Interface in <a href="net/jini/security/proxytrust/package-summary.html">net.jini.security.proxytrust</a></dt> | |
| <dd> | |
| <div class="block">Defines a remote interface for obtaining a proxy trust verifier.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/proxytrust/ProxyTrustExporter.html" title="class in net.jini.security.proxytrust"><span class="typeNameLink">ProxyTrustExporter</span></a> - Class in <a href="net/jini/security/proxytrust/package-summary.html">net.jini.security.proxytrust</a></dt> | |
| <dd> | |
| <div class="block">Contains the information necessary to export a remote object that has a | |
| proxy that will not directly be considered trusted by clients, such that | |
| the proxy can be trusted by clients using <a href="net/jini/security/proxytrust/ProxyTrustVerifier.html" title="class in net.jini.security.proxytrust"><code>ProxyTrustVerifier</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustExporter.html#ProxyTrustExporter-net.jini.export.Exporter-net.jini.export.Exporter-">ProxyTrustExporter(Exporter, Exporter)</a></span> - Constructor for class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustExporter.html" title="class in net.jini.security.proxytrust">ProxyTrustExporter</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified main exporter (which will be | |
| used to export the main remote object) and the specified bootstrap | |
| exporter (which will be used to export the bootstrap remote object).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustExporter.html#ProxyTrustExporter-net.jini.export.Exporter-net.jini.export.Exporter-java.lang.ClassLoader-">ProxyTrustExporter(Exporter, Exporter, ClassLoader)</a></span> - Constructor for class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustExporter.html" title="class in net.jini.security.proxytrust">ProxyTrustExporter</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified main exporter (which will be | |
| used to export the main remote object), the specified bootstrap | |
| exporter (which will be used to export the bootstrap remote object), | |
| and the specified class loader (in which the generated dynamic proxy | |
| class will be defined).</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/ProxyTrustILFactory.html" title="class in net.jini.jeri"><span class="typeNameLink">ProxyTrustILFactory</span></a> - Class in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">Invocation layer factory for remote objects exported to use Jini | |
| extensible remote invocation (Jini ERI) that produces proxies that | |
| additionally implement the <a href="net/jini/security/proxytrust/ProxyTrust.html" title="interface in net.jini.security.proxytrust"><code>ProxyTrust</code></a> interface.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ProxyTrustILFactory.html#ProxyTrustILFactory-net.jini.core.constraint.MethodConstraints-java.lang.Class-">ProxyTrustILFactory(MethodConstraints, Class)</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/ProxyTrustILFactory.html" title="class in net.jini.jeri">ProxyTrustILFactory</a></dt> | |
| <dd> | |
| <div class="block">Creates a factory with the specified server constraints, permission | |
| class, and a <code>null</code> class loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ProxyTrustILFactory.html#ProxyTrustILFactory-net.jini.core.constraint.MethodConstraints-java.lang.Class-java.lang.ClassLoader-">ProxyTrustILFactory(MethodConstraints, Class, ClassLoader)</a></span> - Constructor for class net.jini.jeri.<a href="net/jini/jeri/ProxyTrustILFactory.html" title="class in net.jini.jeri">ProxyTrustILFactory</a></dt> | |
| <dd> | |
| <div class="block">Creates a factory with the specified server constraints, permission | |
| class, and class loader.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html" title="class in net.jini.security.proxytrust"><span class="typeNameLink">ProxyTrustInvocationHandler</span></a> - Class in <a href="net/jini/security/proxytrust/package-summary.html">net.jini.security.proxytrust</a></dt> | |
| <dd> | |
| <div class="block">Invocation handler for remote objects, supporting proxy trust verification | |
| by clients using <a href="net/jini/security/proxytrust/ProxyTrustVerifier.html" title="class in net.jini.security.proxytrust"><code>ProxyTrustVerifier</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html#ProxyTrustInvocationHandler-net.jini.core.constraint.RemoteMethodControl-net.jini.security.proxytrust.ProxyTrust-">ProxyTrustInvocationHandler(RemoteMethodControl, ProxyTrust)</a></span> - Constructor for class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html" title="class in net.jini.security.proxytrust">ProxyTrustInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified main proxy and bootstrap proxy.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/proxytrust/ProxyTrustIterator.html" title="interface in net.jini.security.proxytrust"><span class="typeNameLink">ProxyTrustIterator</span></a> - Interface in <a href="net/jini/security/proxytrust/package-summary.html">net.jini.security.proxytrust</a></dt> | |
| <dd> | |
| <div class="block">Defines an iterator that produces objects from which a | |
| <a href="net/jini/security/TrustVerifier.html" title="interface in net.jini.security"><code>TrustVerifier</code></a> might be obtained.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/proxytrust/ProxyTrustVerifier.html" title="class in net.jini.security.proxytrust"><span class="typeNameLink">ProxyTrustVerifier</span></a> - Class in <a href="net/jini/security/proxytrust/package-summary.html">net.jini.security.proxytrust</a></dt> | |
| <dd> | |
| <div class="block">Trust verifier for service proxies that use dynamically downloaded code.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustVerifier.html#ProxyTrustVerifier--">ProxyTrustVerifier()</a></span> - Constructor for class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustVerifier.html" title="class in net.jini.security.proxytrust">ProxyTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:R"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">R</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/UuidFactory.html#read-java.io.InputStream-">read(InputStream)</a></span> - Static method in class net.jini.id.<a href="net/jini/id/UuidFactory.html" title="class in net.jini.id">UuidFactory</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>Uuid</code> with the 128-bit value obtained | |
| by unmarshalling a binary representation from the supplied | |
| <code>InputStream</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/JavaSpace.html#read-net.jini.core.entry.Entry-net.jini.core.transaction.Transaction-long-">read(Entry, Transaction, long)</a></span> - Method in interface net.jini.space.<a href="net/jini/space/JavaSpace.html" title="interface in net.jini.space">JavaSpace</a></dt> | |
| <dd> | |
| <div class="block">Read any matching entry from the space, blocking until one exists.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalInputStream.html#readAnnotation--">readAnnotation()</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalInputStream.html" title="class in net.jini.io">MarshalInputStream</a></dt> | |
| <dd> | |
| <div class="block">Reads and returns a class annotation string value (possibly | |
| <code>null</code>) that was written by a corresponding | |
| <code>MarshalOutputStream</code> implementation.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/JavaSpace.html#readIfExists-net.jini.core.entry.Entry-net.jini.core.transaction.Transaction-long-">readIfExists(Entry, Transaction, long)</a></span> - Method in interface net.jini.space.<a href="net/jini/space/JavaSpace.html" title="interface in net.jini.space">JavaSpace</a></dt> | |
| <dd> | |
| <div class="block">Read any matching entry from the space, returning | |
| <code>null</code> if there is currently is none.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/Uuid.html#readResolve--">readResolve()</a></span> - Method in class net.jini.id.<a href="net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a></dt> | |
| <dd> | |
| <div class="block">Returns this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/Connection.html#readResponseData-net.jini.jeri.connection.OutboundRequestHandle-java.io.InputStream-">readResponseData(OutboundRequestHandle, InputStream)</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/Connection.html" title="interface in net.jini.jeri.connection">Connection</a></dt> | |
| <dd> | |
| <div class="block">Reads from the specified stream any per-response data required | |
| by this connection for a request with the specified handle.</div> | |
| </dd> | |
| <dt><a href="net/jini/id/ReferentUuid.html" title="interface in net.jini.id"><span class="typeNameLink">ReferentUuid</span></a> - Interface in <a href="net/jini/id/package-summary.html">net.jini.id</a></dt> | |
| <dd> | |
| <div class="block">Defines an interface that allows a proxy for a resource to express the | |
| identity of that resource.</div> | |
| </dd> | |
| <dt><a href="net/jini/id/ReferentUuids.html" title="class in net.jini.id"><span class="typeNameLink">ReferentUuids</span></a> - Class in <a href="net/jini/id/package-summary.html">net.jini.id</a></dt> | |
| <dd> | |
| <div class="block">Convenience methods for working with proxies that implement | |
| <code>ReferentUuid</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicyProvider.html#refresh--">refresh()</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicyProvider.html" title="class in net.jini.security.policy">DynamicPolicyProvider</a></dt> | |
| <dd> | |
| <div class="block">Calling refresh doesn't remove any dynamic grant's, it only clears | |
| the cache and refreshes the underlying Policy, it also removes any | |
| grants for ProtectionDomains that no longer exist.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/PolicyFileProvider.html#refresh--">refresh()</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/PolicyFileProvider.html" title="class in net.jini.security.policy">PolicyFileProvider</a></dt> | |
| <dd> | |
| <div class="block">Refreshes the policy configuration by calling <code>refresh</code> on | |
| the base policy.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistrar.html#register-net.jini.core.lookup.ServiceItem-long-">register(ServiceItem, long)</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistrar.html" title="interface in net.jini.core.lookup">ServiceRegistrar</a></dt> | |
| <dd> | |
| <div class="block">Register a new service or re-register an existing service.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/JavaSpace05.html#registerForAvailabilityEvent-java.util.Collection-net.jini.core.transaction.Transaction-boolean-net.jini.core.event.RemoteEventListener-long-java.rmi.MarshalledObject-">registerForAvailabilityEvent(Collection, Transaction, boolean, RemoteEventListener, long, MarshalledObject)</a></span> - Method in interface net.jini.space.<a href="net/jini/space/JavaSpace05.html" title="interface in net.jini.space">JavaSpace05</a></dt> | |
| <dd> | |
| <div class="block">Register for events triggered when a matching <a href="net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry"><code>Entry</code></a> | |
| transitions from unavailable to available.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/RelativeTimeConstraint.html" title="interface in net.jini.core.constraint"><span class="typeNameLink">RelativeTimeConstraint</span></a> - Interface in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Implemented by constraints that are expressed in terms of relative time, | |
| to support conversion to absolute time constraints.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/event/RemoteEvent.html" title="class in net.jini.core.event"><span class="typeNameLink">RemoteEvent</span></a> - Class in <a href="net/jini/core/event/package-summary.html">net.jini.core.event</a></dt> | |
| <dd> | |
| <div class="block">The base class or superclass for remote events.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/RemoteEvent.html#RemoteEvent-java.lang.Object-long-long-java.rmi.MarshalledObject-">RemoteEvent(Object, long, long, MarshalledObject)</a></span> - Constructor for class net.jini.core.event.<a href="net/jini/core/event/RemoteEvent.html" title="class in net.jini.core.event">RemoteEvent</a></dt> | |
| <dd> | |
| <div class="block">Constructs a RemoteEvent object.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/event/RemoteEventListener.html" title="interface in net.jini.core.event"><span class="typeNameLink">RemoteEventListener</span></a> - Interface in <a href="net/jini/core/event/package-summary.html">net.jini.core.event</a></dt> | |
| <dd> | |
| <div class="block">The RemoteEventListener interface needs to be implemented by any object | |
| that wants to receive a notification of a remote event from some other | |
| object.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/RemoteMethodControl.html" title="interface in net.jini.core.constraint"><span class="typeNameLink">RemoteMethodControl</span></a> - Interface in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Defines an interface to proxies for setting constraints to control remote | |
| method calls.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/Lease.html#renew-long-">renew(long)</a></span> - Method in interface net.jini.core.lease.<a href="net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a></dt> | |
| <dd> | |
| <div class="block">Used to renew a lease for an additional period of time, specified in | |
| milliseconds.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/LeaseMap.html#renewAll--">renewAll()</a></span> - Method in interface net.jini.core.lease.<a href="net/jini/core/lease/LeaseMap.html" title="interface in net.jini.core.lease">LeaseMap</a></dt> | |
| <dd> | |
| <div class="block">Renews all leases in the LeaseMap, using their current values as | |
| the renewal durations.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/RequestDispatcher.html" title="interface in net.jini.jeri"><span class="typeNameLink">RequestDispatcher</span></a> - Interface in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">A callback object for processing inbound requests.</div> | |
| </dd> | |
| <dt><a href="net/jini/loader/pref/RequireDlPermProvider.html" title="class in net.jini.loader.pref"><span class="typeNameLink">RequireDlPermProvider</span></a> - Class in <a href="net/jini/loader/pref/package-summary.html">net.jini.loader.pref</a></dt> | |
| <dd> | |
| <div class="block">An <code>RMIClassLoader</code> provider that supports preferred | |
| classes and enforces <a href="net/jini/loader/DownloadPermission.html" title="class in net.jini.loader"><code>DownloadPermission</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/RequireDlPermProvider.html#RequireDlPermProvider--">RequireDlPermProvider()</a></span> - Constructor for class net.jini.loader.pref.<a href="net/jini/loader/pref/RequireDlPermProvider.html" title="class in net.jini.loader.pref">RequireDlPermProvider</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>RequireDlPermProvider</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/InvocationConstraints.html#requirements--">requirements()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint">InvocationConstraints</a></dt> | |
| <dd> | |
| <div class="block">Returns an immutable set of all of the requirements.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalInputStream.html#resolveClass-java.io.ObjectStreamClass-">resolveClass(ObjectStreamClass)</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalInputStream.html" title="class in net.jini.io">MarshalInputStream</a></dt> | |
| <dd> | |
| <div class="block">Resolves the appropriate <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><code>Class</code></a> object for the stream | |
| class descriptor <code>classDesc</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalInputStream.html#resolveProxyClass-java.lang.String:A-">resolveProxyClass(String[])</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalInputStream.html" title="class in net.jini.io">MarshalInputStream</a></dt> | |
| <dd> | |
| <div class="block">Resolves the appropriate <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang"><code>Class</code></a> object for the proxy | |
| class described by the interface names | |
| <code>interfaceNames</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/DynamicPolicyProvider.html#revokeSupported--">revokeSupported()</a></span> - Method in class net.jini.security.policy.<a href="net/jini/security/policy/DynamicPolicyProvider.html" title="class in net.jini.security.policy">DynamicPolicyProvider</a></dt> | |
| <dd> </dd> | |
| </dl> | |
| <a name="I:S"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">S</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/httpmd/Handler.html#sameFile-java.net.URL-java.net.URL-">sameFile(URL, URL)</a></span> - Method in class net.jini.url.httpmd.<a href="net/jini/url/httpmd/Handler.html" title="class in net.jini.url.httpmd">Handler</a></dt> | |
| <dd> | |
| <div class="block">Compares two HTTPMD URLs to see if they refer to the same file.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/Security.html" title="class in net.jini.security"><span class="typeNameLink">Security</span></a> - Class in <a href="net/jini/security/package-summary.html">net.jini.security</a></dt> | |
| <dd> | |
| <div class="block">Provides methods for executing actions with privileges enabled, for | |
| snapshotting security contexts, for verifying trust in proxies, for | |
| verifying codebase integrity, and for dynamically granting permissions.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/SecurityContext.html" title="interface in net.jini.security"><span class="typeNameLink">SecurityContext</span></a> - Interface in <a href="net/jini/security/package-summary.html">net.jini.security</a></dt> | |
| <dd> | |
| <div class="block">Interface implemented by objects representing security contexts, returned | |
| from the <a href="net/jini/security/Security.html#getContext--"><code>getContext</code></a> method of the <a href="net/jini/security/Security.html" title="class in net.jini.security"><code>Security</code></a> class, which in turn may obtain them from a security manager or | |
| policy provider implementing the | |
| <a href="net/jini/security/policy/SecurityContextSource.html" title="interface in net.jini.security.policy"><code>SecurityContextSource</code></a> interface.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/policy/SecurityContextSource.html" title="interface in net.jini.security.policy"><span class="typeNameLink">SecurityContextSource</span></a> - Interface in <a href="net/jini/security/policy/package-summary.html">net.jini.security.policy</a></dt> | |
| <dd> | |
| <div class="block">Interface that a security manager or policy provider can optionally | |
| implement in order to support the saving and restoring of custom security | |
| context state.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/RemoteEvent.html#seqNum">seqNum</a></span> - Variable in class net.jini.core.event.<a href="net/jini/core/event/RemoteEvent.html" title="class in net.jini.core.event">RemoteEvent</a></dt> | |
| <dd> | |
| <div class="block">The event sequence number.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/ServerAuthentication.html" title="class in net.jini.core.constraint"><span class="typeNameLink">ServerAuthentication</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint on authentication of the server to the client.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/ServerCapabilities.html" title="interface in net.jini.jeri"><span class="typeNameLink">ServerCapabilities</span></a> - Interface in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">Represents the constraint support capabilities of a server-side | |
| transport layer implementation.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/connection/ServerConnection.html" title="interface in net.jini.jeri.connection"><span class="typeNameLink">ServerConnection</span></a> - Interface in <a href="net/jini/jeri/connection/package-summary.html">net.jini.jeri.connection</a></dt> | |
| <dd> | |
| <div class="block">Represents an established server-side connection.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/connection/ServerConnectionManager.html" title="class in net.jini.jeri.connection"><span class="typeNameLink">ServerConnectionManager</span></a> - Class in <a href="net/jini/jeri/connection/package-summary.html">net.jini.jeri.connection</a></dt> | |
| <dd> | |
| <div class="block">Provides server-side connection management using the <a | |
| href="./net/jini/jeri/connection/doc-files/mux.html">Jini | |
| extensible remote invocation (Jini ERI) multiplexing protocol</a> | |
| to frame and multiplex requests and responses over connections.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/ServerConnectionManager.html#ServerConnectionManager--">ServerConnectionManager()</a></span> - Constructor for class net.jini.jeri.connection.<a href="net/jini/jeri/connection/ServerConnectionManager.html" title="class in net.jini.jeri.connection">ServerConnectionManager</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>ServerConnectionManager</code>.</div> | |
| </dd> | |
| <dt><a href="net/jini/export/ServerContext.html" title="class in net.jini.export"><span class="typeNameLink">ServerContext</span></a> - Class in <a href="net/jini/export/package-summary.html">net.jini.export</a></dt> | |
| <dd> | |
| <div class="block">The <code>ServerContext</code> class contains static methods to | |
| execute some action within an appropriate server context for the | |
| current thread and to obtain the server context for the current thread.</div> | |
| </dd> | |
| <dt><a href="net/jini/export/ServerContext.Spi.html" title="interface in net.jini.export"><span class="typeNameLink">ServerContext.Spi</span></a> - Interface in <a href="net/jini/export/package-summary.html">net.jini.export</a></dt> | |
| <dd> | |
| <div class="block">Defines the interface for server context providers, which are | |
| consulted by <a href="net/jini/export/ServerContext.html#getServerContext--"><code>ServerContext.getServerContext()</code></a> if no server context | |
| has been explicitly associated with the current thread via a previous | |
| call to <a href="net/jini/export/ServerContext.html#doWithServerContext-java.lang.Runnable-java.util.Collection-"><code>ServerContext.doWithServerContext(java.lang.Runnable, java.util.Collection)</code></a>.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/ServerEndpoint.html" title="interface in net.jini.jeri"><span class="typeNameLink">ServerEndpoint</span></a> - Interface in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">Represents one or more communication endpoints on the current | |
| (local) host to listen for and receive requests on and a template | |
| for producing an <code>Endpoint</code> instance to send requests to | |
| those communication endpoints.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/ServerEndpoint.ListenContext.html" title="interface in net.jini.jeri"><span class="typeNameLink">ServerEndpoint.ListenContext</span></a> - Interface in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">A callback object for passing to <a href="net/jini/jeri/ServerEndpoint.html#enumerateListenEndpoints-net.jini.jeri.ServerEndpoint.ListenContext-"><code>ServerEndpoint.enumerateListenEndpoints</code></a> to receive the | |
| enumerated <a href="net/jini/jeri/ServerEndpoint.ListenEndpoint.html" title="interface in net.jini.jeri"><code>ListenEndpoint</code></a> | |
| instances and to choose an active listen operation for each of | |
| them on behalf of the caller of | |
| <code>enumerateListenEndpoints</code>.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/ServerEndpoint.ListenCookie.html" title="interface in net.jini.jeri"><span class="typeNameLink">ServerEndpoint.ListenCookie</span></a> - Interface in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">A cookie to identify a listen operation as the return value of | |
| the <a href="net/jini/jeri/ServerEndpoint.ListenContext.html#addListenEndpoint-net.jini.jeri.ServerEndpoint.ListenEndpoint-"><code>ListenContext.addListenEndpoint</code></a> method.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/ServerEndpoint.ListenEndpoint.html" title="interface in net.jini.jeri"><span class="typeNameLink">ServerEndpoint.ListenEndpoint</span></a> - Interface in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">Represents a communication endpoint on the current (local) host | |
| to listen for and receive requests on.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/ServerEndpoint.ListenHandle.html" title="interface in net.jini.jeri"><span class="typeNameLink">ServerEndpoint.ListenHandle</span></a> - Interface in <a href="net/jini/jeri/package-summary.html">net.jini.jeri</a></dt> | |
| <dd> | |
| <div class="block">Represents a listen operation that has been started on a <a href="net/jini/jeri/ServerEndpoint.ListenEndpoint.html" title="interface in net.jini.jeri"><code>ListenEndpoint</code></a>.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/constraint/ServerMinPrincipal.html" title="class in net.jini.core.constraint"><span class="typeNameLink">ServerMinPrincipal</span></a> - Class in <a href="net/jini/core/constraint/package-summary.html">net.jini.core.constraint</a></dt> | |
| <dd> | |
| <div class="block">Represents a constraint on the server, such that if the server | |
| authenticates itself, then it must authenticate itself as at least all of | |
| the specified principals.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ServerMinPrincipal.html#ServerMinPrincipal-java.security.Principal-">ServerMinPrincipal(Principal)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ServerMinPrincipal.html" title="class in net.jini.core.constraint">ServerMinPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified principal.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ServerMinPrincipal.html#ServerMinPrincipal-java.security.Principal:A-">ServerMinPrincipal(Principal[])</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ServerMinPrincipal.html" title="class in net.jini.core.constraint">ServerMinPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified principals, with | |
| duplicates removed.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ServerMinPrincipal.html#ServerMinPrincipal-java.util.Collection-">ServerMinPrincipal(Collection)</a></span> - Constructor for class net.jini.core.constraint.<a href="net/jini/core/constraint/ServerMinPrincipal.html" title="class in net.jini.core.constraint">ServerMinPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Creates a constraint containing the specified principals, with | |
| duplicates removed.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/proxytrust/ServerProxyTrust.html" title="interface in net.jini.security.proxytrust"><span class="typeNameLink">ServerProxyTrust</span></a> - Interface in <a href="net/jini/security/proxytrust/package-summary.html">net.jini.security.proxytrust</a></dt> | |
| <dd> | |
| <div class="block">Defines a local interface to obtain a proxy trust verifier.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server"><span class="typeNameLink">ServerTransaction</span></a> - Class in <a href="net/jini/core/transaction/server/package-summary.html">net.jini.core.transaction.server</a></dt> | |
| <dd> | |
| <div class="block">Class implementing the <code>Transaction</code> interface, for use with | |
| transaction participants that implement the default transaction semantics.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/ServerTransaction.html#ServerTransaction-net.jini.core.transaction.server.TransactionManager-long-">ServerTransaction(TransactionManager, long)</a></span> - Constructor for class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a></dt> | |
| <dd> | |
| <div class="block">Simple constructor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceItem.html#service">service</a></span> - Variable in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a></dt> | |
| <dd> | |
| <div class="block">A service object.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/lookup/ServiceEvent.html" title="class in net.jini.core.lookup"><span class="typeNameLink">ServiceEvent</span></a> - Class in <a href="net/jini/core/lookup/package-summary.html">net.jini.core.lookup</a></dt> | |
| <dd> | |
| <div class="block">This class is used for remote events sent by the lookup service.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceEvent.html#ServiceEvent-java.lang.Object-long-long-java.rmi.MarshalledObject-net.jini.core.lookup.ServiceID-int-">ServiceEvent(Object, long, long, MarshalledObject, ServiceID, int)</a></span> - Constructor for class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceEvent.html" title="class in net.jini.core.lookup">ServiceEvent</a></dt> | |
| <dd> | |
| <div class="block">Simple constructor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceEvent.html#serviceID">serviceID</a></span> - Variable in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceEvent.html" title="class in net.jini.core.lookup">ServiceEvent</a></dt> | |
| <dd> | |
| <div class="block">ServiceID of the item that triggered the event.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/lookup/ServiceID.html" title="class in net.jini.core.lookup"><span class="typeNameLink">ServiceID</span></a> - Class in <a href="net/jini/core/lookup/package-summary.html">net.jini.core.lookup</a></dt> | |
| <dd> | |
| <div class="block">A universally unique identifier (UUID) for registered services.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceID.html#ServiceID-long-long-">ServiceID(long, long)</a></span> - Constructor for class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceID.html" title="class in net.jini.core.lookup">ServiceID</a></dt> | |
| <dd> | |
| <div class="block">Simple constructor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceID.html#ServiceID-java.io.DataInput-">ServiceID(DataInput)</a></span> - Constructor for class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceID.html" title="class in net.jini.core.lookup">ServiceID</a></dt> | |
| <dd> | |
| <div class="block">Reads in 16 bytes in standard network byte order.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceItem.html#serviceID">serviceID</a></span> - Variable in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a></dt> | |
| <dd> | |
| <div class="block">A service ID, or null if registering for the first time.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceTemplate.html#serviceID">serviceID</a></span> - Variable in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceTemplate.html" title="class in net.jini.core.lookup">ServiceTemplate</a></dt> | |
| <dd> | |
| <div class="block">Service ID to match, or <tt>null</tt>.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup"><span class="typeNameLink">ServiceItem</span></a> - Class in <a href="net/jini/core/lookup/package-summary.html">net.jini.core.lookup</a></dt> | |
| <dd> | |
| <div class="block">Items are stored in and retrieved from the lookup service using | |
| instances of this class.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceItem.html#ServiceItem-net.jini.core.lookup.ServiceID-java.lang.Object-net.jini.core.entry.Entry:A-">ServiceItem(ServiceID, Object, Entry[])</a></span> - Constructor for class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a></dt> | |
| <dd> | |
| <div class="block">Simple constructor.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/lookup/ServiceMatches.html" title="class in net.jini.core.lookup"><span class="typeNameLink">ServiceMatches</span></a> - Class in <a href="net/jini/core/lookup/package-summary.html">net.jini.core.lookup</a></dt> | |
| <dd> | |
| <div class="block">An instance of this class is used for the return value when looking up | |
| multiple items in the lookup service.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceMatches.html#ServiceMatches-net.jini.core.lookup.ServiceItem:A-int-">ServiceMatches(ServiceItem[], int)</a></span> - Constructor for class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceMatches.html" title="class in net.jini.core.lookup">ServiceMatches</a></dt> | |
| <dd> | |
| <div class="block">Simple constructor.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/lookup/ServiceRegistrar.html" title="interface in net.jini.core.lookup"><span class="typeNameLink">ServiceRegistrar</span></a> - Interface in <a href="net/jini/core/lookup/package-summary.html">net.jini.core.lookup</a></dt> | |
| <dd> | |
| <div class="block">Defines the interface to the lookup service.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/lookup/ServiceRegistration.html" title="interface in net.jini.core.lookup"><span class="typeNameLink">ServiceRegistration</span></a> - Interface in <a href="net/jini/core/lookup/package-summary.html">net.jini.core.lookup</a></dt> | |
| <dd> | |
| <div class="block">A registered service item is manipulated using an instance of this class.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/lookup/ServiceTemplate.html" title="class in net.jini.core.lookup"><span class="typeNameLink">ServiceTemplate</span></a> - Class in <a href="net/jini/core/lookup/package-summary.html">net.jini.core.lookup</a></dt> | |
| <dd> | |
| <div class="block">Items in the lookup service are matched using instance of this class.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceTemplate.html#ServiceTemplate-net.jini.core.lookup.ServiceID-java.lang.Class:A-net.jini.core.entry.Entry:A-">ServiceTemplate(ServiceID, Class[], Entry[])</a></span> - Constructor for class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceTemplate.html" title="class in net.jini.core.lookup">ServiceTemplate</a></dt> | |
| <dd> | |
| <div class="block">Simple constructor.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceTemplate.html#serviceTypes">serviceTypes</a></span> - Variable in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceTemplate.html" title="class in net.jini.core.lookup">ServiceTemplate</a></dt> | |
| <dd> | |
| <div class="block">Service types to match, or <tt>null</tt>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistration.html#setAttributes-net.jini.core.entry.Entry:A-">setAttributes(Entry[])</a></span> - Method in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistration.html" title="interface in net.jini.core.lookup">ServiceRegistration</a></dt> | |
| <dd> | |
| <div class="block">Deletes all of the service item's existing attributes, and replaces | |
| them with the specified attribute sets.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#setClientConstraints-net.jini.core.constraint.MethodConstraints-">setClientConstraints(MethodConstraints)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns a copy of this invocation handler with the specified | |
| constraints as its new client constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/RemoteMethodControl.html#setConstraints-net.jini.core.constraint.MethodConstraints-">setConstraints(MethodConstraints)</a></span> - Method in interface net.jini.core.constraint.<a href="net/jini/core/constraint/RemoteMethodControl.html" title="interface in net.jini.core.constraint">RemoteMethodControl</a></dt> | |
| <dd> | |
| <div class="block">Returns a new copy of this proxy with the client constraints set to the | |
| specified constraints.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#setConstraints-java.lang.Object-">setConstraints(Object)</a></span> - Method in class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Sets constraints on the proxy.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustIterator.html#setException-java.rmi.RemoteException-">setException(RemoteException)</a></span> - Method in interface net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustIterator.html" title="interface in net.jini.security.proxytrust">ProxyTrustIterator</a></dt> | |
| <dd> | |
| <div class="block">Provides the iteration with a <code>RemoteException</code> thrown from | |
| a remote call made while attempting to obtain a | |
| <a href="net/jini/security/TrustVerifier.html" title="interface in net.jini.security"><code>TrustVerifier</code></a> from the object | |
| returned by the most recent call to <a href="net/jini/security/proxytrust/ProxyTrustIterator.html#next--"><code>next</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/SingletonProxyTrustIterator.html#setException-java.rmi.RemoteException-">setException(RemoteException)</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/SingletonProxyTrustIterator.html" title="class in net.jini.security.proxytrust">SingletonProxyTrustIterator</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/Lease.html#setSerialFormat-int-">setSerialFormat(int)</a></span> - Method in interface net.jini.core.lease.<a href="net/jini/core/lease/Lease.html" title="interface in net.jini.core.lease">Lease</a></dt> | |
| <dd> | |
| <div class="block">Sets the format to use when serializing the lease.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/proxytrust/SingletonProxyTrustIterator.html" title="class in net.jini.security.proxytrust"><span class="typeNameLink">SingletonProxyTrustIterator</span></a> - Class in <a href="net/jini/security/proxytrust/package-summary.html">net.jini.security.proxytrust</a></dt> | |
| <dd> | |
| <div class="block">A simple <code>ProxyTrustIterator</code> that produces a single object | |
| as the only element of the iteration.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/SingletonProxyTrustIterator.html#SingletonProxyTrustIterator-java.lang.Object-">SingletonProxyTrustIterator(Object)</a></span> - Constructor for class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/SingletonProxyTrustIterator.html" title="class in net.jini.security.proxytrust">SingletonProxyTrustIterator</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified object to use as the only | |
| element of the iteration.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/JavaSpace.html#snapshot-net.jini.core.entry.Entry-">snapshot(Entry)</a></span> - Method in interface net.jini.space.<a href="net/jini/space/JavaSpace.html" title="interface in net.jini.space">JavaSpace</a></dt> | |
| <dd> | |
| <div class="block">The process of serializing an entry for transmission to a JavaSpaces | |
| service will be identical if the same entry is used twice.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/RemoteEvent.html#source">source</a></span> - Variable in class net.jini.core.event.<a href="net/jini/core/event/RemoteEvent.html" title="class in net.jini.core.event">RemoteEvent</a></dt> | |
| <dd> | |
| <div class="block">The event source.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl"><span class="typeNameLink">SslEndpoint</span></a> - Class in <a href="net/jini/jeri/ssl/package-summary.html">net.jini.jeri.ssl</a></dt> | |
| <dd> | |
| <div class="block">An implementation of <a href="net/jini/jeri/Endpoint.html" title="interface in net.jini.jeri"><code>Endpoint</code></a> that uses TLS/SSL to support | |
| invocation constraints for direct communication over TCP sockets.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl"><span class="typeNameLink">SslServerEndpoint</span></a> - Class in <a href="net/jini/jeri/ssl/package-summary.html">net.jini.jeri.ssl</a></dt> | |
| <dd> | |
| <div class="block">An implementation of <a href="net/jini/jeri/ServerEndpoint.html" title="interface in net.jini.jeri"><code>ServerEndpoint</code></a> that uses TLS/SSL to support | |
| invocation constraints for direct communication over TCP sockets.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/ssl/SslTrustVerifier.html" title="class in net.jini.jeri.ssl"><span class="typeNameLink">SslTrustVerifier</span></a> - Class in <a href="net/jini/jeri/ssl/package-summary.html">net.jini.jeri.ssl</a></dt> | |
| <dd> | |
| <div class="block">Trust verifier for the <a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl"><code>SslEndpoint</code></a>, <a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl"><code>HttpsEndpoint</code></a>, and | |
| <a href="net/jini/jeri/ssl/ConfidentialityStrength.html" title="class in net.jini.jeri.ssl"><code>ConfidentialityStrength</code></a> classes.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslTrustVerifier.html#SslTrustVerifier--">SslTrustVerifier()</a></span> - Constructor for class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslTrustVerifier.html" title="class in net.jini.jeri.ssl">SslTrustVerifier</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance of this class.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/ConfidentialityStrength.html#STRONG">STRONG</a></span> - Static variable in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/ConfidentialityStrength.html" title="class in net.jini.jeri.ssl">ConfidentialityStrength</a></dt> | |
| <dd> | |
| <div class="block">If confidentiality of message contents is ensured, then use strong | |
| confidentiality for message contents.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:T"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">T</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/JavaSpace.html#take-net.jini.core.entry.Entry-net.jini.core.transaction.Transaction-long-">take(Entry, Transaction, long)</a></span> - Method in interface net.jini.space.<a href="net/jini/space/JavaSpace.html" title="interface in net.jini.space">JavaSpace</a></dt> | |
| <dd> | |
| <div class="block">Take a matching entry from the space, waiting until one exists.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/JavaSpace05.html#take-java.util.Collection-net.jini.core.transaction.Transaction-long-long-">take(Collection, Transaction, long, long)</a></span> - Method in interface net.jini.space.<a href="net/jini/space/JavaSpace05.html" title="interface in net.jini.space">JavaSpace05</a></dt> | |
| <dd> | |
| <div class="block">This method provides an overload of the <a href="net/jini/space/JavaSpace.html#take-net.jini.core.entry.Entry-net.jini.core.transaction.Transaction-long-"><code>JavaSpace.take</code></a> method that attempts to | |
| remove, optionally under a <a href="net/jini/core/transaction/Transaction.html" title="interface in net.jini.core.transaction"><code>Transaction</code></a>, and return | |
| one or more entries from the space.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/JavaSpace.html#takeIfExists-net.jini.core.entry.Entry-net.jini.core.transaction.Transaction-long-">takeIfExists(Entry, Transaction, long)</a></span> - Method in interface net.jini.space.<a href="net/jini/space/JavaSpace.html" title="interface in net.jini.space">JavaSpace</a></dt> | |
| <dd> | |
| <div class="block">Take a matching entry from the space, returning | |
| <code>null</code> if there is currently is none.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/tcp/TcpEndpoint.html" title="class in net.jini.jeri.tcp"><span class="typeNameLink">TcpEndpoint</span></a> - Class in <a href="net/jini/jeri/tcp/package-summary.html">net.jini.jeri.tcp</a></dt> | |
| <dd> | |
| <div class="block">An implementation of the <a href="net/jini/jeri/Endpoint.html" title="interface in net.jini.jeri"><code>Endpoint</code></a> abstraction that uses TCP | |
| sockets (instances of <a href="http://docs.oracle.com/javase/6/docs/api/java/net/Socket.html?is-external=true" title="class or interface in java.net"><code>Socket</code></a>) for the underlying | |
| communication mechanism.</div> | |
| </dd> | |
| <dt><a href="net/jini/jeri/tcp/TcpServerEndpoint.html" title="class in net.jini.jeri.tcp"><span class="typeNameLink">TcpServerEndpoint</span></a> - Class in <a href="net/jini/jeri/tcp/package-summary.html">net.jini.jeri.tcp</a></dt> | |
| <dd> | |
| <div class="block">An implementation of the <a href="net/jini/jeri/ServerEndpoint.html" title="interface in net.jini.jeri"><code>ServerEndpoint</code></a> abstraction that | |
| uses TCP sockets (instances of <a href="http://docs.oracle.com/javase/6/docs/api/java/net/ServerSocket.html?is-external=true" title="class or interface in java.net"><code>ServerSocket</code></a>) for the | |
| underlying communication mechanism.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.html#throwConfigurationException-net.jini.config.ConfigurationException-java.util.List-">throwConfigurationException(ConfigurationException, List)</a></span> - Method in class net.jini.config.<a href="net/jini/config/ConfigurationFile.html" title="class in net.jini.config">ConfigurationFile</a></dt> | |
| <dd> | |
| <div class="block">Allows a subclass of <code>ConfigurationFile</code> to | |
| control the <code>ConfigurationException</code> that is thrown.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/TimeoutExpiredException.html" title="class in net.jini.core.transaction"><span class="typeNameLink">TimeoutExpiredException</span></a> - Exception in <a href="net/jini/core/transaction/package-summary.html">net.jini.core.transaction</a></dt> | |
| <dd> | |
| <div class="block">Exception thrown when a transaction timeout has expired.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/TimeoutExpiredException.html#TimeoutExpiredException-boolean-">TimeoutExpiredException(boolean)</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/TimeoutExpiredException.html" title="class in net.jini.core.transaction">TimeoutExpiredException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with no detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/TimeoutExpiredException.html#TimeoutExpiredException-java.lang.String-boolean-">TimeoutExpiredException(String, boolean)</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/TimeoutExpiredException.html" title="class in net.jini.core.transaction">TimeoutExpiredException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with a detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivatableInvocationHandler.html#toString--">toString()</a></span> - Method in class net.jini.activation.<a href="net/jini/activation/ActivatableInvocationHandler.html" title="class in net.jini.activation">ActivatableInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/AbstractConfiguration.Primitive.html#toString--">toString()</a></span> - Method in class net.jini.config.<a href="net/jini/config/AbstractConfiguration.Primitive.html" title="class in net.jini.config">AbstractConfiguration.Primitive</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationException.html#toString--">toString()</a></span> - Method in exception net.jini.config.<a href="net/jini/config/ConfigurationException.html" title="class in net.jini.config">ConfigurationException</a></dt> | |
| <dd> | |
| <div class="block">Returns a short description of this exception.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html#toString--">toString()</a></span> - Method in class net.jini.config.<a href="net/jini/config/ConfigurationFile.ErrorDescriptor.html" title="class in net.jini.config">ConfigurationFile.ErrorDescriptor</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this error.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/ConfigurationFile.html#toString--">toString()</a></span> - Method in class net.jini.config.<a href="net/jini/config/ConfigurationFile.html" title="class in net.jini.config">ConfigurationFile</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html#toString--">toString()</a></span> - Method in class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.MethodDesc.html" title="class in net.jini.constraint">BasicMethodConstraints.MethodDesc</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/constraint/BasicMethodConstraints.html#toString--">toString()</a></span> - Method in class net.jini.constraint.<a href="net/jini/constraint/BasicMethodConstraints.html" title="class in net.jini.constraint">BasicMethodConstraints</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientAuthentication.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientAuthentication.html" title="class in net.jini.core.constraint">ClientAuthentication</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMaxPrincipal.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMaxPrincipal.html" title="class in net.jini.core.constraint">ClientMaxPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMaxPrincipalType.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMaxPrincipalType.html" title="class in net.jini.core.constraint">ClientMaxPrincipalType</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMinPrincipal.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMinPrincipal.html" title="class in net.jini.core.constraint">ClientMinPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientMinPrincipalType.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientMinPrincipalType.html" title="class in net.jini.core.constraint">ClientMinPrincipalType</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/Confidentiality.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/Confidentiality.html" title="class in net.jini.core.constraint">Confidentiality</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConnectionAbsoluteTime.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConnectionAbsoluteTime.html" title="class in net.jini.core.constraint">ConnectionAbsoluteTime</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConnectionRelativeTime.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConnectionRelativeTime.html" title="class in net.jini.core.constraint">ConnectionRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ConstraintAlternatives.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ConstraintAlternatives.html" title="class in net.jini.core.constraint">ConstraintAlternatives</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/Delegation.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/Delegation.html" title="class in net.jini.core.constraint">Delegation</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationAbsoluteTime.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationAbsoluteTime.html" title="class in net.jini.core.constraint">DelegationAbsoluteTime</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/DelegationRelativeTime.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/DelegationRelativeTime.html" title="class in net.jini.core.constraint">DelegationRelativeTime</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/Integrity.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/Integrity.html" title="class in net.jini.core.constraint">Integrity</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/InvocationConstraints.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/InvocationConstraints.html" title="class in net.jini.core.constraint">InvocationConstraints</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ServerAuthentication.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ServerAuthentication.html" title="class in net.jini.core.constraint">ServerAuthentication</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ServerMinPrincipal.html#toString--">toString()</a></span> - Method in class net.jini.core.constraint.<a href="net/jini/core/constraint/ServerMinPrincipal.html" title="class in net.jini.core.constraint">ServerMinPrincipal</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/discovery/LookupLocator.html#toString--">toString()</a></span> - Method in class net.jini.core.discovery.<a href="net/jini/core/discovery/LookupLocator.html" title="class in net.jini.core.discovery">LookupLocator</a></dt> | |
| <dd> | |
| <div class="block">Return the string form of this LookupLocator, as a URL of scheme | |
| <code>"jini"</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceEvent.html#toString--">toString()</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceEvent.html" title="class in net.jini.core.lookup">ServiceEvent</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>String</code> representation of this | |
| <code>ServiceEvent</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceID.html#toString--">toString()</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceID.html" title="class in net.jini.core.lookup">ServiceID</a></dt> | |
| <dd> | |
| <div class="block">Returns a 36-character string of five fields separated by hyphens, with | |
| each field represented in lowercase hexadecimal with the same number of | |
| digits as in the field.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceItem.html#toString--">toString()</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceItem.html" title="class in net.jini.core.lookup">ServiceItem</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>String</code> representation of this | |
| <code>ServiceItem</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceMatches.html#toString--">toString()</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceMatches.html" title="class in net.jini.core.lookup">ServiceMatches</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>String</code> representation of this | |
| <code>ServiceMatches</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceTemplate.html#toString--">toString()</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceTemplate.html" title="class in net.jini.core.lookup">ServiceTemplate</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>String</code> representation of this | |
| <code>ServiceTemplate</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/NestableTransaction.Created.html#toString--">toString()</a></span> - Method in class net.jini.core.transaction.<a href="net/jini/core/transaction/NestableTransaction.Created.html" title="class in net.jini.core.transaction">NestableTransaction.Created</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/NestableServerTransaction.html#toString--">toString()</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/NestableServerTransaction.html" title="class in net.jini.core.transaction.server">NestableServerTransaction</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/ServerTransaction.html#toString--">toString()</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/ServerTransaction.html" title="class in net.jini.core.transaction.server">ServerTransaction</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionManager.Created.html#toString--">toString()</a></span> - Method in class net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionManager.Created.html" title="class in net.jini.core.transaction.server">TransactionManager.Created</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/Transaction.Created.html#toString--">toString()</a></span> - Method in class net.jini.core.transaction.<a href="net/jini/core/transaction/Transaction.Created.html" title="class in net.jini.core.transaction">Transaction.Created</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/entry/AbstractEntry.html#toString--">toString()</a></span> - Method in class net.jini.entry.<a href="net/jini/entry/AbstractEntry.html" title="class in net.jini.entry">AbstractEntry</a></dt> | |
| <dd> | |
| <div class="block">Returns the result of calling <a href="net/jini/entry/AbstractEntry.html#toString-net.jini.core.entry.Entry-"><code>AbstractEntry.toString(this)</code></a>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/entry/AbstractEntry.html#toString-net.jini.core.entry.Entry-">toString(Entry)</a></span> - Static method in class net.jini.entry.<a href="net/jini/entry/AbstractEntry.html" title="class in net.jini.entry">AbstractEntry</a></dt> | |
| <dd> | |
| <div class="block">Returns a <code>String</code> representation of its argument | |
| that will contain the name of the argument's class and a | |
| representation of each of the argument's entry fields.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/Uuid.html#toString--">toString()</a></span> - Method in class net.jini.id.<a href="net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this <code>Uuid</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/iiop/IiopExporter.html#toString--">toString()</a></span> - Method in class net.jini.iiop.<a href="net/jini/iiop/IiopExporter.html" title="class in net.jini.iiop">IiopExporter</a></dt> | |
| <dd> | |
| <div class="block">Returns the string representation for this exporter.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/AbstractILFactory.html#toString--">toString()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/AbstractILFactory.html" title="class in net.jini.jeri">AbstractILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation for this factory.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicILFactory.html#toString--">toString()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicILFactory.html" title="class in net.jini.jeri">BasicILFactory</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this factory.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#toString--">toString()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this | |
| <code>BasicInvocationHandler</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriExporter.html#toString--">toString()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicJeriExporter.html" title="class in net.jini.jeri">BasicJeriExporter</a></dt> | |
| <dd> | |
| <div class="block">Returns the string representation for this exporter.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicObjectEndpoint.html#toString--">toString()</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicObjectEndpoint.html" title="class in net.jini.jeri">BasicObjectEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this | |
| <code>BasicObjectEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpEndpoint.html#toString--">toString()</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpEndpoint.html" title="class in net.jini.jeri.http">HttpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this | |
| <code>HttpEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/http/HttpServerEndpoint.html#toString--">toString()</a></span> - Method in class net.jini.jeri.http.<a href="net/jini/jeri/http/HttpServerEndpoint.html" title="class in net.jini.jeri.http">HttpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this | |
| <code>HttpServerEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosEndpoint.html#toString--">toString()</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this endpoint.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html#toString--">toString()</a></span> - Method in class net.jini.jeri.kerberos.<a href="net/jini/jeri/kerberos/KerberosServerEndpoint.html" title="class in net.jini.jeri.kerberos">KerberosServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/ConfidentialityStrength.html#toString--">toString()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/ConfidentialityStrength.html" title="class in net.jini.jeri.ssl">ConfidentialityStrength</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsEndpoint.html#toString--">toString()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsEndpoint.html" title="class in net.jini.jeri.ssl">HttpsEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/HttpsServerEndpoint.html#toString--">toString()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/HttpsServerEndpoint.html" title="class in net.jini.jeri.ssl">HttpsServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslEndpoint.html#toString--">toString()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslEndpoint.html" title="class in net.jini.jeri.ssl">SslEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/SslServerEndpoint.html#toString--">toString()</a></span> - Method in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/SslServerEndpoint.html" title="class in net.jini.jeri.ssl">SslServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpEndpoint.html#toString--">toString()</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpEndpoint.html" title="class in net.jini.jeri.tcp">TcpEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this | |
| <code>TcpEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/tcp/TcpServerEndpoint.html#toString--">toString()</a></span> - Method in class net.jini.jeri.tcp.<a href="net/jini/jeri/tcp/TcpServerEndpoint.html" title="class in net.jini.jeri.tcp">TcpServerEndpoint</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this | |
| <code>TcpServerEndpoint</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jrmp/JrmpExporter.html#toString--">toString()</a></span> - Method in class net.jini.jrmp.<a href="net/jini/jrmp/JrmpExporter.html" title="class in net.jini.jrmp">JrmpExporter</a></dt> | |
| <dd> | |
| <div class="block">Returns the string representation for this exporter.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/loader/pref/PreferredClassLoader.html#toString--">toString()</a></span> - Method in class net.jini.loader.pref.<a href="net/jini/loader/pref/PreferredClassLoader.html" title="class in net.jini.loader.pref">PreferredClassLoader</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this class loader.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#toString--">toString()</a></span> - Method in class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/BasicUntrustedObjectSecurityContext.html#toString--">toString()</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/BasicUntrustedObjectSecurityContext.html" title="class in net.jini.security.proxytrust">BasicUntrustedObjectSecurityContext</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html#toString--">toString()</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustInvocationHandler.html" title="class in net.jini.security.proxytrust">ProxyTrustInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/VerifyingProxyPreparer.html#toString--">toString()</a></span> - Method in class net.jini.security.<a href="net/jini/security/VerifyingProxyPreparer.html" title="class in net.jini.security">VerifyingProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Returns a string representation of this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceMatches.html#totalMatches">totalMatches</a></span> - Variable in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceMatches.html" title="class in net.jini.core.lookup">ServiceMatches</a></dt> | |
| <dd> | |
| <div class="block">Total number of matching items.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/NestableTransaction.Created.html#transaction">transaction</a></span> - Variable in class net.jini.core.transaction.<a href="net/jini/core/transaction/NestableTransaction.Created.html" title="class in net.jini.core.transaction">NestableTransaction.Created</a></dt> | |
| <dd> | |
| <div class="block">The transaction.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/Transaction.html" title="interface in net.jini.core.transaction"><span class="typeNameLink">Transaction</span></a> - Interface in <a href="net/jini/core/transaction/package-summary.html">net.jini.core.transaction</a></dt> | |
| <dd> | |
| <div class="block">Interface for classes representing transactions returned by | |
| <code>TransactionManager</code> servers for use with transaction | |
| participants that implement the default transaction semantics.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/Transaction.Created.html#transaction">transaction</a></span> - Variable in class net.jini.core.transaction.<a href="net/jini/core/transaction/Transaction.Created.html" title="class in net.jini.core.transaction">Transaction.Created</a></dt> | |
| <dd> | |
| <div class="block">The transaction.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/Transaction.Created.html" title="class in net.jini.core.transaction"><span class="typeNameLink">Transaction.Created</span></a> - Class in <a href="net/jini/core/transaction/package-summary.html">net.jini.core.transaction</a></dt> | |
| <dd> | |
| <div class="block">Class that holds return values from create methods.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/server/TransactionConstants.html" title="interface in net.jini.core.transaction.server"><span class="typeNameLink">TransactionConstants</span></a> - Interface in <a href="net/jini/core/transaction/server/package-summary.html">net.jini.core.transaction.server</a></dt> | |
| <dd> | |
| <div class="block">Constants common to transaction managers and participants.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/TransactionException.html" title="class in net.jini.core.transaction"><span class="typeNameLink">TransactionException</span></a> - Exception in <a href="net/jini/core/transaction/package-summary.html">net.jini.core.transaction</a></dt> | |
| <dd> | |
| <div class="block">Base class for exceptions thrown during a transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/TransactionException.html#TransactionException-java.lang.String-">TransactionException(String)</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/TransactionException.html" title="class in net.jini.core.transaction">TransactionException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with a detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/TransactionException.html#TransactionException--">TransactionException()</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/TransactionException.html" title="class in net.jini.core.transaction">TransactionException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with no detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/TransactionException.html#TransactionException-java.lang.String-java.lang.Throwable-">TransactionException(String, Throwable)</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/TransactionException.html" title="class in net.jini.core.transaction">TransactionException</a></dt> | |
| <dd> </dd> | |
| <dt><a href="net/jini/core/transaction/TransactionFactory.html" title="class in net.jini.core.transaction"><span class="typeNameLink">TransactionFactory</span></a> - Class in <a href="net/jini/core/transaction/package-summary.html">net.jini.core.transaction</a></dt> | |
| <dd> | |
| <div class="block">Factory methods for creating top-level transactions.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/server/TransactionManager.html" title="interface in net.jini.core.transaction.server"><span class="typeNameLink">TransactionManager</span></a> - Interface in <a href="net/jini/core/transaction/server/package-summary.html">net.jini.core.transaction.server</a></dt> | |
| <dd> | |
| <div class="block">The interface used for managers of the two-phase commit protocol for | |
| top-level transactions.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/server/TransactionManager.Created.html" title="class in net.jini.core.transaction.server"><span class="typeNameLink">TransactionManager.Created</span></a> - Class in <a href="net/jini/core/transaction/server/package-summary.html">net.jini.core.transaction.server</a></dt> | |
| <dd> | |
| <div class="block">Class that holds return values from create methods.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/server/TransactionParticipant.html" title="interface in net.jini.core.transaction.server"><span class="typeNameLink">TransactionParticipant</span></a> - Interface in <a href="net/jini/core/transaction/server/package-summary.html">net.jini.core.transaction.server</a></dt> | |
| <dd> | |
| <div class="block">The interface used for participants of the two-phase commit protocol.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceEvent.html#transition">transition</a></span> - Variable in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceEvent.html" title="class in net.jini.core.lookup">ServiceEvent</a></dt> | |
| <dd> | |
| <div class="block">One of ServiceRegistrar.TRANSITION_*MATCH_*MATCH.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistrar.html#TRANSITION_MATCH_MATCH">TRANSITION_MATCH_MATCH</a></span> - Static variable in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistrar.html" title="interface in net.jini.core.lookup">ServiceRegistrar</a></dt> | |
| <dd> | |
| <div class="block">An event is sent when the changed item matches the template both | |
| before and after the operation.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistrar.html#TRANSITION_MATCH_NOMATCH">TRANSITION_MATCH_NOMATCH</a></span> - Static variable in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistrar.html" title="interface in net.jini.core.lookup">ServiceRegistrar</a></dt> | |
| <dd> | |
| <div class="block">An event is sent when the changed item matches the template before | |
| the operation, but doesn't match the template after the operation | |
| (this includes deletion of the item).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceRegistrar.html#TRANSITION_NOMATCH_MATCH">TRANSITION_NOMATCH_MATCH</a></span> - Static variable in interface net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceRegistrar.html" title="interface in net.jini.core.lookup">ServiceRegistrar</a></dt> | |
| <dd> | |
| <div class="block">An event is sent when the changed item doesn't match the template | |
| before the operation (this includes not existing), but does match | |
| the template after the operation.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/proxytrust/TrustEquivalence.html" title="interface in net.jini.security.proxytrust"><span class="typeNameLink">TrustEquivalence</span></a> - Interface in <a href="net/jini/security/proxytrust/package-summary.html">net.jini.security.proxytrust</a></dt> | |
| <dd> | |
| <div class="block">Defines an interface for checking that an object (that is not yet known to | |
| be trusted) is equivalent in trust, content, and function to a known | |
| trusted object.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/TrustVerifier.html" title="interface in net.jini.security"><span class="typeNameLink">TrustVerifier</span></a> - Interface in <a href="net/jini/security/package-summary.html">net.jini.security</a></dt> | |
| <dd> | |
| <div class="block">Defines the interface for trust verifiers used by | |
| <a href="net/jini/security/Security.html#verifyObjectTrust-java.lang.Object-java.lang.ClassLoader-java.util.Collection-"><code>Security.verifyObjectTrust</code></a>, allowing | |
| the objects that are trusted to be extended.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/TrustVerifier.Context.html" title="interface in net.jini.security"><span class="typeNameLink">TrustVerifier.Context</span></a> - Interface in <a href="net/jini/security/package-summary.html">net.jini.security</a></dt> | |
| <dd> | |
| <div class="block">Defines the context for trust verification used by | |
| <a href="net/jini/security/TrustVerifier.html" title="interface in net.jini.security"><code>TrustVerifier</code></a> instances and <a href="net/jini/security/Security.html#verifyObjectTrust-java.lang.Object-java.lang.ClassLoader-java.util.Collection-"><code>Security.verifyObjectTrust</code></a>.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:U"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">U</h2> | |
| <dl> | |
| <dt><a href="net/jini/security/policy/UmbrellaGrantPermission.html" title="class in net.jini.security.policy"><span class="typeNameLink">UmbrellaGrantPermission</span></a> - Class in <a href="net/jini/security/policy/package-summary.html">net.jini.security.policy</a></dt> | |
| <dd> | |
| <div class="block">Permission that is specially intepreted by <a href="net/jini/security/policy/PolicyFileProvider.html" title="class in net.jini.security.policy"><code>PolicyFileProvider</code></a> as | |
| shorthand for a <a href="net/jini/security/GrantPermission.html" title="class in net.jini.security"><code>GrantPermission</code></a> | |
| covering all permissions authorized to a given protection domain.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/policy/UmbrellaGrantPermission.html#UmbrellaGrantPermission--">UmbrellaGrantPermission()</a></span> - Constructor for class net.jini.security.policy.<a href="net/jini/security/policy/UmbrellaGrantPermission.html" title="class in net.jini.security.policy">UmbrellaGrantPermission</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>UmbrellaGrantPermission</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/activation/ActivationExporter.html#unexport-boolean-">unexport(boolean)</a></span> - Method in class net.jini.activation.<a href="net/jini/activation/ActivationExporter.html" title="class in net.jini.activation">ActivationExporter</a></dt> | |
| <dd> | |
| <div class="block">Unexports the activatable remote object that was previously exported | |
| via the <code>export</code> method of the underlying exporter | |
| supplied during construction of this exporter.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/export/Exporter.html#unexport-boolean-">unexport(boolean)</a></span> - Method in interface net.jini.export.<a href="net/jini/export/Exporter.html" title="interface in net.jini.export">Exporter</a></dt> | |
| <dd> | |
| <div class="block">Unexports the remote object that was exported by this | |
| <code>Exporter</code> such that it will no longer receive remote | |
| method invocations that were made possible as a result of exporting | |
| it with this <code>Exporter</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/iiop/IiopExporter.html#unexport-boolean-">unexport(boolean)</a></span> - Method in class net.jini.iiop.<a href="net/jini/iiop/IiopExporter.html" title="class in net.jini.iiop">IiopExporter</a></dt> | |
| <dd> | |
| <div class="block">Unexports the remote object exported via this exporter's | |
| <a href="net/jini/iiop/IiopExporter.html#export-java.rmi.Remote-"><code>IiopExporter.export(java.rmi.Remote)</code></a> method such that the object can no longer | |
| accept incoming remote calls that were possible as a result of | |
| exporting via this exporter.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicJeriExporter.html#unexport-boolean-">unexport(boolean)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicJeriExporter.html" title="class in net.jini.jeri">BasicJeriExporter</a></dt> | |
| <dd> | |
| <div class="block">Unexports the remote object exported via the exporter's | |
| <a href="net/jini/jeri/BasicJeriExporter.html#export-java.rmi.Remote-"><code>export</code></a> method such that incoming remote calls | |
| to the object identifier in this exporter are no longer accepted | |
| through the server endpoint in this exporter.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jrmp/JrmpExporter.html#unexport-boolean-">unexport(boolean)</a></span> - Method in class net.jini.jrmp.<a href="net/jini/jrmp/JrmpExporter.html" title="class in net.jini.jrmp">JrmpExporter</a></dt> | |
| <dd> | |
| <div class="block">Unexports the remote object exported via this exporter's | |
| <code>export</code> method such that the object can no longer | |
| accept incoming remote calls that were possible as a result of | |
| exporting via this exporter.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/proxytrust/ProxyTrustExporter.html#unexport-boolean-">unexport(boolean)</a></span> - Method in class net.jini.security.proxytrust.<a href="net/jini/security/proxytrust/ProxyTrustExporter.html" title="class in net.jini.security.proxytrust">ProxyTrustExporter</a></dt> | |
| <dd> | |
| <div class="block">Unexports the remote objects that were previously exported via this | |
| exporter.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/event/UnknownEventException.html" title="class in net.jini.core.event"><span class="typeNameLink">UnknownEventException</span></a> - Exception in <a href="net/jini/core/event/package-summary.html">net.jini.core.event</a></dt> | |
| <dd> | |
| <div class="block">An exception thrown when the recipient of a RemoteEvent does not recognize | |
| the combination of the event identifier and the event source as something | |
| in which it is interested.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/UnknownEventException.html#UnknownEventException-java.lang.String-">UnknownEventException(String)</a></span> - Constructor for exception net.jini.core.event.<a href="net/jini/core/event/UnknownEventException.html" title="class in net.jini.core.event">UnknownEventException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an UnknownEventException with the specified detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/event/UnknownEventException.html#UnknownEventException--">UnknownEventException()</a></span> - Constructor for exception net.jini.core.event.<a href="net/jini/core/event/UnknownEventException.html" title="class in net.jini.core.event">UnknownEventException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an UnknownEventException with no detail message.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/lease/UnknownLeaseException.html" title="class in net.jini.core.lease"><span class="typeNameLink">UnknownLeaseException</span></a> - Exception in <a href="net/jini/core/lease/package-summary.html">net.jini.core.lease</a></dt> | |
| <dd> | |
| <div class="block">An exception used to indicate that a lease is not known to the grantor | |
| of the lease.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/UnknownLeaseException.html#UnknownLeaseException--">UnknownLeaseException()</a></span> - Constructor for exception net.jini.core.lease.<a href="net/jini/core/lease/UnknownLeaseException.html" title="class in net.jini.core.lease">UnknownLeaseException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an UnknownLeaseException with no detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lease/UnknownLeaseException.html#UnknownLeaseException-java.lang.String-">UnknownLeaseException(String)</a></span> - Constructor for exception net.jini.core.lease.<a href="net/jini/core/lease/UnknownLeaseException.html" title="class in net.jini.core.lease">UnknownLeaseException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an UnknownLeaseException with the specified detail message.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction"><span class="typeNameLink">UnknownTransactionException</span></a> - Exception in <a href="net/jini/core/transaction/package-summary.html">net.jini.core.transaction</a></dt> | |
| <dd> | |
| <div class="block">Exception thrown when a transaction is not recognized as a valid | |
| or known transaction.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/UnknownTransactionException.html#UnknownTransactionException-java.lang.String-">UnknownTransactionException(String)</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with a detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/UnknownTransactionException.html#UnknownTransactionException--">UnknownTransactionException()</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an instance with no detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/UnknownTransactionException.html#UnknownTransactionException-java.lang.String-java.lang.Throwable-">UnknownTransactionException(String, Throwable)</a></span> - Constructor for exception net.jini.core.transaction.<a href="net/jini/core/transaction/UnknownTransactionException.html" title="class in net.jini.core.transaction">UnknownTransactionException</a></dt> | |
| <dd> </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationDispatcher.html#unmarshalArguments-java.rmi.Remote-java.lang.reflect.Method-java.io.ObjectInputStream-java.util.Collection-">unmarshalArguments(Remote, Method, ObjectInputStream, Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationDispatcher.html" title="class in net.jini.jeri">BasicInvocationDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Unmarshals the arguments for the specified remote <code>method</code> | |
| from the specified marshal input stream, <code>in</code>, and returns an | |
| <code>Object</code> array containing the arguments read.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationDispatcher.html#unmarshalMethod-java.rmi.Remote-java.io.ObjectInputStream-java.util.Collection-">unmarshalMethod(Remote, ObjectInputStream, Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationDispatcher.html" title="class in net.jini.jeri">BasicInvocationDispatcher</a></dt> | |
| <dd> | |
| <div class="block">Unmarshals a method representation from the marshal input stream, | |
| <code>in</code>, and returns the <code>Method</code> object | |
| corresponding to that representation.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#unmarshalReturn-java.lang.Object-java.lang.reflect.Method-java.io.ObjectInputStream-java.util.Collection-">unmarshalReturn(Object, Method, ObjectInputStream, Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Unmarshals the return value for the specified remote method from the | |
| incoming response stream, <code>in</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/BasicInvocationHandler.html#unmarshalThrow-java.lang.Object-java.lang.reflect.Method-java.io.ObjectInputStream-java.util.Collection-">unmarshalThrow(Object, Method, ObjectInputStream, Collection)</a></span> - Method in class net.jini.jeri.<a href="net/jini/jeri/BasicInvocationHandler.html" title="class in net.jini.jeri">BasicInvocationHandler</a></dt> | |
| <dd> | |
| <div class="block">Unmarshals the throwable for the specified remote method from the | |
| incoming response stream, <code>in</code>, and returns the result.</div> | |
| </dd> | |
| <dt><a href="net/jini/io/UnsupportedConstraintException.html" title="class in net.jini.io"><span class="typeNameLink">UnsupportedConstraintException</span></a> - Exception in <a href="net/jini/io/package-summary.html">net.jini.io</a></dt> | |
| <dd> | |
| <div class="block">Typically used as the nested exception of a | |
| <a href="http://docs.oracle.com/javase/6/docs/api/java/rmi/ConnectIOException.html?is-external=true" title="class or interface in java.rmi"><code>ConnectIOException</code></a> if the constraints for a remote call | |
| cannot be satisfied.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/UnsupportedConstraintException.html#UnsupportedConstraintException-java.lang.String-">UnsupportedConstraintException(String)</a></span> - Constructor for exception net.jini.io.<a href="net/jini/io/UnsupportedConstraintException.html" title="class in net.jini.io">UnsupportedConstraintException</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified detail message.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/UnsupportedConstraintException.html#UnsupportedConstraintException-java.lang.String-java.lang.Throwable-">UnsupportedConstraintException(String, Throwable)</a></span> - Constructor for exception net.jini.io.<a href="net/jini/io/UnsupportedConstraintException.html" title="class in net.jini.io">UnsupportedConstraintException</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified detail message and cause.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/proxytrust/UntrustedObjectSecurityContext.html" title="interface in net.jini.security.proxytrust"><span class="typeNameLink">UntrustedObjectSecurityContext</span></a> - Interface in <a href="net/jini/security/proxytrust/package-summary.html">net.jini.security.proxytrust</a></dt> | |
| <dd> | |
| <div class="block">A trust verifier context element that provides a security context | |
| to use to restrict privileges when invoking methods on untrusted objects.</div> | |
| </dd> | |
| <dt><a href="net/jini/entry/UnusableEntriesException.html" title="class in net.jini.entry"><span class="typeNameLink">UnusableEntriesException</span></a> - Exception in <a href="net/jini/entry/package-summary.html">net.jini.entry</a></dt> | |
| <dd> | |
| <div class="block">Thrown from methods that normally return a collection of <a href="net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry"><code>Entry</code></a> instances when one or more of the entries can't be | |
| unmarshalled.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/entry/UnusableEntriesException.html#UnusableEntriesException-java.lang.String-java.util.Collection-java.util.Collection-">UnusableEntriesException(String, Collection, Collection)</a></span> - Constructor for exception net.jini.entry.<a href="net/jini/entry/UnusableEntriesException.html" title="class in net.jini.entry">UnusableEntriesException</a></dt> | |
| <dd> | |
| <div class="block">Constructs an <code>UnusableEntriesException</code> with | |
| the given message, <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util"><code>Collection</code></a> of entries that could | |
| be unmarshalled, and <code>Collection</code> of <a href="net/jini/core/entry/UnusableEntryException.html" title="class in net.jini.core.entry"><code>UnusableEntryException</code></a>s, detailing for each unusable | |
| <a href="net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry"><code>Entry</code></a> why it could not be unmarshalled.</div> | |
| </dd> | |
| <dt><a href="net/jini/core/entry/UnusableEntryException.html" title="class in net.jini.core.entry"><span class="typeNameLink">UnusableEntryException</span></a> - Exception in <a href="net/jini/core/entry/package-summary.html">net.jini.core.entry</a></dt> | |
| <dd> | |
| <div class="block">Thrown when one tries to get an <code>Entry</code> from a service, | |
| but the entry is unusable (due to serialization or other errors).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/entry/UnusableEntryException.html#UnusableEntryException-net.jini.core.entry.Entry-java.lang.String:A-java.lang.Throwable:A-">UnusableEntryException(Entry, String[], Throwable[])</a></span> - Constructor for exception net.jini.core.entry.<a href="net/jini/core/entry/UnusableEntryException.html" title="class in net.jini.core.entry">UnusableEntryException</a></dt> | |
| <dd> | |
| <div class="block">Create an exception for the given partial entry and vectors of | |
| bad field names/nested exception pairs.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/entry/UnusableEntryException.html#UnusableEntryException-java.lang.Throwable-">UnusableEntryException(Throwable)</a></span> - Constructor for exception net.jini.core.entry.<a href="net/jini/core/entry/UnusableEntryException.html" title="class in net.jini.core.entry">UnusableEntryException</a></dt> | |
| <dd> | |
| <div class="block">Create an exception for a nested exception that prevented even an | |
| attempt to build an entry.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/entry/UnusableEntryException.html#unusableFields">unusableFields</a></span> - Variable in exception net.jini.core.entry.<a href="net/jini/core/entry/UnusableEntryException.html" title="class in net.jini.core.entry">UnusableEntryException</a></dt> | |
| <dd> | |
| <div class="block">The names of the unusable fields.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalInputStream.html#useCodebaseAnnotations--">useCodebaseAnnotations()</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalInputStream.html" title="class in net.jini.io">MarshalInputStream</a></dt> | |
| <dd> | |
| <div class="block">Enables the use of codebase annotation strings written by the | |
| corresponding <code>MarshalOutputStream</code>.</div> | |
| </dd> | |
| <dt><a href="net/jini/id/Uuid.html" title="class in net.jini.id"><span class="typeNameLink">Uuid</span></a> - Class in <a href="net/jini/id/package-summary.html">net.jini.id</a></dt> | |
| <dd> | |
| <div class="block">A 128-bit value to serve as a universally unique identifier.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/Uuid.html#Uuid-long-long-">Uuid(long, long)</a></span> - Constructor for class net.jini.id.<a href="net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a></dt> | |
| <dd> | |
| <div class="block">Creates a new <code>Uuid</code> with the specified 128-bit | |
| value.</div> | |
| </dd> | |
| <dt><a href="net/jini/id/UuidFactory.html" title="class in net.jini.id"><span class="typeNameLink">UuidFactory</span></a> - Class in <a href="net/jini/id/package-summary.html">net.jini.id</a></dt> | |
| <dd> | |
| <div class="block">Provides static methods for creating <a href="net/jini/id/Uuid.html" title="class in net.jini.id"><code>Uuid</code></a> instances.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:V"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">V</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/AbstractConfiguration.html#validIdentifier-java.lang.String-">validIdentifier(String)</a></span> - Static method in class net.jini.config.<a href="net/jini/config/AbstractConfiguration.html" title="class in net.jini.config">AbstractConfiguration</a></dt> | |
| <dd> | |
| <div class="block">Checks if the argument is a valid <i>Identifier</i>, as defined in the | |
| <i>Java(TM) Language Specification</i>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/config/AbstractConfiguration.html#validQualifiedIdentifier-java.lang.String-">validQualifiedIdentifier(String)</a></span> - Static method in class net.jini.config.<a href="net/jini/config/AbstractConfiguration.html" title="class in net.jini.config">AbstractConfiguration</a></dt> | |
| <dd> | |
| <div class="block">Checks if the argument is a valid <i>QualifiedIdentifier</i>, as defined | |
| in the <i>Java Language Specification</i>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#verify">verify</a></span> - Variable in class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Whether to verify if proxies are trusted.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/BasicProxyPreparer.html#verify-java.lang.Object-">verify(Object)</a></span> - Method in class net.jini.security.<a href="net/jini/security/BasicProxyPreparer.html" title="class in net.jini.security">BasicProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Verifies that the proxy is trusted.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/Security.html#verifyCodebaseIntegrity-java.lang.String-java.lang.ClassLoader-">verifyCodebaseIntegrity(String, ClassLoader)</a></span> - Static method in class net.jini.security.<a href="net/jini/security/Security.html" title="class in net.jini.security">Security</a></dt> | |
| <dd> | |
| <div class="block">Verifies that the URLs in the specified codebase all provide content | |
| integrity, using verifiers from the specified class loader.</div> | |
| </dd> | |
| <dt><a href="net/jini/security/VerifyingProxyPreparer.html" title="class in net.jini.security"><span class="typeNameLink">VerifyingProxyPreparer</span></a> - Class in <a href="net/jini/security/package-summary.html">net.jini.security</a></dt> | |
| <dd> | |
| <div class="block">A <code>ProxyPreparer</code> for verifying that proxies are trusted, | |
| dynamically granting permissions to trusted proxies, and optionally | |
| setting the client constraints on trusted proxies.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/VerifyingProxyPreparer.html#VerifyingProxyPreparer-java.lang.Object:A-java.security.Permission:A-">VerifyingProxyPreparer(Object[], Permission[])</a></span> - Constructor for class net.jini.security.<a href="net/jini/security/VerifyingProxyPreparer.html" title="class in net.jini.security">VerifyingProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Creates a proxy preparer that verifies proxies using the context | |
| class loader and specified trust verifier context elements, dynamically | |
| grants the specified permissions to trusted proxies for the principals | |
| of the preparing thread's subject, and returns trusted proxies with | |
| their client constraints set to the constraints specified as a trust | |
| verifier context element.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/VerifyingProxyPreparer.html#VerifyingProxyPreparer-java.lang.ClassLoader-java.lang.Object:A-java.security.Principal:A-java.security.Permission:A-">VerifyingProxyPreparer(ClassLoader, Object[], Principal[], Permission[])</a></span> - Constructor for class net.jini.security.<a href="net/jini/security/VerifyingProxyPreparer.html" title="class in net.jini.security">VerifyingProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Creates a proxy preparer that verifies proxies using the specified | |
| class loader and trust verifier context elements, dynamically grants | |
| the specified permissions to trusted proxies for the specified | |
| principals, and returns trusted proxies with their client constraints | |
| set to the constraints specified as a trust verifier context element.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/VerifyingProxyPreparer.html#VerifyingProxyPreparer-boolean-java.lang.ClassLoader-java.lang.Object:A-java.security.Principal:A-java.security.Permission:A-">VerifyingProxyPreparer(boolean, ClassLoader, Object[], Principal[], Permission[])</a></span> - Constructor for class net.jini.security.<a href="net/jini/security/VerifyingProxyPreparer.html" title="class in net.jini.security">VerifyingProxyPreparer</a></dt> | |
| <dd> | |
| <div class="block">Creates a proxy preparer that verifies proxies using the specified | |
| class loader and trust verifier context elements (optionally with | |
| the proxy's client constraints as an additional context element), | |
| dynamically grants the specified permissions to trusted proxies for the | |
| specified principals, and returns trusted proxies with their original | |
| client constraints intact.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/Security.html#verifyObjectTrust-java.lang.Object-java.lang.ClassLoader-java.util.Collection-">verifyObjectTrust(Object, ClassLoader, Collection)</a></span> - Static method in class net.jini.security.<a href="net/jini/security/Security.html" title="class in net.jini.security">Security</a></dt> | |
| <dd> | |
| <div class="block">Verifies that the specified object can be trusted to correctly implement | |
| its contract, using verifiers from the specified class loader and | |
| using the specified collection of context objects as necessary.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/transaction/server/TransactionConstants.html#VOTING">VOTING</a></span> - Static variable in interface net.jini.core.transaction.server.<a href="net/jini/core/transaction/server/TransactionConstants.html" title="interface in net.jini.core.transaction.server">TransactionConstants</a></dt> | |
| <dd> | |
| <div class="block">Transaction is determining if it can be committed.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:W"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">W</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/ssl/ConfidentialityStrength.html#WEAK">WEAK</a></span> - Static variable in class net.jini.jeri.ssl.<a href="net/jini/jeri/ssl/ConfidentialityStrength.html" title="class in net.jini.jeri.ssl">ConfidentialityStrength</a></dt> | |
| <dd> | |
| <div class="block">If confidentiality of message contents is ensured, then use weak | |
| confidentiality for message contents.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/SecurityContext.html#wrap-java.security.PrivilegedAction-">wrap(PrivilegedAction<T>)</a></span> - Method in interface net.jini.security.<a href="net/jini/security/SecurityContext.html" title="interface in net.jini.security">SecurityContext</a></dt> | |
| <dd> | |
| <div class="block">Returns a security context-restoring <code>PrivilegedAction</code> that | |
| wraps the given action, or returns the action itself if the security | |
| context does not include any non-<code>AccessControlContext</code> state | |
| to restore.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/security/SecurityContext.html#wrap-java.security.PrivilegedExceptionAction-">wrap(PrivilegedExceptionAction<T>)</a></span> - Method in interface net.jini.security.<a href="net/jini/security/SecurityContext.html" title="interface in net.jini.security">SecurityContext</a></dt> | |
| <dd> | |
| <div class="block">Returns a security context-restoring | |
| <code>PrivilegedExceptionAction</code> that wraps the given action, or | |
| returns the action itself if the security context does not include any | |
| non-<code>AccessControlContext</code> state to restore.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/Uuid.html#write-java.io.OutputStream-">write(OutputStream)</a></span> - Method in class net.jini.id.<a href="net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a></dt> | |
| <dd> | |
| <div class="block">Marshals a binary representation of this <code>Uuid</code> to | |
| an <code>OutputStream</code>.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/JavaSpace.html#write-net.jini.core.entry.Entry-net.jini.core.transaction.Transaction-long-">write(Entry, Transaction, long)</a></span> - Method in interface net.jini.space.<a href="net/jini/space/JavaSpace.html" title="interface in net.jini.space">JavaSpace</a></dt> | |
| <dd> | |
| <div class="block">Write a new entry into the space.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/space/JavaSpace05.html#write-java.util.List-net.jini.core.transaction.Transaction-java.util.List-">write(List, Transaction, List)</a></span> - Method in interface net.jini.space.<a href="net/jini/space/JavaSpace05.html" title="interface in net.jini.space">JavaSpace05</a></dt> | |
| <dd> | |
| <div class="block">This method provides an overload of the <a href="net/jini/space/JavaSpace.html#write-net.jini.core.entry.Entry-net.jini.core.transaction.Transaction-long-"><code>JavaSpace.write</code></a> method that allows new | |
| copies of multiple <a href="net/jini/core/entry/Entry.html" title="interface in net.jini.core.entry"><code>Entry</code></a> instances to be stored in | |
| the space using a single call.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/io/MarshalOutputStream.html#writeAnnotation-java.lang.String-">writeAnnotation(String)</a></span> - Method in class net.jini.io.<a href="net/jini/io/MarshalOutputStream.html" title="class in net.jini.io">MarshalOutputStream</a></dt> | |
| <dd> | |
| <div class="block">Writes a class annotation string value (possibly | |
| <code>null</code>) to be read by a corresponding | |
| <code>MarshalInputStream</code> implementation.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/lookup/ServiceID.html#writeBytes-java.io.DataOutput-">writeBytes(DataOutput)</a></span> - Method in class net.jini.core.lookup.<a href="net/jini/core/lookup/ServiceID.html" title="class in net.jini.core.lookup">ServiceID</a></dt> | |
| <dd> | |
| <div class="block">Writes out 16 bytes in standard network byte order.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/id/Uuid.html#writeReplace--">writeReplace()</a></span> - Method in class net.jini.id.<a href="net/jini/id/Uuid.html" title="class in net.jini.id">Uuid</a></dt> | |
| <dd> | |
| <div class="block">Returns this object.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/jeri/connection/Connection.html#writeRequestData-net.jini.jeri.connection.OutboundRequestHandle-java.io.OutputStream-">writeRequestData(OutboundRequestHandle, OutputStream)</a></span> - Method in interface net.jini.jeri.connection.<a href="net/jini/jeri/connection/Connection.html" title="interface in net.jini.jeri.connection">Connection</a></dt> | |
| <dd> | |
| <div class="block">Writes to the specified stream any per-request data required by | |
| this connection for a request with the specified handle.</div> | |
| </dd> | |
| <dt><a href="net/jini/url/httpmd/WrongMessageDigestException.html" title="class in net.jini.url.httpmd"><span class="typeNameLink">WrongMessageDigestException</span></a> - Exception in <a href="net/jini/url/httpmd/package-summary.html">net.jini.url.httpmd</a></dt> | |
| <dd> | |
| <div class="block">Thrown when the message digest for data retrieved from an HTTPMD URL does | |
| not match the value specified in the URL.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/url/httpmd/WrongMessageDigestException.html#WrongMessageDigestException-java.lang.String-">WrongMessageDigestException(String)</a></span> - Constructor for exception net.jini.url.httpmd.<a href="net/jini/url/httpmd/WrongMessageDigestException.html" title="class in net.jini.url.httpmd">WrongMessageDigestException</a></dt> | |
| <dd> | |
| <div class="block">Creates an instance with the specified detail message.</div> | |
| </dd> | |
| </dl> | |
| <a name="I:Y"> | |
| <!-- --> | |
| </a> | |
| <h2 class="title">Y</h2> | |
| <dl> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ClientAuthentication.html#YES">YES</a></span> - Static variable in class net.jini.core.constraint.<a href="net/jini/core/constraint/ClientAuthentication.html" title="class in net.jini.core.constraint">ClientAuthentication</a></dt> | |
| <dd> | |
| <div class="block">Authenticate the client to the server.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/Confidentiality.html#YES">YES</a></span> - Static variable in class net.jini.core.constraint.<a href="net/jini/core/constraint/Confidentiality.html" title="class in net.jini.core.constraint">Confidentiality</a></dt> | |
| <dd> | |
| <div class="block">Transmit message contents so that they cannot easily be interpreted by | |
| third parties (typically by using encryption).</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/Delegation.html#YES">YES</a></span> - Static variable in class net.jini.core.constraint.<a href="net/jini/core/constraint/Delegation.html" title="class in net.jini.core.constraint">Delegation</a></dt> | |
| <dd> | |
| <div class="block">If the client authenticates to the server, then delegate from the | |
| client to the server, such that the server receives credentials which | |
| allow it to authenticate using the | |
| client's identity in subsequent remote calls that the server makes | |
| or receives.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/Integrity.html#YES">YES</a></span> - Static variable in class net.jini.core.constraint.<a href="net/jini/core/constraint/Integrity.html" title="class in net.jini.core.constraint">Integrity</a></dt> | |
| <dd> | |
| <div class="block">Detect when message contents (both requests and replies) have been | |
| altered by third parties, and if detected, refuse to process the | |
| message and throw an exception.</div> | |
| </dd> | |
| <dt><span class="memberNameLink"><a href="net/jini/core/constraint/ServerAuthentication.html#YES">YES</a></span> - Static variable in class net.jini.core.constraint.<a href="net/jini/core/constraint/ServerAuthentication.html" title="class in net.jini.core.constraint">ServerAuthentication</a></dt> | |
| <dd> | |
| <div class="block">Authenticate the server to the client.</div> | |
| </dd> | |
| </dl> | |
| <a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:J">J</a> <a href="#I:K">K</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:V">V</a> <a href="#I:W">W</a> <a href="#I:Y">Y</a> </div> | |
| <!-- ======= 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>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_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> | |
| <a name="skip.navbar.bottom"> | |
| <!-- --> | |
| </a></div> | |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> | |
| </body> | |
| </html> |