Searched refs:time (Results 1 - 25 of 50) sorted by relevance

12

/glassfish-3.1.2/cluster/common/src/main/java/com/sun/enterprise/util/cluster/
H A DSyncRequest.java76 * The file name and mod time.
82 public ModTime(String name, long time) { argument
84 this.time = time;
90 @XmlElement(name = "time")
91 public long time; field in class:SyncRequest.ModTime
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/
H A DSCODate.java57 * @param time in milliseconds
59 void setTimeInternal(long time); argument
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DReadOnlyContextImpl.java82 public void setLastRefreshedAt(long time) { argument
83 lastRefreshedAt = time;
/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/flashlight/statistics/
H A DTimeStats.java59 public void setTime (long time); argument
/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/flashlight/statistics/impl/
H A DTimeStatsAbstractImpl.java112 public void setTime(long time) { argument
114 individualData.get().setTotalTime(time);
115 average.addDataPoint(time);
151 private void setLastSampleTime(long time) { argument
152 this.lastSampleTime.set(time);
/glassfish-3.1.2/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/util/
H A DThreadPoolStatsImpl.java121 final long time = System.currentTimeMillis();
126 time, time);
132 time, time);
139 time, time);
146 time, time);
154 time, tim
[all...]
/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/
H A DAnnotatedClassAttribute.java74 /* The modification date of the class file at the time of modification */
102 public void setModTime(long time) { argument
103 classModTime = time;
110 public void setAnnotationTime(long time) { argument
111 classAnnotationTime = time;
/glassfish-3.1.2/admin/monitor/src/main/java/com/sun/enterprise/admin/monitor/stats/
H A DCountStatisticImpl.java65 * <li> LastSampleTime is time at the time of calling this method.</li>
78 * <li> LastSampleTime is time at the time of calling this method.</li>
91 * <li> LastSampleTime is time at the time of calling this method.</li>
105 * <li> LastSampleTime is time at the time of calling this method.</li>
153 /** Returns an array of two longs, that represent the times at the time of call.
158 final long time
[all...]
H A DTimeStatisticImpl.java97 * @param maximumTime The maximum time it took to complete one invocation
99 * @param minimumTime The minimum time it took to complete one invocation
101 * @param totalTime The total amount of time spent in all invocations,
129 * Returns the maximum amount of time that it took for one invocation of an
131 * @return long indicating the maximum time for one invocation
138 * Returns the minimum amount of time that it took for one invocation of an
140 * @return long indicating the minimum time for one invocation
147 * Returns the amount of time that it took for all invocations,
149 * @return long indicating the total time for all invocation
164 /** Returns an array of two longs, that represent the times at the time o
[all...]
H A DBoundedRangeStatisticImpl.java84 * <li> LastSampleTime is time at the time of calling this method.</li>
102 * <li> LastSampleTime is time at the time of calling this method.</li>
121 * <li> LastSampleTime is time at the time of calling this method.</li>
150 * <li> LastSampleTime is time at the time of calling this method.</li>
168 * <li> LastSampleTime is time at the time o
[all...]
/glassfish-3.1.2/connectors/work-management/src/main/java/com/sun/enterprise/connectors/work/monitor/
H A DWorkManagementStatsProvider.java72 long time = System.currentTimeMillis(); field in class:WorkManagementStatsProvider
86 "Number of active work objects", time, time);
90 "Number of work objects waiting in the queue for execution", time, time);
94 "Wait time of a work object before it gets executed", time, time);
128 @Description("Wait time of a work object before it gets executed")
/glassfish-3.1.2/cluster/gms-bootstrap/src/main/java/org/glassfish/gms/bootstrap/
H A DHealthHistory.java62 * "weakly consistent" as the state could change at any time
73 // NOT_RUNNING means there is no time information associated
94 * Used when no time information is known, for instance at
166 * Returns the state/time of a specific instance.
211 long time = signal.getStartTime();
221 * the original startup time, not the time of the signal.
244 time = sub.getGroupJoinTime();
249 time = System.currentTimeMillis();
256 time
348 public final long time; field in class:HealthHistory.InstanceHealth
350 InstanceHealth(STATE state, long time) argument
[all...]
/glassfish-3.1.2/tests/embedded/maven-plugin/websockets/src/main/webapp/javascripts/
H A Dmoo.fx.js59 var time = new Date().getTime();
60 if (time < this.time + this.options.duration){
61 this.cTime = time - this.time;
92 this.time = new Date().getTime();
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DSupplementalCommandExecutor.java60 public ActionReport.ExitCode execute(String commandName, Supplemental.Timing time, argument
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/sco/
H A DDate.java67 * Creates a <code>Date</code> object that represents the time at which
83 * Creates a <code>Date</code> object that represents the given time
100 * Sets the <tt>Date</tt> object to represent a point in time that is
101 * <tt>time</tt> milliseconds after January 1, 1970 00:00:00 GMT.
103 * @param time the number of milliseconds.
106 public void setTime(long time) { argument
108 super.setTime(time);
231 * @param time the number of milliseconds.
234 public void setTimeInternal(long time) { argument
235 super.setTime(time);
[all...]
H A DSqlDate.java71 * Creates a <code>SqlDate</code> object that represents the time at which
87 * Creates a <code>SqlDate</code> object that represents the given time
104 * Sets the <tt>SqlDate</tt> object to represent a point in time that is
105 * <tt>time</tt> milliseconds after January 1, 1970 00:00:00 GMT.
107 * @param time the number of milliseconds.
110 public void setTime(long time) { argument
112 super.setTime(time);
193 * @param time the number of milliseconds.
196 public void setTimeInternal(long time) { argument
197 super.setTime(time);
[all...]
H A DSqlTime.java71 * Creates a <code>SqlTime</code> object that represents the time at which
87 * Creates a <code>SqlTime</code> object that represents the given time
104 * Sets the <tt>SqlTime</tt> object to represent a point in time that is
105 * <tt>time</tt> milliseconds after January 1, 1970 00:00:00 GMT.
107 * @param time the number of milliseconds.
110 public void setTime(long time) { argument
112 super.setTime(time);
192 * @param time the number of milliseconds.
195 public void setTimeInternal(long time) { argument
196 super.setTime(time);
[all...]
H A DSqlTimestamp.java72 * Creates a <code>SqlTimestamp</code> object that represents the time at which
88 * Creates a <code>SqlTimestamp</code> object that represents the given time
105 * Sets the <tt>SqlTimestamp</tt> object to represent a point in time that is
106 * <tt>time</tt> milliseconds after January 1, 1970 00:00:00 GMT.
108 * @param time the number of milliseconds.
111 public void setTime(long time) { argument
113 super.setTime(time);
256 * @param time the number of milliseconds.
259 public void setTimeInternal(long time) { argument
260 super.setTime(time);
[all...]
/glassfish-3.1.2/transaction/internal-api/src/main/java/com/sun/enterprise/transaction/api/
H A DTransactionAdminBean.java105 public void setElapsedTime(long time){ argument
106 m_elapsedTime = time;
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/
H A DSQLTrace.java45 * times executed and the time stamp of the last usage.
56 public SQLTrace(String query, int numExecutions, long time) { argument
59 this.lastUsageTime = time;
167 //same number of executions. Hence compare based on time.
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DProfilerImpl.java167 String time = StringUtils.padLeft(totalTime, 8);
170 time += " ** STILL RUNNING **";
173 return desc + time;
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/
H A DConnectorTimerProxy.java149 * Proxy method to schedule a timer task at the specified time.
157 public void schedule(TimerTask task, Date time) { argument
160 timer.schedule(task, time);
163 timer.schedule(task, time);
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/config/
H A DAvailabilityServiceConfigTest.java136 final String time = "90";
138 asc.setHAStoreHealthcheckIntervalSeconds(time);
140 assertEquals(time, s);
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DGetHealthCommand.java180 if (HealthHistory.NOTIME == ih.time) {
182 instanceStateAndTime.put("time", "");
185 name, ih.state, new Date(ih.time).toString()));
186 instanceStateAndTime.put("time", String.valueOf(ih.time));
/glassfish-3.1.2/cluster/cli/src/main/java/com/sun/enterprise/admin/cli/cluster/
H A DSynchronizeInstanceCommand.java303 * the sync state file so we'll do a full sync the next time.
346 long time = dir.lastModified();
347 SyncRequest.ModTime mt = new SyncRequest.ModTime(".", time);
353 long time = f.lastModified();
354 if (time == 0)
367 SyncRequest.ModTime mt = new SyncRequest.ModTime(name, time);
369 logger.finer(f + ": mod time " + mt.time);

Completed in 31 milliseconds

12