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

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/
H A DStatisticMonitoredAttribute.java45 // getValue() and clearState() is synchronized on this user provided mutex
66 * @param mutex using which clearState() and getValue() calls need to be locked.
99 public void clearState( ) { method in class:StatisticMonitoredAttribute
101 statisticsAccumulator.clearState( );
H A DMonitoringManager.java54 public void clearState(); method in interface:MonitoringManager
H A DMonitoredAttribute.java83 * then clearState() is a No Op.
85 public void clearState(); method in interface:MonitoredAttribute
H A DMonitoredObject.java126 * Monitored Object. The call to clearState will be initiated from
129 public void clearState(); method in interface:MonitoredObject
H A DMonitoredAttributeBase.java68 * the call to clearState, the connection state will be showing the
73 public void clearState( ) { method in class:MonitoredAttributeBase
H A DStatisticsAccumulator.java146 void clearState( ) { method in class:StatisticsAccumulator
/openjdk10/corba/src/java.corba/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();
/openjdk10/jdk/src/java.desktop/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();
/openjdk10/jdk/test/javax/security/auth/login/modules/
H A DTestLoginModule.java120 clearState();
126 clearState();
132 private void clearState() { method in class:TestLoginModule
/openjdk10/jdk/test/javax/security/auth/login/LoginContext/
H A DLCTest.java310 clearState();
317 clearState();
321 private void clearState() { method in class:LCTest.LoginModuleBase
/openjdk10/jdk/src/java.base/share/classes/javax/security/auth/login/
H A DLoginContext.java634 private void clearState() { method in class:LoginContext
645 clearState();
751 clearState();
790 // we need to call clearState before returning.
876 clearState();

Completed in 125 milliseconds