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 DListGetTest.java82 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 DApplicationReferenceTest.java82 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 DListAppRefsTest.java82 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 DGetClientStubsTest.java80 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 DGetHostAndPortTest.java82 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 DTestDeploy.java84 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 DDeploymentFactoryInstaller.java173 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 DLogViewHandlers.java348 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 DUtilHandlers.java563 DecimalFormat df= new DecimalFormat();
564 df.setMaximumFractionDigits(2);
567 String output = (input==null)? "": df.format(input);
H A DMonitoringHandlers.java150 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 DSvcTag.java367 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 DContextConfig.java626 DigesterFactory df = org.glassfish.internal.api.Globals.get(
628 Digester digester = df.newDigester(xmlValidation,

Completed in 128 milliseconds