Uses of Interface
javax.rmi.CORBA.Tie

Packages that use Tie
javax.rmi.CORBA   
org.apache.yoko.rmi.impl   
 

Uses of Tie in javax.rmi.CORBA
 

Methods in javax.rmi.CORBA that return Tie
 Tie UtilDelegate.getTie(Remote t)
           
static Tie Util.getTie(Remote t)
           
 

Methods in javax.rmi.CORBA with parameters of type Tie
 void UtilDelegate.registerTarget(Tie tie, Remote target)
           
static void Util.registerTarget(Tie tie, Remote target)
           
 

Uses of Tie in org.apache.yoko.rmi.impl
 

Classes in org.apache.yoko.rmi.impl that implement Tie
 class RMIServant
           
 

Methods in org.apache.yoko.rmi.impl that return Tie
 Tie UtilImpl.getTie(Remote obj)
           
 

Methods in org.apache.yoko.rmi.impl with parameters of type Tie
 void UtilImpl.registerTarget(Tie tie, Remote obj)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.