org.kuali.rice.ksb.messaging.remotedservices
Interface ChainedRequestService

All Known Implementing Classes:
ChainedRequestService1Impl, ChainedRequestService2Impl

public interface ChainedRequestService

A simple service which we can use to effectively "touch" the servers in a system

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String sendRequest(String value)
          Should take the given String value and append the application id of the current server onto the end with a comma in between.
 

Method Detail

sendRequest

String sendRequest(String value)
Should take the given String value and append the application id of the current server onto the end with a comma in between. Then it should forward the call of to another server.



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.