|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JRMIBFactory | |
| org.objectweb.jeremie.libs.binding.jiop | Provides an implementation of a binder for binding Jeremie identifiers to remote objects using a simple protocol built on top of IIOP. |
| org.objectweb.jeremie.libs.binding.moa | Provides an implementation of UnicastRemoteObject, multiple instances of which are managed together by an object adapter. |
| org.objectweb.jeremie.libs.binding.soa | Provides an implementation of UnicastRemoteObject, each instance of which is managed by an object adapter. |
| Uses of JRMIBFactory in org.objectweb.jeremie.libs.binding.jiop |
| Classes in org.objectweb.jeremie.libs.binding.jiop that implement JRMIBFactory | |
class |
JIOP
Provides an implementation of a binder for binding Jeremie identifiers to remote objects using a simple protocol built on top of IIOP. |
| Uses of JRMIBFactory in org.objectweb.jeremie.libs.binding.moa |
| Methods in org.objectweb.jeremie.libs.binding.moa with parameters of type JRMIBFactory | |
static RemoteStub |
UnicastRemoteObject.export(Remote impl,
Context hints,
JRMIBFactory binder)
Exports the given remote object to the object adapter, and then recursively to the given binding factory. |
static void |
UnicastRemoteObject.unexportObject(Remote impl,
JRMIBFactory binder)
Unexports the given remote object from the object adapter and the given binding factory. |
static RemoteStub |
MOAContext.export(Remote impl,
Context hints,
JRMIBFactory binder,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf)
Exports the given remote object to the object adapter, and then recursively to the given binding factory. |
static void |
MOAContext.unexport(Remote impl,
JRMIBFactory binder)
Unexports the given remote object from the object adapter and the given binding factory. |
| Uses of JRMIBFactory in org.objectweb.jeremie.libs.binding.soa |
| Methods in org.objectweb.jeremie.libs.binding.soa with parameters of type JRMIBFactory | |
static RemoteStub |
SOAContext.export(Remote impl,
Context hints,
JRMIBFactory binder,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf)
Exports the given remote object to the object adapter, and then recursively to the given binding factory. |
static void |
SOAContext.unexport(Remote impl,
JRMIBFactory binder)
Unexports the given remote object from the object adapter and the given binding factory. |
static RemoteStub |
UnicastRemoteObject.export(Remote impl,
Context hints,
JRMIBFactory binder)
Exports the given remote object to the object adapter, and then recursively to the given binding factory. |
static void |
UnicastRemoteObject.unexportObject(Remote impl,
JRMIBFactory binder)
Unexports the given remote object from the object adapter and the given binding factory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||