|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BlockingOperationProvider
Interface implemented by those object providing the blocking semantic of the tuple space
Method Summary | |
---|---|
void |
addListener(OperationType operation,
InternalTuple templ,
java.lang.String spaceName,
URI l)
Adds a listener for a blocking operation |
boolean |
handle(InternalTuple t,
java.lang.String spaceName)
Handles an new tuple that would be inserted in the space. |
Method Detail |
---|
boolean handle(InternalTuple t, java.lang.String spaceName)
t
- the tuplespaceName
- the spaceName in which inserting the tuple
void addListener(OperationType operation, InternalTuple templ, java.lang.String spaceName, URI l)
operation
- the operation typetempl
- the templatespaceName
- the spaceName in which inserting the tuplel
- the uri of the listener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |