Uses of Class
solar.service.dan.Application

Packages that use Application
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.meeting Contains a Solar application that detects meeting starts and ends in an office. 
 

Uses of Application in solar
 

Methods in solar with parameters of type Application
 Guid Client.subscribe(java.lang.String query, Application app)
          Subscribe to any source whose name matches the query.
 Guid Client.subscribe(java.lang.String graph, java.lang.String root, Application app)
          Compose an operator graph and subscribe to one of the operators.
 

Uses of Application in solar.service.dan
 

Methods in solar.service.dan with parameters of type Application
 Guid DanClientService.subscribe(java.lang.String query, Application app)
          Subscribe to any source whose name matches specified query.
 Guid DanClientService.subscribe(java.lang.String graph, java.lang.String root, Application app)
          Subscribe to a specified operator defined in a graph.
 

Uses of Application in solar.test
 

Subclasses of Application in solar.test
 class EventPrinter
          A simple Solar application that make subscriptions to print all receive events.
 

Uses of Application in versus.meeting
 

Subclasses of Application in versus.meeting
 class MeetingApp
          This application simply receives events from MeetingDetector and notify some users by email.