Searched defs:notify (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/security/javax.security.auth.message/src/main/java/javax/security/auth/message/config/
H A DRegistrationListener.java49 * The AuthConfigFactory will invoke the notify
62 * <code>notify</code> method when the corresponding registration
80 public void notify(String layer, String appContext); method in interface:RegistrationListener
/glassfish-3.1.2/security/jaspic-provider-framework/src/test/java/test/com/sun/jaspic/config/
H A DRuntimeSurrogate.java131 public void notify(String layer, String context) {
331 public void notify(String layer, String context) { method in class:RuntimeSurrogate.TestThread
H A DFactoryTest.java585 public void notify(String l, String c) { method in class:FactoryTest._Listener
849 public void notify(String layer, String context) { method in class:FactoryTest._Thread
861 setResult("factory is null in notify call on consumer");
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/jmac/config/
H A DConfigHelper.java431 public void notify(String layer, String appContext) { method in class:ConfigHelper.AuthConfigRegistrationWrapper.AuthConfigRegistrationListener
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/session/
H A DStandardSession.java765 * @param notify Should we notify listeners about the demise of
768 public void expire(boolean notify) { argument
769 expire(notify, true);
776 * @param notify Should we notify listeners about the demise of
781 public void expire(boolean notify, boolean persistentRemove) { argument
797 if (notify && !listeners.isEmpty()) {
865 removeAttribute(keys[i], notify, false);
868 if (notify) {
1568 removeAttribute(String name, boolean notify, boolean checkValid) argument
[all...]

Completed in 1894 milliseconds