Searched defs:configType (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/core/kernel/src/main/java/org/glassfish/kernel/config/
H A DDefaultConfigParser.java79 public <T extends Container> T parseContainerConfig(Habitat habitat, final URL configuration, Class<T> configType) throws IOException { argument
108 final T container = doc.getRoot().createProxy(configType);
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DEngine.java129 * @param configType the Class for the type required
134 <T extends ApplicationConfig> T newApplicationConfig(Class<T> configType) argument
158 final Engine instance, final Class<T> configType) throws TransactionFailure {
162 T newChild = e.createChild(configType);
157 newApplicationConfig( final Engine instance, final Class<T> configType) argument
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/
H A DServer.java347 * @param configType the type of the embedded container configuration
351 public <T extends ContainerBuilder<?>> T createConfig(Class<T> configType) { argument
352 return habitat.getComponent(configType);
/glassfish-3.1.2/deployment/admin/src/test/java/org/glassfish/deployment/admin/
H A DListComponentsCommandTest.java290 public <T extends ApplicationConfig> T newApplicationConfig(Class<T> configType) throws TransactionFailure { argument

Completed in 15 milliseconds