Searched refs:deployableObject (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/config/
H A DConfigBeanClassLoader.java57 DeployableObject deployableObject; field in class:ConfigBeanClassLoader
60 public ConfigBeanClassLoader(DeployableObject deployableObject) { argument
61 this.deployableObject = deployableObject;
65 return deployableObject.getClassFromScope(name);

Completed in 192 milliseconds