This can be done once at the start of the application. This factory can now be used to generate instances of EAMAccessManager to access the EAM API. In the sample application this call is in BaseServlet.init()
mEamFactory = EAMAccessManagerFactory.getInstance();