|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NoSuchConversation | |
|---|---|
| uk.ac.soton.ecs.iam.grid.client.staterepos | |
| uk.ac.soton.ecs.iam.grid.comms.client | |
| uk.ac.soton.itinnovation.grid.comms.job | |
| Uses of NoSuchConversation in uk.ac.soton.ecs.iam.grid.client.staterepos |
|---|
| Methods in uk.ac.soton.ecs.iam.grid.client.staterepos that throw NoSuchConversation | |
|---|---|
void |
AbstractStateRepository.addObject(StorableInStateRepository object)
|
protected abstract void |
AbstractStateRepository.deleteConversation(Conversation conversation)
Remove conversation from the StateRepository. |
protected void |
MemoryStateRepository.deleteConversation(Conversation conversation)
|
abstract StorableInStateRepository[] |
AbstractStateRepository.getByParent(URL parentID)
|
StorableInStateRepository[] |
MemoryStateRepository.getByParent(URL parentID)
|
abstract Conversation |
AbstractStateRepository.getConversationByID(URL cid)
|
Conversation |
MemoryStateRepository.getConversationByID(URL cid)
|
StorableInStateRepository |
MemoryStateRepository.getObject(URL id)
|
DataConversation |
JobConversationImpl.input(String name)
Deprecated. |
DataConversation |
JobConversationImpl.output(String name)
Deprecated. |
void |
AbstractStateRepository.removeObject(StorableInStateRepository object)
Remove conversation from the StateRepository. |
protected abstract void |
AbstractStateRepository.removeObjectInternal(StorableInStateRepository object)
|
protected void |
MemoryStateRepository.removeObjectInternal(StorableInStateRepository object)
|
protected void |
FileStateRepository.removeObjectInternal(StorableInStateRepository object)
|
| Uses of NoSuchConversation in uk.ac.soton.ecs.iam.grid.comms.client |
|---|
| Methods in uk.ac.soton.ecs.iam.grid.comms.client that throw NoSuchConversation | |
|---|---|
void |
StateRepository.addObject(StorableInStateRepository object)
Add this object to the repository. |
StorableInStateRepository[] |
StateRepository.getByParent(URL parent_cid)
Returns a list of all children of the given conversation. |
Conversation |
StateRepository.getConversationByID(URL cid)
Returns the Conversation object corresponding to the given URL. |
StorableInStateRepository |
StateRepository.getObject(URL id)
Get an object based on its URL. |
DataConversation |
JobConversation.input(String name)
Get the named input conversation. |
DataConversation |
JobConversation.output(String name)
Get the named output conversation. |
void |
StateRepository.removeObject(StorableInStateRepository object)
Remove this object from the repository. |
| Uses of NoSuchConversation in uk.ac.soton.itinnovation.grid.comms.job |
|---|
| Methods in uk.ac.soton.itinnovation.grid.comms.job that throw NoSuchConversation | |
|---|---|
DataConversation |
JobHelpers.input(String name)
|
DataConversation |
JobHelpers.output(String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||