Uses of Class
org.ow2.dragon.persistence.bo.deployment.Endpoint

Packages that use Endpoint
org.ow2.dragon.persistence.bo.deployment   
org.ow2.dragon.persistence.bo.technology   
org.ow2.dragon.service   
org.ow2.dragon.service.technology   
 

Uses of Endpoint in org.ow2.dragon.persistence.bo.deployment
 

Methods in org.ow2.dragon.persistence.bo.deployment that return types with arguments of type Endpoint
 java.util.Set<Endpoint> Binding.getEndpoints()
           
 java.util.Set<Endpoint> TechnicalService.getEndpoints()
           
 

Methods in org.ow2.dragon.persistence.bo.deployment with parameters of type Endpoint
 void Binding.addEndpoint(Endpoint endpoint)
          Add a new endpoint to the binding endpoint list
 void TechnicalService.addEndpoint(Endpoint endpoint)
           
 int Endpoint.compareTo(Endpoint other)
           
 

Method parameters in org.ow2.dragon.persistence.bo.deployment with type arguments of type Endpoint
 void Binding.setEndpoints(java.util.Set<Endpoint> endpoints)
           
 void TechnicalService.setEndpoints(java.util.Set<Endpoint> endpoints)
           
 

Uses of Endpoint in org.ow2.dragon.persistence.bo.technology
 

Methods in org.ow2.dragon.persistence.bo.technology that return types with arguments of type Endpoint
 java.util.Set<Endpoint> Node.getEndpoints()
           
 

Methods in org.ow2.dragon.persistence.bo.technology with parameters of type Endpoint
 void Node.addEndpoint(Endpoint endpoint)
           
 

Method parameters in org.ow2.dragon.persistence.bo.technology with type arguments of type Endpoint
 void Node.setEndpoints(java.util.Set<Endpoint> endpoints)
           
 

Uses of Endpoint in org.ow2.dragon.service
 

Methods in org.ow2.dragon.service with parameters of type Endpoint
 void TransfertObjectAssembler.toEndpointBO(EndpointTO endpointTO, Endpoint endpoint)
           
 void TransfertObjectAssemblerImpl.toEndpointBO(EndpointTO endpointTO, Endpoint endpointBO)
           
 EndpointTO TransfertObjectAssembler.toEndpointTO(Endpoint endpoint, java.lang.String user)
           
 EndpointTO TransfertObjectAssemblerImpl.toEndpointTO(Endpoint endpoint, java.lang.String user)
           
 

Uses of Endpoint in org.ow2.dragon.service.technology
 

Method parameters in org.ow2.dragon.service.technology with type arguments of type Endpoint
 void TechnologyManagerImpl.setEndpointUnifiedDAO(GenericUnifiedDAO<Endpoint,java.lang.String> endpointUnifiedDAO)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.