grinda.impl
Interface ClientListener
- All Known Subinterfaces:
- TupleBroker
- All Known Implementing Classes:
- LearningTupleBroker, MasterSlaveTupleBroker
public interface ClientListener
This interface should be implemented by all the classes
interested in receiving notifications about operations made by the client
- Version:
- 1.0
- Author:
- Sirio Capizzi
Method Summary |
TupleSpaceResult |
clientRequest(TupleSpaceOperation op,
java.lang.String client)
Called when the client performs an |
clientRequest
TupleSpaceResult clientRequest(TupleSpaceOperation op,
java.lang.String client)
throws java.rmi.RemoteException
- Called when the client performs an
- Parameters:
op
- TupleSpaceOperationclient
- String
- Returns:
- InternalTuple
- Throws:
java.rmi.RemoteException
Copyright © 2006 Sirio Capizzi. All Rights Reserved.