Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.rmi.CORBA.Tie

Uses of Tie in javax.rmi.CORBA
 

Methods in javax.rmi.CORBA that return Tie
 Tie UtilDelegate.getTie(java.rmi.Remote target)
          Get the Tie that handles invocations on the given target.
static Tie Util.getTie(java.rmi.Remote target)
          Get the Tie that handles invocations on the given target.
 

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