|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.services.information.MetadataChangeEvent
public class MetadataChangeEvent
This event is used by the repository instances to keep their caches synchronized. If a repository updates information in the backend repository, they notify the Information Service which then notifies all the other repository instances that are interested in changes to the data item.
Constructor Summary | |
---|---|
MetadataChangeEvent(java.lang.String url,
java.lang.String repositoryId)
Construct a new event. |
Method Summary | |
---|---|
java.lang.String |
getRepositoryId()
Get the repository ID of the object that was changed. |
java.lang.String |
getUrl()
Get the URL of the repository that updated the data. |
Constructor Detail |
---|
public MetadataChangeEvent(java.lang.String url, java.lang.String repositoryId)
url
- The URL of the repository that changed the data.repositoryId
- The ID of the object that changed.Method Detail |
---|
public java.lang.String getUrl()
public java.lang.String getRepositoryId()
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |