org.codehaus.wadi.replication.manager.basic
Class BasicProxyFactory

java.lang.Object
  extended by org.codehaus.wadi.replication.manager.basic.BasicProxyFactory
All Implemented Interfaces:
ProxyFactory

public class BasicProxyFactory
extends java.lang.Object
implements ProxyFactory

Version:
$Revision: 2340 $

Constructor Summary
BasicProxyFactory(ServiceSpace serviceSpace)
           
 
Method Summary
 ReplicaStorage newReplicaStorageProxy()
           
 ReplicaStorage newReplicaStorageProxy(Peer[] peers)
           
 ReplicaStorage newReplicaStorageProxyForDelete(Peer[] peers)
           
 ServiceProxyFactory newReplicaStorageServiceProxyFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicProxyFactory

public BasicProxyFactory(ServiceSpace serviceSpace)
Method Detail

newReplicaStorageServiceProxyFactory

public ServiceProxyFactory newReplicaStorageServiceProxyFactory()
Specified by:
newReplicaStorageServiceProxyFactory in interface ProxyFactory

newReplicaStorageProxy

public ReplicaStorage newReplicaStorageProxy()
Specified by:
newReplicaStorageProxy in interface ProxyFactory

newReplicaStorageProxy

public ReplicaStorage newReplicaStorageProxy(Peer[] peers)
Specified by:
newReplicaStorageProxy in interface ProxyFactory

newReplicaStorageProxyForDelete

public ReplicaStorage newReplicaStorageProxyForDelete(Peer[] peers)
Specified by:
newReplicaStorageProxyForDelete in interface ProxyFactory


Copyright © 2010. All Rights Reserved.