Searched refs:refresh (Results 1 - 25 of 53) sorted by relevance

123

/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLBufferListener.java41 public void refresh(); method in interface:XMLBufferListener
48 public void refresh(int loadPosition); method in interface:XMLBufferListener
/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DRefreshable.java30 * interface to provide the capability to refresh itself.
32 * may implement this interface to allow callers to refresh the time period
59 * @exception RefreshFailedException if the refresh attempt failed.
61 void refresh() throws RefreshFailedException; method in interface:Refreshable
H A DPolicy.java350 * <p>This method causes this object to refresh/reload its current
353 * a file, calling <code>refresh</code> will cause the file to be re-read.
358 * to refresh the Policy.
360 public abstract void refresh(); method in class:Policy
/openjdk7/jdk/test/sun/security/krb5/
H A DConfPlusProp.java40 void refresh() throws Exception { method in class:ConfPlusProp
41 Config.refresh();
72 refresh();
85 refresh();
99 refresh();
118 refresh();
131 refresh();
140 refresh();
H A DDnsFallback.java64 Config.refresh();
/openjdk7/jdk/test/sun/security/provider/PolicyParser/
H A DExtDirsChange.java58 // Change java.ext.dirs and refresh policy
74 throw new Exception("Test Failed (Setup before refresh problem)");
76 System.out.println("Setup before refresh OK");
82 Policy.getPolicy().refresh();
99 // Change java.ext.dirs and refresh policy
106 Policy.getPolicy().refresh();
/openjdk7/jdk/test/java/security/Policy/Dynamic/
H A DTestDynamicPolicy.java85 System.out.println("Test was able to read user.name prior to refresh!");
87 Exception("Test was able to read user.name prior to refresh!");
91 dp.refresh();
97 System.out.println("Test was unable to read user.name after refresh!");
99 Exception("Test was unable to read user.name after refresh!");
102 dp.refresh();
108 System.out.println("Test was able to read user.name following 2nd refresh!");
110 Exception("Test was able to read user.name following 2nd refresh!");
H A DDynamicPolicy.java42 // toggle from refresh to refresh
59 // toggle from refresh to refresh
66 public void refresh() { method in class:DynamicPolicy
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DTwoPrinces.java29 * @summary always refresh keytab
56 Config.refresh();
94 Config.refresh();
H A DNewSalt.java46 Config.refresh();
H A DTcpTimeout.java79 Config.refresh();
136 sun.security.krb5.Config.refresh();
H A DNoAddresses.java48 Config.refresh();
H A DBadKdc.java109 Config.refresh();
116 Config.refresh();
H A DMaxRetries.java168 sun.security.krb5.Config.refresh();
201 sun.security.krb5.Config.refresh();
H A DOkAsDelegate.java63 Config.refresh();
H A DOneKDC.java76 Config.refresh();
H A DOkAsDelegateXRealm.java115 Config.refresh();
H A DW83.java52 Config.refresh();
/openjdk7/jdk/test/javax/security/auth/login/Configuration/
H A DSynchronize.java27 * @summary ConfigFile.refresh should be synchronized
44 config.refresh();
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DConfigSpiFile.java103 cf.refresh();
H A DPolicySpiFile.java79 pf.refresh();
/openjdk7/jdk/test/javax/security/auth/login/LoginContext/
H A DConfigConstructorNoPerm.java130 public void refresh() { } method in class:ConfigConstructorNoPerm.MyConfig
H A DResetConfigModule.java90 public void refresh() { } method in class:MyConfig
/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DConfiguration.java570 * <p> This method causes this Configuration object to refresh/reload its
573 * calling <code>refresh</code> may cause the file to be re-read.
576 * This method should be overridden if a refresh operation is supported
580 * to refresh its Configuration.
582 public void refresh() { } method in class:Configuration
613 public void refresh() { method in class:Configuration.ConfigDelegate
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DMidiUtils.java293 refresh(seq);
297 public synchronized void refresh(Sequence seq) { method in class:MidiUtils.TempoCache

Completed in 196 milliseconds

123