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

Packages that use RMIContext
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 RMIContext in org.objectweb.jeremie.libs.binding.moa
 

Classes in org.objectweb.jeremie.libs.binding.moa that implement RMIContext
 class MOAContext
          Provides an implementation of UnicastRemoteObject, multiple instances of which are managed together by an object adapter.
 

Uses of RMIContext in org.objectweb.jeremie.libs.binding.soa
 

Classes in org.objectweb.jeremie.libs.binding.soa that implement RMIContext
 class SOAContext
          Provides an implementation of UnicastRemoteObject, multiple instances of which are managed together by an object adapter.