org.objectweb.jeremie.apis.binding
Interface JRMIBFactory
- All Superinterfaces:
- NamingContext
- All 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
.
getStubFactory
public JRMIStubFactory getStubFactory()
- Retrieves the stub factory associated with this binding factory.
- Returns:
- a Jeremie stub factory.