1.0.0

Uses of Interface
org.eclipse.soda.dk.interest.service.InterestService

Packages that use InterestService
org.eclipse.soda.dk.device This package is part of the org.eclipse.soda.dk.device project. 
org.eclipse.soda.dk.interest This package is part of the org.eclipse.soda.dk.core project. 
org.eclipse.soda.dk.profile.test.agent   
org.eclipse.soda.dk.transport This package is part of the org.eclipse.soda.dk.transport project. 
org.eclipse.soda.dk.transport.service This package is part of the org.eclipse.soda.dk.transport.service project. 
 

Uses of InterestService in org.eclipse.soda.dk.device
 

Methods in org.eclipse.soda.dk.device that return InterestService
 InterestService TransportDevice.getInterest()
          Gets the interest filter for the device.
 

Uses of InterestService in org.eclipse.soda.dk.interest
 

Classes in org.eclipse.soda.dk.interest that implement InterestService
 class InterestMask
           
 class InterestMasks
           
 

Fields in org.eclipse.soda.dk.interest declared as InterestService
static InterestService[] InterestMasks.EMPTY_INTEREST_SERVICE_ARRAY
          Define the empty interest service array (InterestService[]) constant.
 

Methods in org.eclipse.soda.dk.interest that return InterestService
 InterestService[] InterestMasks.getInterestMasks()
          Gets the interest masks (InterestService[]) value.
 

Methods in org.eclipse.soda.dk.interest with parameters of type InterestService
 void InterestMasks.add(InterestService interestService)
          Add with the specified interest service parameter.
 void InterestMasks.remove(InterestService interestService)
          Remove with the specified interest service parameter.
 void InterestMasks.setInterestMasks(InterestService[] interestMasks)
          Sets the interest masks value.
 

Constructors in org.eclipse.soda.dk.interest with parameters of type InterestService
InterestMasks(InterestService interestService)
          Constructs an instance of this class from the specified interest service parameter.
InterestMasks(InterestService[] interestServices)
          Constructs an instance of this class from the specified interest services parameter.
 

Uses of InterestService in org.eclipse.soda.dk.profile.test.agent
 

Methods in org.eclipse.soda.dk.profile.test.agent that return InterestService
static InterestService ProfileAbstractTestCase.parseInterestMask(java.lang.String maskConfig)
          Parse interest mask with the specified comma delimited pattern and comma delimited care parameters and return the InterestMask result.
 

Uses of InterestService in org.eclipse.soda.dk.transport
 

Methods in org.eclipse.soda.dk.transport with parameters of type InterestService
 void Transport.addInterest(InterestService interest)
          Add interest object.
 void Transport.removeInterest(InterestService interest)
           
 

Uses of InterestService in org.eclipse.soda.dk.transport.service
 

Methods in org.eclipse.soda.dk.transport.service with parameters of type InterestService
 void TransportService.addInterest(InterestService interest)
          Add an interest object to the transport.
 void TransportService.removeInterest(InterestService interest)
          Remove an interest object from the transport.
 


1.0.0

Copyright (c) 1999, 2007 IBM