1 Reply Latest reply on May 13, 2016 2:22 PM by shawkins

    AdminFactory in 8.13.4?

    mmeusey

      I am migrating an application from 8.8.1 to 8.13.4.  Have solved every problem but one:

       

      I have a class making a call:

       

      Admin admin = AdminFactory.getInstance().createAdmin(...);

       

      so that it can check on the status of a VBD.

       

      I cannot find either (1) where the AdminFactory was moved to or (2) whether there is a new way to get an Admin instance.

       

      Can you please enlighten me?