Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [geclipse-dev] Replicable File Systems - proposal to the core changes

Hello!

Nice to see new abstraction added to g-Eclipse :-)

My sugestions:

1. Add parameter IProgressMonitor to addReplica, delReplica, listReplicas

2. As I understand listReplicas() return URI for all replicas registered for given store. And listReplicasHosts() return only hosts, on which replicas are registered for given store.

Because host names may be obtained also from URI returned by listReplicas(), I would remove listReplicasHosts() from interface as this is only convenience method.

3. I assume you want to declare methods as throwing CoreException, to make this interface useful also outside g-Eclipse?

--
Pozdrawiam,
Mariusz Wojtysiak


Back to the top