Searched refs:HttpService (Results 1 - 25 of 35) sorted by relevance

12

/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/
H A DMapperUpdateListener.java43 import com.sun.enterprise.config.serverbeans.HttpService;
54 void update(HttpService httpService, NetworkListener httpListener, Mapper mapper);
H A DWebContainerStarter.java153 if (tClass == HttpService.class) {
155 if (isStartNeeded((HttpService) t)) {
221 * @return true if the given HttpService contains any configuration
225 private boolean isStartNeeded(HttpService httpService) {
/glassfish-3.1.2/admin/config-api/src/test/java/com/sun/enterprise/configapi/tests/
H A DGetElementTypeByNameTest.java48 import com.sun.enterprise.config.serverbeans.HttpService;
64 HttpService domain = getHabitat().getComponent(HttpService.class);
H A DDuplicateKeyedElementTest.java45 import com.sun.enterprise.config.serverbeans.HttpService;
69 HttpService httpService = getHabitat().getComponent(HttpService.class);
99 HttpService httpService = getHabitat().getComponent(HttpService.class);
H A DPropertyChangeListenerTest.java78 HttpService httpService = habitat.getComponent(HttpService.class);
H A DTranslatedViewCreationTest.java47 import com.sun.enterprise.config.serverbeans.HttpService;
76 HttpService httpService = null;
94 httpService = getHabitat().getComponent(HttpService.class);
109 ConfigSupport.apply(new SingleConfigCode<HttpService>() {
111 public Object run(HttpService param) throws PropertyVetoException, TransactionFailure {
H A DAttributeRemovalTest.java48 import com.sun.enterprise.config.serverbeans.HttpService;
69 HttpService httpService = Utils.getNewHabitat(this).getComponent(HttpService.class);
H A DDirectCreationTest.java44 import com.sun.enterprise.config.serverbeans.HttpService;
87 HttpService service = habitat.getComponent(HttpService.class);
H A DTransactionListenerTest.java43 import com.sun.enterprise.config.serverbeans.HttpService;
70 HttpService httpService = null;
75 httpService = getHabitat().getComponent(HttpService.class);
H A DVetoableChangeListenerTest.java77 HttpService httpService = habitat.getComponent(HttpService.class);
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/reconfig/
H A DWebConfigListener.java45 import com.sun.enterprise.config.serverbeans.HttpService;
75 public HttpService httpService;
109 * Handles HttpService change events
121 if (tClass == HttpService.class) {
122 container.updateHttpService((HttpService) t);
152 if (config instanceof HttpService) {
153 container.updateHttpService((HttpService)config);
183 public void update(HttpService httpService, NetworkListener httpListener,
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DHttpServicePropertiesUpgrade.java46 import com.sun.enterprise.config.serverbeans.HttpService;
67 HttpService service = config.getHttpService();
93 private void upgrade(final AdminCommandContext context, final Property property, final HttpService service)
H A DGrizzlyConfigSchemaMigrator.java56 import com.sun.enterprise.config.serverbeans.HttpService;
255 private void createNewProtocols(final HttpService httpService, Protocols protocols)
392 private void migrateConnectionPool(NetworkConfig config, HttpService httpService) throws TransactionFailure {
412 ConfigSupport.apply(new SingleConfigCode<HttpService>() {
414 public Object run(HttpService param) throws PropertyVetoException {
421 private void migrateHttpFileCache(NetworkConfig config, HttpService httpService) throws TransactionFailure {
449 ConfigSupport.apply(new SingleConfigCode<HttpService>() {
451 public Object run(HttpService param) throws PropertyVetoException {
472 ConfigSupport.apply(new SingleConfigCode<HttpService>() {
474 public Object run(HttpService para
[all...]
/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/
H A DHttpService.java49 public interface HttpService interface in inherits:Singleton,ConfigElement,PropertiesAccess
H A DConfig.java61 public HttpService getHttpService();
113 public void setHttpService(HttpService param1);
/glassfish-3.1.2/web/admin/src/main/java/org/glassfish/web/admin/monitor/
H A DHttpServiceStatsProviderBootstrap.java50 import com.sun.enterprise.config.serverbeans.HttpService;
92 HttpService httpService = config.getHttpService();
/glassfish-3.1.2/web/admin/src/main/java/org/glassfish/web/admin/cli/
H A DCreateVirtualServer.java51 import com.sun.enterprise.config.serverbeans.HttpService;
134 HttpService httpService = config.getHttpService();
145 ConfigSupport.apply(new SingleConfigCode<HttpService>() {
146 public Object run(HttpService param) throws PropertyVetoException, TransactionFailure {
H A DDeleteVirtualServer.java52 import com.sun.enterprise.config.serverbeans.HttpService;
111 private HttpService httpService;
204 List<VirtualServer> list = ((HttpService) proxies[0]).getVirtualServer();
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DHttpService.java62 public interface HttpService extends ConfigBeanProxy, Injectable, PropertyBag { interface in inherits:ConfigBeanProxy,Injectable,PropertyBag
261 public static VirtualServer getVirtualServerByName(HttpService target, String name) {
271 HttpService target) {
282 public static HttpListener getHttpListenerById(HttpService target, String id) {
H A DConfig.java166 * {@link HttpService }
169 HttpService getHttpService();
175 * {@link HttpService }
177 void setHttpService(HttpService value) throws PropertyVetoException;
/glassfish-3.1.2/deployment/admin/src/main/java/org/glassfish/deployment/admin/
H A DGetHostAndPortCommand.java51 import com.sun.enterprise.config.serverbeans.HttpService;
104 HttpService httpService = null;
143 private HostAndPort getHostAndPortForRequest(HttpService httpService)
182 private HostAndPort getHostAndPort(HttpService httpService, VirtualServer vs, boolean securityEnabled) {
231 private HostAndPort getHostAndPort(HttpService httpService, boolean securityEnabled) {
/glassfish-3.1.2/core/kernel/src/main/java/org/glassfish/kernel/embedded/
H A DPortImpl.java46 import com.sun.enterprise.config.serverbeans.HttpService;
81 HttpService httpService;
/glassfish-3.1.2/admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/
H A DDomainXmlVerifier.java61 import com.sun.enterprise.config.serverbeans.HttpService;
153 // Children of each Config viz: HttpService, IiopService
156 HttpService httpSvc = cfg.getHttpService();
/glassfish-3.1.2/tests/quicklook/amx/src/test/amx/
H A DInterfaces.java123 HttpService.class,
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DWebContainer.java556 HttpService httpService = serverConfig.getHttpService();
790 HttpService httpService) {
796 HttpService httpService,
925 HttpService httpService) {
1041 public void configureHttpServiceProperties(HttpService httpService,
1097 HttpService httpService) {
1153 protected void createHosts(HttpService httpService, SecurityService securityService) {
1175 HttpService httpService,
2396 HttpService httpService, String httpListenerId) {
2714 public void deleteHost(HttpService httpServic
[all...]

Completed in 35 milliseconds

12