org.semispace.google.space.address
Class GoogleAddressFetcher

java.lang.Object
  extended by org.semispace.google.space.address.GoogleAddressFetcher
All Implemented Interfaces:
SemiEventListener, org.springframework.beans.factory.DisposableBean

public class GoogleAddressFetcher
extends Object
implements org.springframework.beans.factory.DisposableBean, SemiEventListener


Field Summary
protected static long TEN_YEARS
           
 
Constructor Summary
GoogleAddressFetcher()
           
 
Method Summary
 void destroy()
           
 int getSimultanousLookups()
           
 void init()
           
 void notify(SemiEvent theEvent)
           
 void setSimultanousLookups(int simultanousLookups)
           
 void setSpace(SemiSpaceInterface space)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEN_YEARS

protected static final long TEN_YEARS
See Also:
Constant Field Values
Constructor Detail

GoogleAddressFetcher

public GoogleAddressFetcher()
Method Detail

getSimultanousLookups

public int getSimultanousLookups()

setSimultanousLookups

public void setSimultanousLookups(int simultanousLookups)

setSpace

public void setSpace(SemiSpaceInterface space)

init

public void init()

destroy

public void destroy()
             throws Exception
Specified by:
destroy in interface org.springframework.beans.factory.DisposableBean
Throws:
Exception

notify

public void notify(SemiEvent theEvent)
Specified by:
notify in interface SemiEventListener
Parameters:
theEvent - Event which is subclass of the abstract SemiEvent
See Also:
SemiEvent, SemiAvailabilityEvent, SemiExpirationEvent


Copyright © 2008-2012. All Rights Reserved.