Package | Description |
---|---|
com.sun.corba.se.impl.javax.rmi.CORBA | |
com.sun.corba.se.impl.presentation.rmi | |
com.sun.corba.se.impl.util | |
com.sun.corba.se.spi.presentation.rmi | |
javax.rmi.CORBA |
Contains portability APIs for RMI-IIOP.
|
Modifier and Type | Method and Description |
---|---|
Tie |
Util.getTie(Remote target)
Returns the tie (if any) for a given target object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Util.cleanUpTie(Tie cachedTie) |
void |
Util.registerTarget(Tie tie,
Remote target)
Registers a target for a tie.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectiveTie |
Modifier and Type | Method and Description |
---|---|
Tie |
PresentationManagerImpl.getTie() |
Tie |
StubFactoryFactoryStaticImpl.getTie(Class cls) |
Tie |
StubFactoryFactoryDynamicBase.getTie(Class cls) |
Modifier and Type | Method and Description |
---|---|
static Tie |
Utility.getAndForgetTie(Object stub) |
static Tie |
Utility.loadTie(Remote obj) |
Modifier and Type | Method and Description |
---|---|
static Remote |
Utility.loadStub(Tie tie,
PresentationManager.StubFactory stubFactory,
String remoteCodebase,
boolean onlyMostDerived) |
static void |
Utility.purgeStubForTie(Tie tie) |
static void |
Utility.purgeTieAndServant(Tie tie) |
Modifier and Type | Method and Description |
---|---|
Tie |
PresentationManager.getTie()
Equivalent to getStubFactoryFactory( true ).getTie( null ).
|
Tie |
PresentationManager.StubFactoryFactory.getTie(Class cls)
Return a Tie for the given class.
|
Modifier and Type | Method and Description |
---|---|
static Object |
StubAdapter.activateTie(Tie tie)
Given any Tie, return the corresponding object refernce, activating
the Servant if necessary.
|
Modifier and Type | Method and Description |
---|---|
Tie |
UtilDelegate.getTie(Remote target)
Delegation call for
Util.getTie(java.rmi.Remote) . |
static Tie |
Util.getTie(Remote target)
Returns the tie (if any) for a given target object.
|
Modifier and Type | Method and Description |
---|---|
void |
UtilDelegate.registerTarget(Tie tie,
Remote target)
Delegation call for
Util.registerTarget(javax.rmi.CORBA.Tie, java.rmi.Remote) . |
static void |
Util.registerTarget(Tie tie,
Remote target)
Registers a target for a tie.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.