|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.notification.model.RestletObserver
public final class RestletObserver
RestletObserver acts like an observer proxy to send notify event by a Restlet request to a distant resource with the specified method. A notify event is a Notification.class object.
Constructor Summary | |
---|---|
RestletObserver()
Default constructor |
Method Summary | |
---|---|
java.lang.String |
getMediaTypeToNotify()
Gets the mediaTypeToNotify value |
java.lang.String |
getMethodToNotify()
Gets the methodToNotify value |
java.lang.String |
getUriToNotify()
Gets the uriToNotify value |
java.lang.String |
getUuid()
Gets the uuid value |
void |
setMediaTypeToNotify(java.lang.String mediaTypeToNotify)
Sets the value of mediaTypeToNotify |
void |
setMethodToNotify(java.lang.String methodToNotify)
Sets the value of methodToNotify |
void |
setUriToNotify(java.lang.String uriToNotify)
Sets the value of uriToNotify |
void |
setUuid(java.lang.String uuid)
Sets the value of uuid |
void |
update(RestletObservable o,
java.lang.Object arg)
Update to notify |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestletObserver()
Method Detail |
---|
public java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid
- the uuid to setpublic java.lang.String getUriToNotify()
public void setUriToNotify(java.lang.String uriToNotify)
uriToNotify
- the uriToNotify to setpublic java.lang.String getMethodToNotify()
public void setMethodToNotify(java.lang.String methodToNotify)
methodToNotify
- the methodToNotify to setpublic java.lang.String getMediaTypeToNotify()
public void setMediaTypeToNotify(java.lang.String mediaTypeToNotify)
mediaTypeToNotify
- the mediaTypeToNotify to setpublic void update(RestletObservable o, java.lang.Object arg)
o
- restlet observablearg
- object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |