|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uk.ac.ncl.cs.instantsoap.wsapi.BlockedInvocationResponse
public class BlockedInvocationResponse
Response from a potentially blocking invocation.
Mature instances of this class should have no null properties.
Constructor Summary | |
---|---|
BlockedInvocationResponse()
Make an empty instance. |
|
BlockedInvocationResponse(UUID uuid,
Map<String,String> result)
Make an instance with the information provided. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
Map<String,String> |
getResults()
Get the results map. |
UUID |
getUuid()
Get the uuid of this response. |
int |
hashCode()
|
void |
setResults(Map<String,String> results)
Set the results map. |
void |
setUuid(UUID uuid)
Set the uuid of this response. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BlockedInvocationResponse()
public BlockedInvocationResponse(UUID uuid, Map<String,String> result)
results
instance and takes ownership
of it.
uuid
- the UUID identifying the job that this response pertains toresult
- a Map
of the result names and valuesMethod Detail |
---|
public UUID getUuid()
UUID
identifying the job this relates topublic void setUuid(UUID uuid)
public Map<String,String> getResults()
Map
containing the results.public void setResults(Map<String,String> results)
results
- the Map
of result valuespublic boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |