1.0.0

Uses of Interface
org.eclipse.soda.dk.profile.service.ProfileService

Packages that use ProfileService
org.eclipse.soda.dk.adapter This package is part of the org.eclipse.soda.dk.adapter project. 
org.eclipse.soda.dk.profile This package is part of the org.eclipse.soda.dk.profile project. 
org.eclipse.soda.dk.profile.bundle This package is part of the org.eclipse.soda.dk.profile.bundle project. 
org.eclipse.soda.dk.profile.factory This package is part of the org.eclipse.soda.dk.profile.factory project. 
org.eclipse.soda.dk.profile.managed This package is part of the org.eclipse.soda.dk.profile.managed project. 
org.eclipse.soda.dk.profile.service This package is part of the org.eclipse.soda.dk.profile.service project. 
org.eclipse.soda.dk.profile.test This package is part of the org.eclipse.soda.dk.profile.test project. 
org.eclipse.soda.dk.profile.test.bundle This package is part of the org.eclipse.soda.dk.profile.test.bundle project. 
org.eclipse.soda.dk.profile.test.factory This package is part of the org.eclipse.soda.dk.profile.test.factory project. 
org.eclipse.soda.dk.profile.test.managed This package is part of the org.eclipse.soda.dk.profile.test.managed project. 
org.eclipse.soda.dk.profile.test.service This package is part of the org.eclipse.soda.dk.profile.test project. 
 

Uses of ProfileService in org.eclipse.soda.dk.adapter
 

Methods in org.eclipse.soda.dk.adapter with parameters of type ProfileService
 void Adapter.addProfile(ProfileService profile)
          Add profile with the specified profile parameter.
 void Adapter.removeProfile(ProfileService profile)
          Remove profile with the specified profile parameter.
 

Uses of ProfileService in org.eclipse.soda.dk.profile
 

Classes in org.eclipse.soda.dk.profile that implement ProfileService
 class DeviceProfile
           
 class Profile
           
 

Uses of ProfileService in org.eclipse.soda.dk.profile.bundle
 

Methods in org.eclipse.soda.dk.profile.bundle that return ProfileService
abstract  ProfileService ProfileBundle.createService(DeviceService device)
          Create service with the specified device parameter and return the Object result.
 ProfileService ProfileBundle.getProfile()
          Return the profile.
 

Methods in org.eclipse.soda.dk.profile.bundle with parameters of type ProfileService
 void ProfileBundle.setProfile(ProfileService profile)
          Sets the profile value.
 

Uses of ProfileService in org.eclipse.soda.dk.profile.factory
 

Methods in org.eclipse.soda.dk.profile.factory that return ProfileService
 ProfileService ProfileFactory.createService(DeviceService device)
          Create service with the specified transport parameter and return the Object result.
 

Uses of ProfileService in org.eclipse.soda.dk.profile.managed
 

Methods in org.eclipse.soda.dk.profile.managed that return ProfileService
 ProfileService ProfileManaged.createService(DeviceService device)
          Create service with the specified device parameter and return the Object result.
 ProfileService ProfileManaged.getProfile()
          Return the profile.
 

Uses of ProfileService in org.eclipse.soda.dk.profile.service
 

Methods in org.eclipse.soda.dk.profile.service with parameters of type ProfileService
 void ProfileListener.controlChanged(ProfileService device, java.lang.Object timestamp, ControlService control, int code)
          The controlChanged method is called when a control was changed.
 void ProfileListener.deviceChanged(ProfileService source, java.lang.Object timestamp, int newState, int oldState)
          This method will be called when the state of the ProfileService changes.
 

Uses of ProfileService in org.eclipse.soda.dk.profile.test
 

Methods in org.eclipse.soda.dk.profile.test that return ProfileService
 ProfileService ProfileTest.getAdapter()
          Gets the adapter (ProfileService) value.
abstract  ProfileService ProfileTest.getDefaultProfile()
          Gets the default adapter (ProfileService) value.
 ProfileService ProfileTest.getProfile()
          Gets the profile (ProfileService) value.
 

Methods in org.eclipse.soda.dk.profile.test with parameters of type ProfileService
 void ProfileTest.setAdapter(ProfileService adapter)
          Sets the adapter value.
 void ProfileTest.setProfile(ProfileService profile)
          Sets the profile value.
 

Uses of ProfileService in org.eclipse.soda.dk.profile.test.bundle
 

Methods in org.eclipse.soda.dk.profile.test.bundle with parameters of type ProfileService
abstract  ProfileTestService ProfileTestBundle.createService(ProfileService device)
          Create the Tester for the specified device.
 

Uses of ProfileService in org.eclipse.soda.dk.profile.test.factory
 

Methods in org.eclipse.soda.dk.profile.test.factory with parameters of type ProfileService
abstract  ProfileTestService ProfileTestFactory.createService(ProfileService profile)
          Create service with the specified transport parameter and return the Object result.
 

Uses of ProfileService in org.eclipse.soda.dk.profile.test.managed
 

Methods in org.eclipse.soda.dk.profile.test.managed that return ProfileService
 ProfileService ProfileTestManaged.getProfile()
          Get the ProfileService to be used by the profileTest.
 

Methods in org.eclipse.soda.dk.profile.test.managed with parameters of type ProfileService
abstract  ProfileTestService ProfileTestManaged.createService(ProfileService transport)
          Create service with the specified transport parameter and return the Object result.
 

Uses of ProfileService in org.eclipse.soda.dk.profile.test.service
 

Methods in org.eclipse.soda.dk.profile.test.service that return ProfileService
 ProfileService ProfileTestService.getProfile()
          Gets the profile (ProfileService) value.
 

Methods in org.eclipse.soda.dk.profile.test.service with parameters of type ProfileService
 void ProfileTestService.setProfile(ProfileService device)
          Sets the device value.
 


1.0.0

Copyright (c) 1999, 2007 IBM