org.globus.mds.aggregator.impl
Class AggregatorConfiguration

java.lang.Object
  extended byorg.globus.mds.aggregator.impl.AggregatorConfiguration

public class AggregatorConfiguration
extends Object


Constructor Summary
AggregatorConfiguration()
           
 
Method Summary
 ArrayList getAggregatorSourceList()
           
 String getAggregatorSources()
           
 String getEntryRemovedCallback()
           
 AggregatorServiceGroupEntryRemovedCallback getEntryRemovedCallbackInstance()
           
 long getEntrySweeperInterval()
           
 String getExecutableMappings()
           
 Hashtable getExecutableMappingTable()
           
 String getNotifyOnEntryContentChange()
           
 boolean getNotifyOnEntryContentChangeValue()
           
 String getNotifyOnEntryLifetimeExtension()
           
 boolean getNotifyOnEntryLifetimeExtensionValue()
           
 void setAggregatorSources(String s)
           
 void setEntryRemovedCallback(String className)
           
 void setEntrySweeperInterval(long val)
           
 void setExecutableMappings(String s)
           
 void setNotifyOnEntryContentChange(String bool)
           
 void setNotifyOnEntryLifetimeExtension(String bool)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatorConfiguration

public AggregatorConfiguration()
Method Detail

getAggregatorSources

public String getAggregatorSources()

getExecutableMappings

public String getExecutableMappings()

getAggregatorSourceList

public ArrayList getAggregatorSourceList()

getExecutableMappingTable

public Hashtable getExecutableMappingTable()

setAggregatorSources

public void setAggregatorSources(String s)

setExecutableMappings

public void setExecutableMappings(String s)

getEntryRemovedCallback

public String getEntryRemovedCallback()

setEntryRemovedCallback

public void setEntryRemovedCallback(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 String getNotifyOnEntryLifetimeExtension()

getNotifyOnEntryContentChange

public String getNotifyOnEntryContentChange()

setNotifyOnEntryLifetimeExtension

public void setNotifyOnEntryLifetimeExtension(String bool)

setNotifyOnEntryContentChange

public void setNotifyOnEntryContentChange(String bool)


Copyright © 1999-2006 University of Chicago. All rights reserved.