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. exportedServants
Methods in com.sun.corba.ee.impl.javax.rmi.CORBA that return Tie Modifier and Type Method Description Tie
Util. getTie(java.rmi.Remote target)
Returns the tie (if any) for a given target object.private static Tie
Util. 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 void
Util. cleanUpTie(Tie cachedTie)
void
Util. 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 class
ReflectiveTie
Methods in com.sun.corba.ee.impl.presentation.rmi that return Tie Modifier and Type Method Description Tie
PresentationManagerImpl. getTie()
Tie
StubFactoryFactoryDynamicBase. getTie(java.lang.Class cls)
Tie
StubFactoryFactoryStaticImpl. 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 Tie
Utility. getAndForgetTie(Object stub)
private static Tie
Utility. loadTie(java.lang.Class theClass)
static Tie
Utility. 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.Remote
Utility. loadStub(Tie tie, PresentationManager.StubFactory stubFactory, java.lang.String remoteCodebase, boolean onlyMostDerived)
Load an RMI-IIOP Stub given a Tie.private static StubEntry
Utility. 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 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 Tie Modifier and Type Method Description Tie
PresentationManager. getTie()
Equivalent to getStubFactoryFactory( true ).getTie( null ).Tie
PresentationManager.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 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 Tie Modifier and Type Method Description static Tie
Util. getTie(java.rmi.Remote target)
Returns the tie (if any) for a given target object.Tie
UtilDelegate. 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 void
Util. registerTarget(Tie tie, java.rmi.Remote target)
Registers a target for a tie.void
UtilDelegate. registerTarget(Tie tie, java.rmi.Remote target)
Delegation call forUtil.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote)
.
-