Uses of Class
se.unlogic.eagledns.SecondaryZone

Packages that use SecondaryZone
se.unlogic.eagledns   
se.unlogic.eagledns.zoneproviders.db   
se.unlogic.eagledns.zoneproviders.db.beans   
se.unlogic.eagledns.zoneproviders.file   
 

Uses of SecondaryZone in se.unlogic.eagledns
 

Methods in se.unlogic.eagledns that return SecondaryZone
 SecondaryZone CachedSecondaryZone.getSecondaryZone()
           
 

Methods in se.unlogic.eagledns that return types with arguments of type SecondaryZone
 java.util.Collection<SecondaryZone> ZoneProvider.getSecondaryZones()
          This method is called each time EagleDNS reloads it's zones.
 

Methods in se.unlogic.eagledns with parameters of type SecondaryZone
 void CachedSecondaryZone.setSecondaryZone(SecondaryZone secondaryZone)
           
 void ZoneProvider.zoneChecked(SecondaryZone secondaryZone)
          This method is called each time a zone has been downloaded and no changes have been detected (by comparing the serial)
 void ZoneProvider.zoneUpdated(SecondaryZone secondaryZone)
          This method is called when a change has been detected in a secondary zone previously loaded from this ZoneProvider.
 

Constructors in se.unlogic.eagledns with parameters of type SecondaryZone
CachedSecondaryZone(ZoneProvider zoneProvider, SecondaryZone secondaryZone)
           
 

Uses of SecondaryZone in se.unlogic.eagledns.zoneproviders.db
 

Methods in se.unlogic.eagledns.zoneproviders.db that return types with arguments of type SecondaryZone
 java.util.Collection<SecondaryZone> DBZoneProvider.getSecondaryZones()
           
 

Methods in se.unlogic.eagledns.zoneproviders.db with parameters of type SecondaryZone
 void DBZoneProvider.zoneChecked(SecondaryZone zone)
           
 void DBZoneProvider.zoneUpdated(SecondaryZone zone)
           
 

Uses of SecondaryZone in se.unlogic.eagledns.zoneproviders.db.beans
 

Subclasses of SecondaryZone in se.unlogic.eagledns.zoneproviders.db.beans
 class DBSecondaryZone
           
 

Uses of SecondaryZone in se.unlogic.eagledns.zoneproviders.file
 

Methods in se.unlogic.eagledns.zoneproviders.file that return types with arguments of type SecondaryZone
 java.util.Collection<SecondaryZone> FileZoneProvider.getSecondaryZones()
           
 

Methods in se.unlogic.eagledns.zoneproviders.file with parameters of type SecondaryZone
 void FileZoneProvider.zoneChecked(SecondaryZone secondaryZone)
           
 void FileZoneProvider.zoneUpdated(SecondaryZone secondaryZone)
           
 



Copyright © 2011. All Rights Reserved.