|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISunriseRequestService
Interface for accessing Sunrise SSR execution methods.
| Method Summary | |
|---|---|
void |
sendAsynchronousSSR(SSR ssr)
Sends the given SSR asynchronously. |
void |
sendSPRAsSSR(SPR spr)
Sends a SPR to Sunrise. |
Message |
sendSynchronousSSR(SSR ssr)
Sends a SSR to Sunrise. |
Message |
sendSynchronousSSR(SSR ssr,
int timeout,
TimeUnit timeUnit)
Sends a SSR to Sunrise. |
| Method Detail |
|---|
Message sendSynchronousSSR(SSR ssr)
ssr - The SSR which should be sent. null is not allowed.
Message sendSynchronousSSR(SSR ssr,
int timeout,
TimeUnit timeUnit)
ssr - The SSR which should be sent. null is not allowed.timeout - the timeout to wait for a response.timeUnit - the timeout unit for the timeout
void sendAsynchronousSSR(SSR ssr)
ssr - The SSR which should be sent.void sendSPRAsSSR(SPR spr)
spr - The SPR which should be sent. null is not allowed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||