Uses of Interface
javax.rmi.CORBA.Tie
-
Packages that use Tie Package Description com.sun.corba.ee.impl.javax.rmi.CORBA com.sun.corba.ee.impl.presentation.rmi com.sun.corba.ee.impl.util com.sun.corba.ee.spi.presentation.rmi javax.rmi.CORBA 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 Tie Modifier and Type Field Description private static java.util.IdentityHashMap<java.rmi.Remote,Tie>Util. exportedServantsMethods in com.sun.corba.ee.impl.javax.rmi.CORBA that return Tie Modifier and Type Method Description TieUtil. getTie(java.rmi.Remote target)Returns the tie (if any) for a given target object.private static TieUtil. lookupTie(java.rmi.Remote target)An unsynchronized version of getTie() for internal use.Methods in com.sun.corba.ee.impl.javax.rmi.CORBA with parameters of type Tie Modifier and Type Method Description protected voidUtil. cleanUpTie(Tie cachedTie)voidUtil. registerTarget(Tie tie, java.rmi.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 Tie Modifier and Type Class Description classReflectiveTieMethods in com.sun.corba.ee.impl.presentation.rmi that return Tie Modifier and Type Method Description TiePresentationManagerImpl. getTie()TieStubFactoryFactoryDynamicBase. getTie(java.lang.Class cls)TieStubFactoryFactoryStaticImpl. getTie(java.lang.Class cls) -
Uses of Tie in com.sun.corba.ee.impl.util
Methods in com.sun.corba.ee.impl.util that return Tie Modifier and Type Method Description static TieUtility. getAndForgetTie(Object stub)private static TieUtility. loadTie(java.lang.Class theClass)static TieUtility. loadTie(java.rmi.Remote obj)Methods in com.sun.corba.ee.impl.util with parameters of type Tie Modifier and Type Method Description static java.rmi.RemoteUtility. loadStub(Tie tie, PresentationManager.StubFactory stubFactory, java.lang.String remoteCodebase, boolean onlyMostDerived)Load an RMI-IIOP Stub given a Tie.private static StubEntryUtility. loadStubAndUpdateCache(Tie tie, PresentationManager.StubFactory stubFactory, java.lang.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 Tie Modifier and Type Method Description TiePresentationManager. getTie()Equivalent to getStubFactoryFactory( true ).getTie( null ).TiePresentationManager.StubFactoryFactory. getTie(java.lang.Class<?> cls)Return a Tie for the given class.Methods in com.sun.corba.ee.spi.presentation.rmi with parameters of type Tie Modifier and Type Method Description static 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 Tie Modifier and Type Method Description static TieUtil. getTie(java.rmi.Remote target)Returns the tie (if any) for a given target object.TieUtilDelegate. getTie(java.rmi.Remote target)Delegation call forUtil.getTie(java.rmi.Remote).Methods in javax.rmi.CORBA with parameters of type Tie Modifier and Type Method Description static voidUtil. registerTarget(Tie tie, java.rmi.Remote target)Registers a target for a tie.voidUtilDelegate. registerTarget(Tie tie, java.rmi.Remote target)Delegation call forUtil.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote).
-