Uses of Class
org.ow2.dragon.connection.api.to.Endpoint

Packages that use Endpoint
org.ow2.dragon.connection.api.service   
org.ow2.dragon.connection.api.to   
 

Uses of Endpoint in org.ow2.dragon.connection.api.service
 

Methods in org.ow2.dragon.connection.api.service that return types with arguments of type Endpoint
 java.util.List<Endpoint> ExecutionEnvironmentManager.getHostedEndpointsOnExecEnv(java.lang.String managedExecEnvName)
          Return the list of service endpoints hosted by the given Execution Environment.
 java.util.List<Endpoint> ExecutionEnvironmentManager.getHostedEndpointsOnProcessor(java.lang.String managedProcessorName)
          Return the list of service endpoints hosted by the given Processor.
 

Uses of Endpoint in org.ow2.dragon.connection.api.to
 

Methods in org.ow2.dragon.connection.api.to that return types with arguments of type Endpoint
 java.util.List<Endpoint> Node.getEndpoints()
           
 

Method parameters in org.ow2.dragon.connection.api.to with type arguments of type Endpoint
 void Node.setEndpoints(java.util.List<Endpoint> endpoints)
           
 



Copyright © 2008 eBMWebsourcing. All Rights Reserved.