public abstract class StubConnectImpl extends Object
| Constructor and Description |
|---|
StubConnectImpl() |
| Modifier and Type | Method and Description |
|---|---|
static StubIORImpl |
connect(StubIORImpl ior,
Object proxy,
ObjectImpl stub,
ORB orb)
Connect the stub to the orb if necessary.
|
public static StubIORImpl connect(StubIORImpl ior, Object proxy, ObjectImpl stub, ORB orb) throws RemoteException
ior - The StubIORImpl for this stub (may be null)proxy - The externally visible stub seen by the user (may be the same as stub)stub - The stub implementation that extends ObjectImplorb - The ORB to which we connect the stub.RemoteExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.