Searched refs:reset (Results 1 - 25 of 125) sorted by relevance

12345

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DProfiler.java54 * <p> WARNING: Call reset at the end to avoid memory leaks.
66 public static void reset() { method in class:Profiler
67 profiler.reset();
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/apiscan/classfile/
H A DClosureCompiler.java65 * idempotent. e.g. ClosureCompiler cc; cc.reset(); boolean
69 * That list gets cleared when {@link #reset()} is called).
101 * last reset(). But it does not clear the excludedd list. If you want to
102 * reset the excluded list, create a new ClosureCompiler.
104 void reset(); method in interface:ClosureCompiler
H A DClosureCompilerImpl.java76 * cc.reset();//clear the results collected so far so that we can start afresh.
201 * last reset(). But it does not clear the excludedd list. If you want to
202 * reset the excluded list, create a new ClosureCompiler.
204 public void reset() { method in class:ClosureCompilerImpl
205 imp.reset();
238 closure.reset();
/glassfish-3.1.2/admin/monitor/src/main/java/com/sun/enterprise/admin/monitor/stats/
H A DMutableStatistic.java88 public void reset(); method in interface:MutableStatistic
H A DWebModuleStats.java138 public void reset(); method in interface:WebModuleStats
H A DMutableAverageRangeStatisticImpl.java74 * can reset to the initial state.
99 this.getStartTime(), // changes if reset is called earlier
105 public void reset() { method in class:MutableAverageRangeStatisticImpl
106 mutableBoundedRangeStat.reset();
/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/flashlight/statistics/
H A DTimeStats.java66 public void setReset (boolean reset); argument
H A DCounter.java68 public void setReset(boolean reset); argument
/glassfish-3.1.2/web/admin/src/main/java/org/glassfish/web/admin/monitor/
H A DHttpServiceStatsProvider.java494 //Need to add this because requestProcessTime needs to be reset.
495 //Since it is not exposed as public statistic the reset() would not get
497 //If @Reset is used then reset() won't be called on the statistic impl objects
498 //so all the stats need to reset here as well.
500 public void reset() { method in class:HttpServiceStatsProvider
501 this.requestProcessTime.reset();
502 this.count200.reset();
503 this.count2xx.reset();
504 this.count302.reset();
505 this.count304.reset();
[all...]
H A DTimeStatData.java73 public void reset(){ method in class:TimeStatData
H A DServletInstanceStatsProvider.java220 public void reset() { method in class:ServletInstanceStatsProvider
221 this.requestProcessTime.reset();
222 this.errorCount.reset();
223 this.requestCount.reset();
224 this.maxTime.reset();
225 this.serviceTime.reset();
226 this.processingTime.reset();
/glassfish-3.1.2/common/container-common/src/main/java/org/glassfish/ha/common/
H A DHACookieManager.java77 public static HACookieInfo reset() { method in class:HACookieManager
78 _haCookieInfo.get().reset();
H A DHACookieInfo.java78 void reset() { method in class:HACookieInfo
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DApplicationResponse.java144 * Disallow <code>reset()</code> calls on a included response.
149 public void reset() { method in class:ApplicationResponse
153 getResponse().reset();
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/base/stats/
H A DEJBMethodStatsImpl.java116 //Implementations must override this to reset stat values
118 executionStat.reset();
119 errorStat.reset();
121 methodStat.reset();
123 successStat.reset();
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DHttpResponse.java135 public void reset(int status, String message); method in interface:HttpResponse
/glassfish-3.1.2/admingui/devtests/src/test/java/org/glassfish/admingui/devtests/
H A DJavaMessageServiceTest.java125 reset();
130 reset();
135 reset();
140 reset();
192 reset();
215 reset();
H A DConnectorServiceTest.java70 reset();
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DWorkerDummy.java103 msg.reset();
114 msg.reset();
122 msg.reset();
H A DShm.java93 boolean reset=false; field in class:Shm
125 /** Set this to get the scoreboard reset.
132 reset=true;
195 msg.reset();
207 msg.reset();
227 msg.reset();
270 msg.reset();
325 if( reset ) {
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/
H A DSCOCollection.java58 void reset(); method in interface:SCOCollection
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/util/
H A DStringParser.java174 * Set the String we are currently parsing. The parser state is also reset
189 reset();
295 public void reset() { method in class:StringParser
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/
H A DSecurityComponentInvocationHandler.java60 ((PolicyContextHandlerImpl) PolicyContextHandlerImpl.getInstance()).reset();
68 ((PolicyContextHandlerImpl) PolicyContextHandlerImpl.getInstance()).reset();
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/authorize/
H A DPolicyContextHandlerImpl.java122 public void reset() { method in class:PolicyContextHandlerImpl
125 handlerData.reset();
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/base/
H A DAMXDebugTest.java107 getAMXDebug().reset(id);
115 getAMXDebug().reset(id);
116 getAMXDebug().reset(id);
117 getAMXDebug().reset(id);

Completed in 140 milliseconds

12345