2009-01-09 1.2.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.swt This package is part of the org.eclipse.soda.dk.profile.swt 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
           
 

Methods in org.eclipse.soda.dk.profile with parameters of type ProfileService
 void ProfileListeners.channelChanged(ProfileService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
 void ProfileListeners.controlChanged(ProfileService container, java.lang.Object timestamp, ControlService control, int code)
          The controlChanged method is called when a control was changed.
 void ProfileListeners.profileChanged(ProfileService source, java.lang.Object timestamp, int newState, int oldState)
          Device changed with the specified source, timestamp, new state and old state parameters.
 

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

Methods in org.eclipse.soda.dk.profile.bundle that return ProfileService
 ProfileService ProfileBundle.createService(IBundleActivationManager bundleActivationManager)
          Create service and return the ProfileService 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 device parameter and return the ProfileService 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 ProfileService result.
 

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

Methods in org.eclipse.soda.dk.profile.service with parameters of type ProfileService
 void MultiplexProfileListener.channelChanged(ProfileService source, java.lang.Object timestamp, ChannelService channel, int newState, int oldState)
          Channel changed with the specified source, timestamp, channel, new state and old state parameters.
 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.profileChanged(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.swt
 

Fields in org.eclipse.soda.dk.profile.swt declared as ProfileService
protected  ProfileService ProfileSwt.profile
          Define the device (ProfileService) field.
 

Methods in org.eclipse.soda.dk.profile.swt that return ProfileService
 ProfileService ProfileSwt.getDefaultProfile()
          Gets the default device (ProfileService) value.
 ProfileService ProfileSwt.getProfile()
          Gets the device (ProfileService) value.
 

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

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 service with the specified device parameter and return the ProfileTestService result.
 

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 profile parameter and return the ProfileTestService 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 ProfileTestService 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 profile value.
 


2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.