|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ForwardOperations
This interface defines the remote interface for the ForwardOperations session EJB.
Method Summary | |
---|---|
boolean |
forwardNextRequest()
This method will try and forward the next request in the store. |
boolean |
forwardRequest(int sequenceNumber)
This method will try and forward the request specified by the sequence number. |
boolean |
isStoreEmpty()
This method will test if there are any requests on the store. |
void |
updateDestination(String status)
This method will ammend the online/offline status of the destination associated with this operation |
Method Detail |
---|
boolean forwardNextRequest() throws ProcessingErrorException, RemoteException
ProcessingErrorException
RemoteException
boolean forwardRequest(int sequenceNumber) throws ProcessingErrorException, RemoteException
sequenceNumber
- The sequence number of the request to forward
ProcessingErrorException
RemoteException
boolean isStoreEmpty() throws ProcessingErrorException, RemoteException
ProcessingErrorException
RemoteException
void updateDestination(String status) throws ProcessingErrorException, RemoteException
status
- the new status
ProcessingErrorException
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |