grinda.impl
Interface TupleBroker

All Superinterfaces:
ClientListener, java.lang.Cloneable, RequestListener, ResultListener, SubscriptionListener
All Known Implementing Classes:
LearningTupleBroker, MasterSlaveTupleBroker

public interface TupleBroker
extends ResultListener, RequestListener, ClientListener, SubscriptionListener, java.lang.Cloneable

This interface should be implemented by all classes that are responsable of forwarding the tuples beetwen the local and remote tuple spaces

Version:
1.0
Author:
Sirio Capizzi

Method Summary
 java.lang.Object clone()
           
 void initialize(java.lang.String id, TupleSpaceConfigurationParameter[] conf)
           
 
Methods inherited from interface grinda.impl.ResultListener
peerResult
 
Methods inherited from interface grinda.impl.RequestListener
peerRequest
 
Methods inherited from interface grinda.impl.ClientListener
clientRequest
 
Methods inherited from interface grinda.impl.SubscriptionListener
subscribe, unsubscribe
 

Method Detail

initialize

void initialize(java.lang.String id,
                TupleSpaceConfigurationParameter[] conf)

clone

java.lang.Object clone()


Copyright © 2006 Sirio Capizzi. All Rights Reserved.