Searched refs:NotificationHandler (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DNotificationHandler.java25 * $Id: NotificationHandler.java,v 1.2 2008/06/25 05:41:33 qcheng Exp $
34 * The <code>NotificationHandler</code> interface needs to be implemented by
43 public interface NotificationHandler { interface
H A DPLLClient.java71 * @see com.iplanet.services.comm.client.NotificationHandler
302 NotificationHandler handler) throws AlreadyRegisteredException {
327 public static NotificationHandler getNotificationHandler(String service) {
328 return (NotificationHandler) notificationHandlers.get(service);
H A DPLLNotificationServlet.java142 NotificationHandler notificationHandler = PLLClient.getNotificationHandler(serviceID);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DNotificationHandler.java25 * $Id: NotificationHandler.java,v 1.2 2008/06/25 05:41:33 qcheng Exp $
36 * The <code>NotificationHandler</code> interface needs to be implemented by
45 public interface NotificationHandler { interface
H A DPLLClient.java71 * @see com.iplanet.services.comm.client.NotificationHandler
302 NotificationHandler handler) throws AlreadyRegisteredException {
327 public static NotificationHandler getNotificationHandler(String service) {
328 return (NotificationHandler) notificationHandlers.get(service);
H A DPLLNotificationServlet.java142 NotificationHandler notificationHandler = PLLClient.getNotificationHandler(serviceID);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DAgentConfigNotificationHandler.java31 import com.iplanet.services.comm.client.NotificationHandler;
38 * <code>com.iplanet.services.comm.client.NotificationHandler</code> and
43 public class AgentConfigNotificationHandler implements NotificationHandler {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyNotificationHandler.java34 import com.iplanet.services.comm.client.NotificationHandler;
44 * is registered as <code>NotificationHandler</code> for policy
50 public class PolicyNotificationHandler implements NotificationHandler {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyNotificationHandler.java34 import com.iplanet.services.comm.client.NotificationHandler;
44 * is registered as <code>NotificationHandler</code> for policy
50 public class PolicyNotificationHandler implements NotificationHandler {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionNotificationHandler.java34 import com.iplanet.services.comm.client.NotificationHandler;
45 * <code>NotificationHandler</code> processes the notifications for a session
48 public class SessionNotificationHandler implements NotificationHandler {
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/
H A DSessionNotificationHandler.java36 import com.iplanet.services.comm.client.NotificationHandler;
44 * <code>NotificationHandler</code> processes the notifications for a session
47 public class SessionNotificationHandler implements NotificationHandler {
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DNotificationTaskHandler.java40 import com.iplanet.services.comm.client.NotificationHandler;
153 NotificationHandler handler =
157 + " NotificationHandler for "
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteEventListener.java41 import com.iplanet.services.comm.client.NotificationHandler;
409 static class IdRepoEventNotificationHandler implements NotificationHandler {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteEventListener.java43 import com.iplanet.services.comm.client.NotificationHandler;
411 static class IdRepoEventNotificationHandler implements NotificationHandler {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DEventListener.java38 import com.iplanet.services.comm.client.NotificationHandler;
458 static class EventNotificationHandler implements NotificationHandler {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DEventListener.java40 import com.iplanet.services.comm.client.NotificationHandler;
460 static class EventNotificationHandler implements NotificationHandler {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObject.java33 import com.iplanet.services.comm.client.NotificationHandler;
771 static class SMSNotificationHandler implements NotificationHandler {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObject.java35 import com.iplanet.services.comm.client.NotificationHandler;
773 static class SMSNotificationHandler implements NotificationHandler {

Completed in 93 milliseconds