Searched refs:clearState (Results 1 - 10 of 10) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/monitoring/
H A DStatisticMonitoredAttribute.java49 // getValue() and clearState() is synchronized on this user provided mutex
82 * @param mutex using which clearState() and getValue() calls need to be locked.
116 public void clearState( ) { method in class:StatisticMonitoredAttribute
118 statisticsAccumulator.clearState( );
H A DMonitoredAttribute.java107 * then clearState() is a No Op.
111 public void clearState(); method in interface:MonitoredAttribute
H A DMonitoringManager.java67 public void clearState(); method in interface:MonitoringManager
H A DMonitoredAttributeBase.java73 * the call to clearState, the connection state will be showing the
78 public void clearState( ) { method in class:MonitoredAttributeBase
H A DMonitoredObject.java184 * Monitored Object. The call to clearState will be initiated from
189 public void clearState(); method in interface:MonitoredObject
H A DStatisticsAccumulator.java165 void clearState( ) { method in class:StatisticsAccumulator
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/monitoring/
H A DMonitoringManagerImpl.java44 public void clearState() { method in class:MonitoringManagerImpl
45 rootMonitoredObject.clearState();
H A DMonitoredObjectImpl.java121 * calls clearState() on all the registered children MonitoredObjects and
124 public void clearState( ) { method in class:MonitoredObjectImpl
127 // First call clearState on all the local attributes
129 ((MonitoredAttribute)i.next()).clearState();
132 // next call clearState on all the children MonitoredObjects
134 ((MonitoredObject)i.next()).clearState();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DDragRecognitionSupport.java94 private void clearState() { method in class:DragRecognitionSupport
125 clearState();
145 clearState();
160 clearState();
175 clearState();
/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DLoginContext.java668 private void clearState() { method in class:LoginContext
679 clearState();
797 clearState();
855 // we need to call clearState before returning.
941 clearState();

Completed in 46 milliseconds