Class ApplicationOrderInfo


  • public class ApplicationOrderInfo
    extends Object
    This class holds the Application and the order that it occurs in domain.xml. When the server starts, applications are loaded according to the deployment-order attribute, but for applications that have the same deployment-order, the application that occurs first in domain.xml is loaded first.
    • Constructor Detail

      • ApplicationOrderInfo

        public ApplicationOrderInfo​(Application app,
                                    int order)
    • Method Detail

      • getOriginalOrder

        public int getOriginalOrder()