Class ApplicationOrderInfo
java.lang.Object
org.glassfish.internal.deployment.ApplicationOrderInfo
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 Summary
ConstructorsConstructorDescriptionApplicationOrderInfo(com.sun.enterprise.config.serverbeans.Application app, int order) -
Method Summary
Modifier and TypeMethodDescriptioncom.sun.enterprise.config.serverbeans.Applicationint
-
Constructor Details
-
ApplicationOrderInfo
public ApplicationOrderInfo(com.sun.enterprise.config.serverbeans.Application app, int order)
-
-
Method Details
-
getApplication
public com.sun.enterprise.config.serverbeans.Application getApplication() -
getOriginalOrder
public int getOriginalOrder()
-