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

/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/data/
H A DEngineRef.java75 private ApplicationContainer appCtr; field in class:EngineRef
79 public EngineRef(EngineInfo container, ApplicationContainer appCtr) { argument
81 this.appCtr = appCtr;
95 * @param appCtr the container for this application
97 public void setApplicationContainer(ApplicationContainer appCtr) { argument
98 this.appCtr = appCtr;
106 return appCtr;
126 if (appCtr
[all...]
H A DModuleInfo.java186 ApplicationContainer appCtr = deployer.load(engineInfo.getContainer(), context);
187 if (appCtr==null) {
193 engine.setApplicationContainer(appCtr);

Completed in 11 milliseconds