org.globus.mds.aggregator.impl
Class AggregatorConfiguration
java.lang.Object
org.globus.mds.aggregator.impl.AggregatorConfiguration
- public class AggregatorConfiguration
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static org.apache.commons.logging.Log logger
entrySweeperInterval
private long entrySweeperInterval
notifyOnEntryLifetimeExtension
private boolean notifyOnEntryLifetimeExtension
notifyOnEntryContentChange
private boolean notifyOnEntryContentChange
entryRemovedCallbackClassName
private java.lang.String entryRemovedCallbackClassName
aggregatorSources
private java.lang.String aggregatorSources
executableMappings
private java.lang.String executableMappings
sources
private java.util.ArrayList sources
executables
private java.util.Hashtable executables
removeCallback
private AggregatorServiceGroupEntryRemovedCallback removeCallback
AggregatorConfiguration
public AggregatorConfiguration()
getAggregatorSources
public java.lang.String getAggregatorSources()
getExecutableMappings
public java.lang.String getExecutableMappings()
getAggregatorSourceList
public java.util.ArrayList getAggregatorSourceList()
getExecutableMappingTable
public java.util.Hashtable getExecutableMappingTable()
setAggregatorSources
public void setAggregatorSources(java.lang.String s)
setExecutableMappings
public void setExecutableMappings(java.lang.String s)
getEntryRemovedCallback
public java.lang.String getEntryRemovedCallback()
setEntryRemovedCallback
public void setEntryRemovedCallback(java.lang.String className)
getEntryRemovedCallbackInstance
public AggregatorServiceGroupEntryRemovedCallback getEntryRemovedCallbackInstance()
getEntrySweeperInterval
public long getEntrySweeperInterval()
setEntrySweeperInterval
public void setEntrySweeperInterval(long val)
getNotifyOnEntryLifetimeExtensionValue
public boolean getNotifyOnEntryLifetimeExtensionValue()
getNotifyOnEntryContentChangeValue
public boolean getNotifyOnEntryContentChangeValue()
getNotifyOnEntryLifetimeExtension
public java.lang.String getNotifyOnEntryLifetimeExtension()
getNotifyOnEntryContentChange
public java.lang.String getNotifyOnEntryContentChange()
setNotifyOnEntryLifetimeExtension
public void setNotifyOnEntryLifetimeExtension(java.lang.String bool)
setNotifyOnEntryContentChange
public void setNotifyOnEntryContentChange(java.lang.String bool)