264265266267268269270
/** * Register the default ConnectionManager implementation */ protected void registerConnectionMgr() { this.connectionMgr = new ConnectionManagerImpl(nucleusContext); }