public class SMSNotificationManager extends Object implements SMSObjectListener
ADD, DELETE, MODIFY
Modifier and Type | Method and Description |
---|---|
void |
allObjectsChanged()
This callback notifies the listener that all object should be marked as
"changed" or "dirty".
|
protected void |
deregisterListener(SMSObject object) |
static SMSNotificationManager |
getInstance() |
protected void |
initializeProperties() |
static boolean |
isCacheEnabled() |
static boolean |
isDataStoreNotificationEnabled() |
void |
objectChanged(String name,
int type)
This callback method is called by the EventService when the Directory
Server triggers a PersistentSearch notification
|
String |
registerCallbackHandler(SMSObjectListener listener) |
void |
removeCallbackHandler(String id) |
protected void initializeProperties()
protected void deregisterListener(SMSObject object)
public static SMSNotificationManager getInstance()
public static boolean isCacheEnabled()
public static boolean isDataStoreNotificationEnabled()
public String registerCallbackHandler(SMSObjectListener listener)
public void removeCallbackHandler(String id)
public void objectChanged(String name, int type)
SMSObjectListener
objectChanged
in interface SMSObjectListener
public void allObjectsChanged()
SMSObjectListener
allObjectsChanged
in interface SMSObjectListener
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.