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.organization   
org.ow2.dragon.persistence.bo.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> TechnicalService.getEndpoints()
           
 java.util.Set<Endpoint> Binding.getEndpoints()
           
 

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

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

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

Methods in org.ow2.dragon.persistence.bo.organization that return Endpoint
 Endpoint PartyToEndpoint.getEndpoint()
           
 

Methods in org.ow2.dragon.persistence.bo.organization with parameters of type Endpoint
 void PartyToEndpoint.setEndpoint(Endpoint endpoint)
           
 

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)
           
 



Copyright © 2008 eBMWebsourcing. All Rights Reserved.