Package org.jboss.as.ee.component
Class EEApplicationClasses
java.lang.Object
org.jboss.as.ee.component.EEApplicationClasses
Allows a deployment to get old of class descriptions from all sub deployments it has access to.
This maintains a list of all
EEModuleDescriptions that this sub deployment has access to,
in the same order they appear in the dependencies list.- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClassByName(String name) Look for a class description in all available modules.
-
Constructor Details
-
EEApplicationClasses
-
-
Method Details
-
getClassByName
Look for a class description in all available modules.- Parameters:
name- The class to lookup- Returns:
-