org.codehaus.wadi.replication.manager.basic
Interface ProxyFactory

All Known Implementing Classes:
BasicProxyFactory

public interface ProxyFactory

Version:
$Revision: 2340 $

Method Summary
 ReplicaStorage newReplicaStorageProxy()
           
 ReplicaStorage newReplicaStorageProxy(org.codehaus.wadi.group.Peer[] peers)
           
 ReplicaStorage newReplicaStorageProxyForDelete(org.codehaus.wadi.group.Peer[] peers)
           
 ServiceProxyFactory newReplicaStorageServiceProxyFactory()
           
 

Method Detail

newReplicaStorageServiceProxyFactory

ServiceProxyFactory newReplicaStorageServiceProxyFactory()

newReplicaStorageProxy

ReplicaStorage newReplicaStorageProxy()

newReplicaStorageProxy

ReplicaStorage newReplicaStorageProxy(org.codehaus.wadi.group.Peer[] peers)

newReplicaStorageProxyForDelete

ReplicaStorage newReplicaStorageProxyForDelete(org.codehaus.wadi.group.Peer[] peers)


Copyright © 2008. All Rights Reserved.