Uses of Interface
org.objectweb.jeremie.apis.binding.JRMIBFactory

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 java.rmi.server.RemoteStub UnicastRemoteObject.export(java.rmi.Remote impl, org.objectweb.jonathan.apis.kernel.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(java.rmi.Remote impl, JRMIBFactory binder)
          Unexports the given remote object from the object adapter and the given binding factory.
static java.rmi.server.RemoteStub MOAContext.export(java.rmi.Remote impl, org.objectweb.jonathan.apis.kernel.Context hints, JRMIBFactory binder, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)
          Exports the given remote object to the object adapter, and then recursively to the given binding factory.
static void MOAContext.unexport(java.rmi.Remote impl, JRMIBFactory binder)
          Unexports the given remote object from the object adapter and the given binding factory.
 

Constructors in org.objectweb.jeremie.libs.binding.moa with parameters of type JRMIBFactory
MOAContext(JRMIBFactory binder, org.objectweb.jonathan.apis.kernel.ContextFactory context_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 java.rmi.server.RemoteStub UnicastRemoteObject.export(java.rmi.Remote impl, org.objectweb.jonathan.apis.kernel.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(java.rmi.Remote impl, JRMIBFactory binder)
          Unexports the given remote object from the object adapter and the given binding factory.
static java.rmi.server.RemoteStub SOAContext.export(java.rmi.Remote impl, org.objectweb.jonathan.apis.kernel.Context hints, JRMIBFactory binder, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)
          Exports the given remote object to the object adapter, and then recursively to the given binding factory.
static void SOAContext.unexport(java.rmi.Remote impl, JRMIBFactory binder)
          Unexports the given remote object from the object adapter and the given binding factory.
 

Constructors in org.objectweb.jeremie.libs.binding.soa with parameters of type JRMIBFactory
SOAContext(JRMIBFactory binder, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory)