Searched defs:refresh (Results 1 - 25 of 34) sorted by relevance

12

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/appserv/ejb/
H A DReadOnlyBeanLocalNotifier.java44 * ReadOnlyBeanLocalNotifier is used to force refresh of ReadOnly local beans
52 * refresh of read only beans for an application. After this method
58 public void refresh(Object primaryKey); method in interface:ReadOnlyBeanLocalNotifier
62 * to be marked as needing a refresh.
H A DReadOnlyBeanNotifier.java46 * ReadOnlyBeanNotifier is used to force refresh of ReadOnly beans
57 * refresh of read only beans for an application. After this method
63 public void refresh(Object primaryKey) method in interface:ReadOnlyBeanNotifier
68 * to be marked as needing a refresh.
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DReadOnlyBeanLocalNotifierImpl.java61 public void refresh (Object primaryKey) { method in class:ReadOnlyBeanLocalNotifierImpl
H A DReadOnlyBeanNotifierImpl.java52 * An instance of ReadOnlyBeanNotifier is used to refresh ReadOnlyBeans
71 public void refresh (Object primaryKey) method in class:ReadOnlyBeanNotifierImpl
/glassfish-3.1.2/security/javax.security.auth.message/src/main/java/javax/security/auth/message/config/
H A DAuthConfig.java102 * to refresh the configuration object.
104 public void refresh(); method in interface:AuthConfig
H A DAuthConfigProvider.java201 * @exception AuthException If an error occured during the refresh.
204 * to refresh the provider.
206 public void refresh(); method in interface:AuthConfigProvider
H A DAuthConfigFactory.java535 * to refresh the factory.
537 public abstract void refresh(); method in class:AuthConfigFactory
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/mbean/
H A DSystemInfoImpl.java145 private synchronized void refresh() { method in class:SystemInfoImpl
/glassfish-3.1.2/security/inmemory.jacc.provider/src/main/java/com/sun/enterprise/security/jacc/provider/
H A DSimplePolicyProvider.java200 * depends on the implementation. For example, calling <code>refresh</code>
205 public void refresh() { method in class:SimplePolicyProvider
206 basePolicy.refresh();
218 SimplePolicyConfiguration.refresh();
220 SimplePolicyConfiguration.logException(Level.SEVERE, "refresh.failure", pce);
/glassfish-3.1.2/security/core/src/main/java/com/sun/appserv/security/
H A DAppservRealm.java156 public void refresh() throws BadRealmException method in class:AppservRealm
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/jauth/
H A DAuthConfig.java333 public abstract void refresh() throws AuthException; method in class:AuthConfig
H A DConfigFile.java68 // terms of the number of times refresh has been called
172 public void refresh() throws AuthException { method in class:ConfigFile
/glassfish-3.1.2/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/jaas/
H A DJAASAuthConfigProvider.java146 public void refresh() { method in class:JAASAuthConfigProvider
147 jaasConfig.refresh();
148 super.refresh();
H A DJAASAuthContextHelper.java167 protected final void refresh() { method in class:JAASAuthContextHelper
168 jaasConfig.refresh();
/glassfish-3.1.2/tests/utils/src/main/java/org/glassfish/tests/utils/
H A DProxyModule.java98 public void refresh() { method in class:ProxyModule
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/taglibs/cache/
H A DCacheTag.java63 * refresh="<%= reload %>" timeout="3600">
167 // tag body and refresh the cached entry
327 * This attribute is used to programmatically refresh the cached
329 * If refresh is true, the cached response is not sent, instead the
333 public void setRefresh(boolean refresh) { argument
334 _refreshCache = refresh;
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/
H A DRepositoryConfig.java105 public static final String K_REFRESH_CONFIG_CONTEXT = "refresh.cc";
139 * config context. So, by default, I am making a change to refresh the
237 public void setRefreshConfingContext(final boolean refresh) { argument
238 this.put(K_REFRESH_CONFIG_CONTEXT, refresh);
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/io/
H A DServerDirs.java183 public ServerDirs refresh() throws IOException { method in class:ServerDirs
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/realm/file/
H A DFileRealm.java125 // The original keyfile is stored here for use in the init and refresh methods
307 public void refresh() method in class:FileRealm
336 public void refresh(String configName) method in class:FileRealm
/glassfish-3.1.2/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/
H A DAuthConfigHelper.java104 refresh();
223 public void refresh() { method in class:AuthConfigHelper
H A DAuthContextHelper.java101 protected abstract void refresh(); method in class:AuthContextHelper
H A DAuthConfigProviderHelper.java229 * to be called by refresh on provider subclass, and after subclass impl.
249 public void refresh() { method in class:AuthConfigProviderHelper
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DModJkMX.java216 public void refresh() { method in class:ModJkMX
443 jkmx.refresh();
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/provider/
H A DBasePolicyWrapper.java259 * depends on the implementation. For example, calling <code>refresh</code>
263 public void refresh() { method in class:BasePolicyWrapper
268 // always refreshes default policy context, but refresh
272 policy.refresh();
275 // if so, force refresh of application contexts.
278 // then you can configure the provider to force on every refresh
292 // false means don't force refresh if no update since
293 // last refresh.
294 pci.refresh(force);
446 * sun.security.provider.Policyfile to determine if the refresh
[all...]
/glassfish-3.1.2/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/factory/
H A DBaseAuthConfigFactory.java369 * to refresh the factory.
372 public void refresh() { method in class:BaseAuthConfigFactory

Completed in 578 milliseconds

12