Uses of Interface
net.jini.jeri.ServerEndpoint.ListenEndpoint

Packages that use ServerEndpoint.ListenEndpoint
net.jini.jeri Provides the fundamental abstractions and standard implementation classes for Jini extensible remote invocation (Jini ERI). 
 

Uses of ServerEndpoint.ListenEndpoint in net.jini.jeri
 

Methods in net.jini.jeri with parameters of type ServerEndpoint.ListenEndpoint
 ServerEndpoint.ListenCookie ServerEndpoint.ListenContext.addListenEndpoint(ServerEndpoint.ListenEndpoint listenEndpoint)
          Adds listenEndpoint to this ListenContext's collection of ListenEndpoint instances for the ServerEndpoint it was passed to, starts a listen operation on listenEndpoint if necessary, and returns the ListenCookie for an active listen operation on listenEndpoint.
 



Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.