Uses of Interface
javax.rmi.CORBA.Tie
Packages that use Tie
Package
Description
-
Uses of Tie in com.sun.corba.se.impl.javax.rmi.CORBA
Methods in com.sun.corba.se.impl.javax.rmi.CORBA that return TieModifier and TypeMethodDescriptionReturns the tie (if any) for a given target object.Methods in com.sun.corba.se.impl.javax.rmi.CORBA with parameters of type TieModifier and TypeMethodDescriptionprotected voidUtil.cleanUpTie(Tie cachedTie) voidUtil.registerTarget(Tie tie, Remote target) Registers a target for a tie. -
Uses of Tie in com.sun.corba.se.impl.presentation.rmi
Classes in com.sun.corba.se.impl.presentation.rmi that implement TieMethods in com.sun.corba.se.impl.presentation.rmi that return Tie -
Uses of Tie in com.sun.corba.se.impl.util
Methods in com.sun.corba.se.impl.util that return TieMethods in com.sun.corba.se.impl.util with parameters of type TieModifier and TypeMethodDescriptionstatic RemoteUtility.loadStub(Tie tie, PresentationManager.StubFactory stubFactory, String remoteCodebase, boolean onlyMostDerived) static voidUtility.purgeStubForTie(Tie tie) static voidUtility.purgeTieAndServant(Tie tie) -
Uses of Tie in com.sun.corba.se.spi.presentation.rmi
Methods in com.sun.corba.se.spi.presentation.rmi that return TieModifier and TypeMethodDescriptionPresentationManager.getTie()Equivalent to getStubFactoryFactory( true ).getTie( null ).Return a Tie for the given class.Methods in com.sun.corba.se.spi.presentation.rmi with parameters of type TieModifier and TypeMethodDescriptionstatic ObjectStubAdapter.activateTie(Tie tie) Given any Tie, return the corresponding object refernce, activating the Servant if necessary. -
Uses of Tie in javax.rmi.CORBA
Methods in javax.rmi.CORBA that return TieModifier and TypeMethodDescriptionstatic TieReturns the tie (if any) for a given target object.Delegation call forUtil.getTie(java.rmi.Remote).Methods in javax.rmi.CORBA with parameters of type TieModifier and TypeMethodDescriptionstatic voidUtil.registerTarget(Tie tie, Remote target) Registers a target for a tie.voidUtilDelegate.registerTarget(Tie tie, Remote target) Delegation call forUtil.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote).