Search Results
OK to copy?
Examples 1 through 10 of
39 (0.0080 seconds)
Class:
org.apache.catalina.cluster.mcast.McastMembership
©,
Rating:
0% of 0,
C1
Class: org.apache.jmeter.visualizers.MonitorHealthPanel ©, Rating: 0% of 0, C1
Class: org.apache.catalina.util.ParameterMap ©, Rating: 0% of 0, C1
Class: org.apache.catalina.core.ApplicationRequest ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.http.FastHttpDateFormat ©, Rating: 0% of 0, C1
Class: org.apache.batik.util.SoftReferenceCache ©, Rating: 0% of 0, C1
Class: org.apache.batik.bridge.DocumentLoader ©, Rating: 0% of 0, C1
Class: org.apache.jmeter.visualizers.MonitorAccumModel ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.metrics.UserStoryMetrics ©, Rating: 0% of 0, C3
Class: com.technoetic.xplanner.metrics.UserStoryMetrics ©, Rating: 0% of 0, C3
Class: org.apache.jmeter.visualizers.MonitorHealthPanel ©, Rating: 0% of 0, C1
136 */
137 public void clear(){
138 this.SERVERMAP.clear();
139 this.SERVERS.removeAll();
140 this.SERVERS.updateUI();
Class: org.apache.catalina.util.ParameterMap ©, Rating: 0% of 0, C1
142 throw new IllegalStateException
143 (sm.getString("parameterMap.locked"));
144 super.clear();
145
146 }
Class: org.apache.catalina.core.ApplicationRequest ©, Rating: 0% of 0, C1
175 // Initialize the attributes for this request
176 synchronized (attributes) {
177 attributes.clear();
178 Enumeration names = request.getAttributeNames();
179 while (names.hasMoreElements()) {
Class: org.apache.tomcat.util.http.FastHttpDateFormat ©, Rating: 0% of 0, C1
Class: org.apache.batik.util.SoftReferenceCache ©, Rating: 0% of 0, C1
Class: org.apache.batik.bridge.DocumentLoader ©, Rating: 0% of 0, C1
188 public void dispose() {
189 // new Exception("purge the cache").printStackTrace();
190 cacheMap.clear();
191 }
192
Class: org.apache.jmeter.visualizers.MonitorAccumModel ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.metrics.UserStoryMetrics ©, Rating: 0% of 0, C3
059 }
060
061 developerMetrics.clear();
062 List acceptedTasks =
063 session.find(acceptedTaskQuery, new Integer(userStoryId), Hibernate.INTEGER);
Class: com.technoetic.xplanner.metrics.UserStoryMetrics ©, Rating: 0% of 0, C3
051 Session session = GlobalSessionFactory.get().openSession();
052 try {
053 names.clear();
054 List nameResults = session.find(namesQuery);
055 Iterator iter = nameResults.iterator();