Searched defs:appCtr (Results 1 - 1 of 1) 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...]

Completed in 11 milliseconds