Class StubConnectImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.presentation.rmi.StubConnectImpl
-
public abstract class StubConnectImpl extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static UtilSystemException
wrapper
-
Constructor Summary
Constructors Constructor Description StubConnectImpl()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StubIORImpl
connect(StubIORImpl ior, Object proxy, ObjectImpl stub, ORB orb)
Connect the stub to the orb if necessary.
-
-
-
Field Detail
-
wrapper
private static UtilSystemException wrapper
-
-
Method Detail
-
connect
public static StubIORImpl connect(StubIORImpl ior, Object proxy, ObjectImpl stub, ORB orb) throws java.rmi.RemoteException
Connect the stub to the orb if necessary.- Parameters:
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.- Returns:
- The IOR
- Throws:
java.rmi.RemoteException
- If an exception occurs
-
-