Uses of Class
solar.service.dan.Source

Packages that use Source
campus.snmp Contains Solar source and operators to use SNMP retrieving information about WLAN. 
campus.syslog Contains Solar source and operators to use Syslog message stream inferring information about WLAN. 
solar Contains some basic Solar classes, such as client facade, Planet, and global constants. 
solar.service.dan Contains DAN (Data Aggregation Network) service and related classes. 
solar.test Contains some sample testing Solar nodes, such as sources, operators, and applications. 
versus Contains various Versus-related Solar source and operators. 
 

Uses of Source in campus.snmp
 

Subclasses of Source in campus.snmp
 class SnmpSource
          A Solar source that polls access points to get MAC-IP mapping using SNMP.
 

Uses of Source in campus.syslog
 

Subclasses of Source in campus.syslog
 class SyslogSource
          A syslog source that produces events from syslog messages.
 

Uses of Source in solar
 

Methods in solar with parameters of type Source
 Guid Client.advertise(java.lang.String name, Source src)
          Advertise a static name for a Solar source.
 Guid Client.advertise(java.lang.String name, java.lang.Object obj, Source src)
          Advertise a static name for a Solar source.
 Guid Client.advertise(java.lang.String graph, java.lang.String name, java.lang.Object obj, Source src)
          Advertise a dynamic name for a Solar source.
 

Uses of Source in solar.service.dan
 

Methods in solar.service.dan with parameters of type Source
 Guid DanClientService.advertise(java.lang.String name, java.lang.Object extra, Source src)
          Advertise a static name with a name object and return an ID.
 Guid DanClientService.advertise(java.lang.String graph, java.lang.String name, java.lang.Object extra, Source src)
          Advertise a dynamic name with a name object and return an ID.
 

Uses of Source in solar.test
 

Subclasses of Source in solar.test
 class ClockSource
          A source periodically publishes events containing current timestamp.
 

Uses of Source in versus
 

Subclasses of Source in versus
 class VersusSource
          A location source that connects to the Versus badge server.