public RequestDispatcherRegistryImpl(ORB orb, int defaultId )
{
this.orb = orb;
this.defaultId = defaultId;
SDRegistry = new DenseIntMapImpl() ;
CSRegistry = new DenseIntMapImpl() ;
OAFRegistry = new DenseIntMapImpl() ;
LCSFRegistry = new DenseIntMapImpl() ;
objectAdapterFactories = new HashSet() ;
objectAdapterFactoriesView = Collections.unmodifiableSet( objectAdapterFactories ) ;
stringToServerSubcontract = new HashMap() ;
}