|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Conversation
Each Conversation object corresponds to a GRIA 2 conversation. New Conversation objects are only created by the StateRepository.
| Method Summary | |
|---|---|
void |
finish()
Indicate that this conversation is no longer required. |
StorableInStateRepository[] |
getChildConversations()
Returns an array of all conversations having this one as a parent. |
RemoteService |
getService()
Return the conversation's RemoteService. |
boolean |
isFinished()
Returns true if the finish method has been called. |
void |
outOfDate()
Used by the StateRepository if the server returns new resource with our ID. |
| Methods inherited from interface uk.ac.soton.ecs.iam.grid.comms.client.StorableInStateRepository |
|---|
getDescription, getEndpointRef, getInterface, getParentURL, getRepository, getURL, setDescription |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
StorableInStateRepository[] getChildConversations()
void finish()
Note that this does not close the conversation with the
remote supplier. You should normally call a different method,
such as WSResourceLifetime.destroy().
boolean isFinished()
RemoteService getService()
void outOfDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||