org.alfresco.repo.replication
Class ReplicationParamsImpl

java.lang.Object
  extended by org.alfresco.repo.replication.ReplicationParamsImpl
All Implemented Interfaces:
ReplicationParams

public class ReplicationParamsImpl
extends java.lang.Object
implements ReplicationParams

Configurable system parameters.


Constructor Summary
ReplicationParamsImpl()
           
 
Method Summary
 boolean getTransferReadOnly()
          Lock replicated items in target repository
 void setTransferReadOnly(boolean readOnly)
          Sets whether to lock replicated items
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicationParamsImpl

public ReplicationParamsImpl()
Method Detail

setTransferReadOnly

public void setTransferReadOnly(boolean readOnly)
Sets whether to lock replicated items

Parameters:
readOnly - true lock replicated items in target repository

getTransferReadOnly

public boolean getTransferReadOnly()
Description copied from interface: ReplicationParams
Lock replicated items in target repository

Specified by:
getTransferReadOnly in interface ReplicationParams
Returns:
true lock replication items


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.