org.objectweb.jeremie.binding.api
Interface JRMIBFactory

All Superinterfaces:
org.objectweb.jonathan.binding.api.NamingContext
All Known Implementing Classes:
JIOP

public interface JRMIBFactory
extends org.objectweb.jonathan.binding.api.NamingContext

The JRMIBFactory type designates binders that can create and manage distributed bindings. A JRMIBFactory (Jeremie Binding Factory) is an instance of naming context. A Jeremie binding factory is parameterised by a Jeremie stub factory.


Method Summary
 JRMIStubFactory getStubFactory()
          Retrieves the stub factory associated with this binding factory.
 
Methods inherited from interface org.objectweb.jonathan.binding.api.NamingContext
decode, decode, export
 

Method Detail

getStubFactory

public JRMIStubFactory getStubFactory()
Retrieves the stub factory associated with this binding factory.

Returns:
a Jeremie stub factory.