org.objectweb.jeremie.stub_factories.std
Class OptStub
Provides an implementation of a stub that contains optimized
Jeremie references
able to perform type-specific marshalling of remote method invocation
data.
OptStub() - Creates an optimized Jeremie stub.
|
OptStub(RemoteRef ref) - Creates an optimized Jeremie stub with the given remote object
reference.
|
OptStub
protected OptStub()
Creates an optimized Jeremie stub.
OptStub
public OptStub(RemoteRef ref)
Creates an optimized Jeremie stub with the given remote object
reference.
ref
- a reference to a remote object.