|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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(java.lang.String status)
This method will ammend the online/offline status of the destination associated with this operation |
Method Detail |
public boolean forwardNextRequest() throws ProcessingErrorException, java.rmi.RemoteException
ProcessingErrorException
java.rmi.RemoteException
public boolean forwardRequest(int sequenceNumber) throws ProcessingErrorException, java.rmi.RemoteException
ProcessingErrorException
java.rmi.RemoteException
public boolean isStoreEmpty() throws ProcessingErrorException, java.rmi.RemoteException
ProcessingErrorException
java.rmi.RemoteException
public void updateDestination(java.lang.String status) throws ProcessingErrorException, java.rmi.RemoteException
status
- the new status
ProcessingErrorException
java.rmi.RemoteException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |