Uses of Interface
solar.service.pubsub.Publisher

Packages that use Publisher
campus.sysnort Contains the Sysnort application that can be used to monitor the wireless network. 
solar.service.pack Contains the PACK service that allows customized flow-control polices. 
solar.service.pack.client   
solar.service.pubsub   
solar.service.pubsub.client   
solar.test Contains some sample testing Solar nodes, such as sources, operators, and applications. 
 

Uses of Publisher in campus.sysnort
 

Classes in campus.sysnort that implement Publisher
 class SysnortSensor
          A Syslog source using Solar PACK service.
 

Uses of Publisher in solar.service.pack
 

Methods in solar.service.pack with parameters of type Publisher
 void ScribePackService.attachPublisher(Id pubId, Publisher publisher)
           
protected  void ScribePackService.doAttachPublisher(Id pubId, Id session, Address address, Publisher publisher)
           
 void ClientPackService.attachPublisher(Id pubId, Publisher publisher)
           
 void PackService.attachPublisher(Id pubId, Publisher publisher)
          Attach a PACK publisher to the service.
 

Uses of Publisher in solar.service.pack.client
 

Methods in solar.service.pack.client with parameters of type Publisher
 void PackClient.attachPublisher(Id pubId, Publisher publisher)
           
 

Uses of Publisher in solar.service.pubsub
 

Methods in solar.service.pubsub with parameters of type Publisher
 void ScribePubSubService.addPublisher(Id pubId, Publisher publisher)
           
protected  void ScribePubSubService.doPubRegister(Id pubId, Id session, Address address, Publisher publisher)
           
 void ClientPubSubService.addPublisher(Id pubId, Publisher publisher)
           
 void PubSubService.addPublisher(Id pubId, Publisher publisher)
          Register a publisher with the service.
 

Uses of Publisher in solar.service.pubsub.client
 

Methods in solar.service.pubsub.client with parameters of type Publisher
 void PubSubClient.addPublisher(Id pubId, Publisher publisher)
           
 

Uses of Publisher in solar.test
 

Classes in solar.test that implement Publisher
 class PackSender
          A standalone event publisher using PACK service.
 class ScribeSender
          A standalone event publisher using Pub/Sub service.