org.iids.aos.locationmanager
Class HostManagerInfo

java.lang.Object
  extended by org.iids.aos.locationmanager.HostManagerInfo

public class HostManagerInfo
extends java.lang.Object

Author:
mobach@cs.vu.nl

Constructor Summary
HostManagerInfo()
           
HostManagerInfo(Address address, HostManager hostManager)
           
 
Method Summary
 Address getAddress()
           
 HostManager getHostManager()
           
 boolean isConfiguredByLocation()
           
 void setAddress(Address address)
           
 void setHostManager(HostManager hostManager)
           
 void setIsConfiguredByLocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostManagerInfo

public HostManagerInfo()

HostManagerInfo

public HostManagerInfo(Address address,
                       HostManager hostManager)
Method Detail

getAddress

public Address getAddress()

setAddress

public void setAddress(Address address)

getHostManager

public HostManager getHostManager()

setHostManager

public void setHostManager(HostManager hostManager)

setIsConfiguredByLocation

public void setIsConfiguredByLocation()

isConfiguredByLocation

public boolean isConfiguredByLocation()


Copyright © 2003, 2004 IIDS Group. All Rights Reserved.