org.objectweb.jeremie.binding.api

Interface JRMIBFactory

All Superinterfaces:
NamingContext
Known Implementing Classes:
JIOP

public interface JRMIBFactory
extends 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.

Method Details

getStubFactory

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

Returns:
a Jeremie stub factory.