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

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

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

Fields in com.sun.jini.jeri.internal.runtime declared as ObjectTable
private  ObjectTable BasicExportTable.objectTable
          underlying object table
private  ObjectTable Target.objTable
           
private  ObjectTable DgcRequestDispatcher.table
           
private  ObjectTable Binding.table
           
 

Methods in com.sun.jini.jeri.internal.runtime with parameters of type ObjectTable
(package private)  boolean DgcRequestDispatcher.forTable(ObjectTable table)
           
 

Constructors in com.sun.jini.jeri.internal.runtime with parameters of type ObjectTable
Binding(ServerEndpoint.ListenEndpoint listenEndpoint, ObjectTable table, java.util.concurrent.ConcurrentMap listenPool)
           
DgcRequestDispatcher(Unreferenced unrefCallback, ObjectTable table)
           
Target(Uuid id, DgcRequestDispatcher[] requestDispatchers, boolean allowDGC, boolean keepAlive, ObjectTable table, SecurityContext sc, ClassLoader contextCl, JvmLifeSupport counter)
          Construction must be directly followed by three calls.
 



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