Uses of Class
com.sun.jini.jeri.internal.runtime.Binding

Packages that use Binding
com.sun.jini.jeri.internal.runtime   
 

Uses of Binding in com.sun.jini.jeri.internal.runtime
 

Fields in com.sun.jini.jeri.internal.runtime with type parameters of type Binding
private  List<Binding> BasicExportTable.LC.bindings
           
private  java.util.concurrent.ConcurrentMap<SameClassKey,Binding> BasicExportTable.listenPool
          pool of endpoints that we're listening on: maps SameClassKey(ServerEndpoint.ListenEndpoint) to Binding.
 

Methods in com.sun.jini.jeri.internal.runtime that return Binding
private  Binding BasicExportTable.getBinding(ServerEndpoint.ListenEndpoint listenEndpoint)
          Returns the binding for the specified ListenEndpoint, by returning the one already in the listen pool, if any, or else by creating a new one.
 



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