container.addEntryPoint(agentEP);
container.addEntryPoint(haEP);
container.setLifeCycleListener(haManager);
container.setBagSerializer(haManager);
manager.setContainer(container);
container.deploy();
}
}
/**
* Stops the <code>JndiServer</code> service.