//boolean enableDGC, boolean keepAlive)
int listenPort = config.getIntConfigVal("com.sun.jini.test.spec.jeri"
+ ".basicjeriexporter.ConstructorTest.listenPort", 9090);
ServerEndpoint se = new BJETestServerEndpoint(
TcpServerEndpoint.getInstance(listenPort));
InvocationLayerFactory ilf = new BJETestILFactory();
BasicJeriExporter exporter = new BasicJeriExporter(se,ilf,false,false);
//Verify that the ServerEnpoint used by the exporter is a custom
//ServerEnpoint
if (exporter.getServerEndpoint() instanceof BJETestServerEndpoint) {
//Verify that the InvocationLayerFactory is an instance of