xsul.xpola.capman
Interface RequestManager
- All Known Implementing Classes:
- CapmanAbstractImpl, CapmanClient
- public interface RequestManager
registerRequest
public void registerRequest(java.lang.String request)
throws java.lang.Exception
- Throws:
java.lang.Exception
responseToRequest
public void responseToRequest(java.lang.String response)
throws java.lang.Exception
- Throws:
java.lang.Exception
removeRequestById
public void removeRequestById(java.lang.String id)
throws java.lang.Exception
- Throws:
java.lang.Exception
removeRequestsByIssuer
public void removeRequestsByIssuer(java.lang.String requester)
throws java.lang.Exception
- Throws:
java.lang.Exception
getRequestById
public java.lang.String getRequestById(java.lang.String id)
throws java.lang.Exception
- Throws:
java.lang.Exception
getRequestsByIssuer
public java.lang.String[] getRequestsByIssuer(java.lang.String issuer)
throws java.lang.Exception
- Throws:
java.lang.Exception
getRequestsByReceiver
public java.lang.String[] getRequestsByReceiver(java.lang.String receiver)
throws java.lang.Exception
- Throws:
java.lang.Exception
IU Extreme! Lab (http://www.extreme.indiana.edu)