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.exportedServants
Methods 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 Tie
An unsynchronized version of getTie() for internal use.Methods in com.sun.corba.ee.impl.javax.rmi.CORBA with parameters of type TieModifier and TypeMethodDescriptionprotected void
Util.cleanUpTie
(Tie cachedTie) void
Util.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 Tie
Utility.getAndForgetTie
(Object stub) private static Tie
static Tie
Methods in com.sun.corba.ee.impl.util with parameters of type TieModifier and TypeMethodDescriptionstatic Remote
Utility.loadStub
(Tie tie, PresentationManager.StubFactory stubFactory, String remoteCodebase, boolean onlyMostDerived) Load an RMI-IIOP Stub given a Tie.private static StubEntry
Utility.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 void
Utility.purgeStubForTie
(Tie tie) static void
Utility.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 Object
StubAdapter.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 Tie
Returns 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 void
Util.registerTarget
(Tie tie, Remote target) Registers a target for a tie.void
UtilDelegate.registerTarget
(Tie tie, Remote target) Delegation call forUtil.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote)
.