| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The interface ServiceListener needs to be implemented
 by applications in order to receive service data change notifications.
 The method schemaChanged() is invoked when a service schema data
 has been changed. The method globalConfigChanged() and
 organizationConfigChanged() are invoked when the service
 configuration data has been changed.
| Field Summary | |
| static int | ADDEDThe change type specifies that the entry has been added. | 
| static int | MODIFIEDThe change type specifies that the entry has been modified. | 
| static int | REMOVEDThe change type specifies that the entry has been removed. | 
| Method Summary | |
|  void | globalConfigChanged(java.lang.String serviceName,
                    java.lang.String version,
                    java.lang.String groupName,
                    java.lang.String serviceComponent,
                    int type)This method will be invoked when a service's global configuration data has been changed. | 
|  void | organizationConfigChanged(java.lang.String serviceName,
                          java.lang.String version,
                          java.lang.String orgName,
                          java.lang.String groupName,
                          java.lang.String serviceComponent,
                          int type)This method will be invoked when a service's organization configuration data has been changed. | 
|  void | schemaChanged(java.lang.String serviceName,
              java.lang.String version)This methid will be invoked when a service's schema has been changed. | 
| Field Detail | 
public static final int ADDED
public static final int REMOVED
public static final int MODIFIED
| Method Detail | 
public void schemaChanged(java.lang.String serviceName,
                          java.lang.String version)
seviceName - name of the serviceversion - version of the service
public void globalConfigChanged(java.lang.String serviceName,
                                java.lang.String version,
                                java.lang.String groupName,
                                java.lang.String serviceComponent,
                                int type)
groupName denote
 the name of the configuration grouping (e.g. default) and
 serviceComponent denotes the service's sub-component
 that changed (e.g. /NamedPolicy, /Templates).serviceName - name of the service.version - version of the service.groupName - name of the configuration grouping.serviceComponent - name of the service components that
        changed.type - change type, i.e., ADDED, REMOVED or MODIFIED.
public void organizationConfigChanged(java.lang.String serviceName,
                                      java.lang.String version,
                                      java.lang.String orgName,
                                      java.lang.String groupName,
                                      java.lang.String serviceComponent,
                                      int type)
orgName,
 groupName and serviceComponent denotes the
 organization name, configuration grouping name and
 service's sub-component that are changed respectively.serviceName - name of the serviceversion - version of the serviceorgName - organization name as DNgroupName - name of the configuration groupingserviceComponent - the name of the service components that
                          changedtype - change type, i.e., ADDED, REMOVED or MODIFIED| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||