| edu.iu.uis.eden.test.services.ChainedRequestService
ChainedRequestService | public interface ChainedRequestService (Code) | | A simple service which we can use to effectively "touch" the servers in a system
author: Eric Westfall |
Method Summary | |
public String | sendRequest(String value) Should take the given String value and append the message entity of the current server onto the end
with a comma in between. |
sendRequest | public String sendRequest(String value)(Code) | | Should take the given String value and append the message entity of the current server onto the end
with a comma in between. Then it should forward the call of to another server.
|
|
|