com.atlassian.crowd.console.value.directory
Class RemoteCrowdConnection

java.lang.Object
  extended by com.atlassian.crowd.console.value.directory.RemoteCrowdConnection

public class RemoteCrowdConnection
extends Object


Constructor Summary
RemoteCrowdConnection()
           
 
Method Summary
 long getHttpMaxConnections()
           
 long getHttpTimeout()
           
 long getPollingIntervalInMin()
           
 boolean isIncrementalSyncEnabled()
           
 void setHttpMaxConnections(long httpMaxConnections)
           
 void setHttpTimeout(long httpTimeout)
           
 void setIncrementalSyncEnabled(boolean incrementalSyncEnabled)
           
 void setPollingIntervalInMin(long pollingIntervalInMin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCrowdConnection

public RemoteCrowdConnection()
Method Detail

getHttpTimeout

public long getHttpTimeout()

setHttpTimeout

public void setHttpTimeout(long httpTimeout)

getHttpMaxConnections

public long getHttpMaxConnections()

setHttpMaxConnections

public void setHttpMaxConnections(long httpMaxConnections)

isIncrementalSyncEnabled

public boolean isIncrementalSyncEnabled()

setIncrementalSyncEnabled

public void setIncrementalSyncEnabled(boolean incrementalSyncEnabled)

getPollingIntervalInMin

public long getPollingIntervalInMin()

setPollingIntervalInMin

public void setPollingIntervalInMin(long pollingIntervalInMin)


Copyright © 2013 Atlassian. All Rights Reserved.