1.0.0

Uses of Interface
org.eclipse.soda.dk.agent.service.AgentService

Packages that use AgentService
org.eclipse.soda.dk.agent This package is part of the org.eclipse.soda.dk.agent project. 
org.eclipse.soda.dk.agent.bundle This package is part of the org.eclipse.soda.dk.agent.bundle project. 
org.eclipse.soda.dk.agent.factory This package is part of the org.eclipse.soda.dk.agent.factory project. 
org.eclipse.soda.dk.agent.managed This package is part of the org.eclipse.soda.dk.agent.managed project. 
org.eclipse.soda.dk.agent.test This package is part of the org.eclipse.soda.dk.agent.test project. 
 

Uses of AgentService in org.eclipse.soda.dk.agent
 

Classes in org.eclipse.soda.dk.agent that implement AgentService
 class Agent
           
 

Uses of AgentService in org.eclipse.soda.dk.agent.bundle
 

Methods in org.eclipse.soda.dk.agent.bundle that return AgentService
abstract  AgentService AgentBundle.createService()
          Create service with the specified device parameter and return the Object result.
 AgentService AgentBundle.getAgent()
          Return the agent.
 

Methods in org.eclipse.soda.dk.agent.bundle with parameters of type AgentService
 void AgentBundle.setAgent(AgentService agent)
          Sets the agent value.
 

Uses of AgentService in org.eclipse.soda.dk.agent.factory
 

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

Uses of AgentService in org.eclipse.soda.dk.agent.managed
 

Methods in org.eclipse.soda.dk.agent.managed that return AgentService
 AgentService AgentManaged.createService(DeviceService device)
          Create service with the specified device parameter and return the Object result.
 AgentService AgentManaged.getAgent()
          Return the agent.
 

Uses of AgentService in org.eclipse.soda.dk.agent.test
 

Methods in org.eclipse.soda.dk.agent.test that return AgentService
 AgentService AgentTest.getAgent()
          Gets the agent (AgentService) value.
 AgentService AgentTest.getDefaultAgent()
          Gets the default agent (AgentService) value.
 

Methods in org.eclipse.soda.dk.agent.test with parameters of type AgentService
 void AgentTest.setAgent(AgentService agent)
          Sets the agent value.
 


1.0.0

Copyright (c) 1999, 2007 IBM