Uses of Interface
solar.service.pubsub.EndPoint

Packages that use EndPoint
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.pubsub   
solar.test Contains some sample testing Solar nodes, such as sources, operators, and applications. 
 

Uses of EndPoint in campus.sysnort
 

Classes in campus.sysnort that implement EndPoint
 class SysnortSensor
          A Syslog source using Solar PACK service.
 class TriggerHandler
          A container class for Sysnort triggers.
 

Uses of EndPoint in solar.service.pack
 

Fields in solar.service.pack declared as EndPoint
(package private)  EndPoint EndPointManager.EP._endpoint
           
 

Methods in solar.service.pack that return EndPoint
 EndPoint EndPointManager.getEndPoint(Id id)
           
 

Methods in solar.service.pack with parameters of type EndPoint
 void EndPointManager.attach(Id id, Id session, Address address, EndPoint endpoint)
           
 

Constructors in solar.service.pack with parameters of type EndPoint
EndPointManager.EP(Id session, Address address, EndPoint endpoint)
           
 

Uses of EndPoint in solar.service.pubsub
 

Subinterfaces of EndPoint in solar.service.pubsub
 interface Publisher
          Interface for the publishers who sends out an event stream.
 interface Subscriber
          The interface for the subscriber who receives an event stream.
 

Fields in solar.service.pubsub declared as EndPoint
(package private)  EndPoint EndPointManager.EP._endpoint
           
 

Methods in solar.service.pubsub that return EndPoint
 EndPoint EndPointManager.getEndPoint(Id id)
           
 

Methods in solar.service.pubsub with parameters of type EndPoint
 void EndPointManager.putEndPoint(Id id, Id session, Address address, EndPoint endpoint)
           
 

Constructors in solar.service.pubsub with parameters of type EndPoint
EndPointManager.EP(Id session, Address address, EndPoint endpoint)
           
 

Uses of EndPoint in solar.test
 

Classes in solar.test that implement EndPoint
(package private)  class PackReceiver.Profiler
           
 class PackSender
          A standalone event publisher using PACK service.
(package private)  class ScribeReceiver.Profiler
           
 class ScribeSender
          A standalone event publisher using Pub/Sub service.