Uses of Interface
javax.rmi.CORBA.Tie
Packages that use Tie
Package
Description
Contains portability APIs for RMI-IIOP.
-
Uses of Tie in com.sun.corba.ee.impl.javax.rmi.CORBA
Fields in com.sun.corba.ee.impl.javax.rmi.CORBA with type parameters of type TieModifier and TypeFieldDescriptionprivate static final IdentityHashMap<Remote, Tie> Util.exportedServantsMethods in com.sun.corba.ee.impl.javax.rmi.CORBA that return TieModifier and TypeMethodDescriptionReturns the tie (if any) for a given target object.private static TieAn unsynchronized version of getTie() for internal use.Methods in com.sun.corba.ee.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.ee.impl.presentation.rmi
Classes in com.sun.corba.ee.impl.presentation.rmi that implement TieMethods in com.sun.corba.ee.impl.presentation.rmi that return Tie -
Uses of Tie in com.sun.corba.ee.impl.util
Methods in com.sun.corba.ee.impl.util that return TieModifier and TypeMethodDescriptionstatic TieUtility.getAndForgetTie(Object stub) private static Tiestatic TieMethods in com.sun.corba.ee.impl.util with parameters of type TieModifier and TypeMethodDescriptionstatic RemoteUtility.loadStub(Tie tie, PresentationManager.StubFactory stubFactory, String remoteCodebase, boolean onlyMostDerived) Load an RMI-IIOP Stub given a Tie.private static StubEntryUtility.loadStubAndUpdateCache(Tie tie, PresentationManager.StubFactory stubFactory, String remoteCodebase, boolean onlyMostDerived) Load an RMI-IIOP Stub given a Tie, but do not look in the cache.static voidUtility.purgeStubForTie(Tie tie) static voidUtility.purgeTieAndServant(Tie tie) -
Uses of Tie in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.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.ee.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(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(Tie, Remote).