Searched refs:df (Results 1 - 12 of 12) sorted by relevance
| /glassfish-3.1.2/deployment/client/src/test/java/org/glassfish/deployment/client/ |
| H A D | ListGetTest.java | 82 DeploymentFacility df = DeploymentFacilityFactory.getDeploymentFacility(); 89 df.connect(sci); 92 Target[] results = df.listTargets(); 98 String contextRoot = df.getContextRoot("webapps-simple"); 101 ModuleType type = df.getModuleType("webapps-simple"); 104 ModuleType type2 = df.getModuleType("i18n-simple"); 107 ModuleType type3 = df.getModuleType("singleton"); 110 ModuleType type4 = df.getModuleType("generic-ra"); 113 ModuleType type5 = df.getModuleType("fooClient"); 116 ModuleType type6 = df [all...] |
| H A D | ApplicationReferenceTest.java | 82 DeploymentFacility df = DeploymentFacilityFactory.getDeploymentFacility(); 89 df.connect(sci); 94 df.listAppRefs(new String[] {"cluster1"}); 102 df.listAppRefs(new String[] {"server"}); 110 df.listAppRefs(new String[0]); 119 df.listAppRefs(new String[] {"cluster1", "server"}); 126 Target[] targets = df.listTargets(); 137 df.createAppRef(dasTarget, "webapps-simple", new HashMap()); 140 df.listAppRefs(new String[] {"server"}); 147 df [all...] |
| H A D | ListAppRefsTest.java | 82 DeploymentFacility df = DeploymentFacilityFactory.getDeploymentFacility(); 89 df.connect(sci); 94 df._listAppRefs(new String[] {"cluster1"}); 102 df._listAppRefs(new String[] {"cluster1"}, "all"); 110 df._listAppRefs(new String[] {"cluster1"}, "running"); 118 df._listAppRefs(new String[] {"cluster1"}, "non-running"); 126 df._listAppRefs(new String[] {"server"}); 134 df._listAppRefs(new String[] {"server"}, "all"); 142 df._listAppRefs(new String[] {"server"}, "running"); 150 df [all...] |
| H A D | GetClientStubsTest.java | 80 DeploymentFacility df = DeploymentFacilityFactory.getDeploymentFacility(); 87 df.connect(sci); 90 df.getClientStubs("/home/hzhang/files/workspaces/v2/appserv-tests/build/module/archive/","ejb-ejb30-hello-sessionApp");
|
| H A D | GetHostAndPortTest.java | 82 DeploymentFacility df = DeploymentFacilityFactory.getDeploymentFacility(); 89 df.connect(sci); 92 HostAndPort hap1 = df.getHostAndPort("server", "webapps-simple", false); 95 HostAndPort hap2 = df.getVirtualServerHostAndPort("server", "__asadmin", false); 98 HostAndPort hap3 = df.getHostAndPort("server", false); 101 HostAndPort hap4 = df.getHostAndPort("foo", false);
|
| H A D | TestDeploy.java | 84 DeploymentFacility df = DeploymentFacilityFactory.getDeploymentFacility(); 91 df.connect(sci); 105 Target[] targets = df.listTargets(); 106 DFProgressObject prog = df.deploy( 126 DeploymentFacility df = DeploymentFacilityFactory.getDeploymentFacility(); 133 df.connect(sci); 136 Target[] targets = df.listTargets(); 148 DFProgressObject prog = df.undeploy( 153 DFProgressObject prog = df.undeploy(
|
| /glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/ |
| H A D | DeploymentFactoryInstaller.java | 173 Object df = null; 175 df = factory.newInstance(); 182 if (df instanceof DeploymentFactory) { 183 DeploymentFactoryManager.getInstance().registerDeploymentFactory((DeploymentFactory) df);
|
| /glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/handlers/ |
| H A D | LogViewHandlers.java | 348 DateFormat df = DateFormat.getDateInstance( 350 if ((time != null) && (df instanceof SimpleDateFormat)) { 351 SimpleDateFormat fmt = (SimpleDateFormat)df; 374 df = DateFormat.getDateTimeInstance( 377 date = df.parse(dateTime); 383 date = df.parse(dateTime); 493 DateFormat df = DateFormat.getTimeInstance( 495 ((SimpleDateFormat)df).applyLocalizedPattern(TIME_FORMAT); 498 handlerCtx.setOutputValue("Time", df.format(new Date())); 532 DateFormat df [all...] |
| H A D | UtilHandlers.java | 563 DecimalFormat df= new DecimalFormat(); 564 df.setMaximumFractionDigits(2); 567 String output = (input==null)? "": df.format(input);
|
| H A D | MonitoringHandlers.java | 150 DateFormat df = DateFormat.getDateTimeInstance(DateFormat.DEFAULT, DateFormat.DEFAULT, locale); 199 last = df.format(new Date(lastTime)); 203 start = df.format(new Date(startTime));
|
| /glassfish-3.1.2/registration/registration-impl/src/main/java/com/sun/enterprise/registration/impl/ |
| H A D | SvcTag.java | 367 DateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss z"); 368 timestamp = df.parse(XMLUtil.getRequiredTextValue(e, "timestamp")); 442 DateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss z"); 444 return df.format(timestamp);
|
| /glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/startup/ |
| H A D | ContextConfig.java | 626 DigesterFactory df = org.glassfish.internal.api.Globals.get( 628 Digester digester = df.newDigester(xmlValidation,
|
Completed in 128 milliseconds