Uses of Class
org.ow2.dragon.api.to.deployment.EndpointTO

Packages that use EndpointTO
org.ow2.dragon.api.service.deployment   
org.ow2.dragon.api.service.technology   
org.ow2.dragon.api.to.organization   
org.ow2.dragon.service   
org.ow2.dragon.service.deployment   
org.ow2.dragon.service.technology   
 

Uses of EndpointTO in org.ow2.dragon.api.service.deployment
 

Methods in org.ow2.dragon.api.service.deployment that return EndpointTO
 EndpointTO EndpointManager.getEndpoint(java.lang.String endpointId, java.lang.String user)
          Retrieve an endpoint matching the given ID
 EndpointTO TechServiceManager.getEndpoint(java.lang.String techServiceName, java.lang.String endpointName)
          Retrieve the endpoint with the given name, which is part of the tech service with the given name.
 

Methods in org.ow2.dragon.api.service.deployment that return types with arguments of type EndpointTO
 java.util.List<EndpointTO> EndpointManager.getAllEndpoints(RequestOptionsTO requestOptionsTO)
          Return the list of all endpoints in the registry.
 java.util.List<EndpointTO> EndpointManager.getEndpointsByBinding(java.lang.String bindingId, RequestOptionsTO requestOptionsTO)
          Return the list of all endpoints linked to the binding matching the given ID.
 java.util.List<EndpointTO> EndpointManager.getEndpointsByTag(java.lang.String tag)
          Get all Endpoints tagged by the String tag.
 java.util.List<EndpointTO> EndpointManager.getEndpointsByTechService(java.lang.String techServiceId, RequestOptionsTO requestOptionsTO)
          Return the list of all endpoints linked to the technical service matching the given ID.
 

Methods in org.ow2.dragon.api.service.deployment with parameters of type EndpointTO
 java.lang.String EndpointManager.updateEndpoint(EndpointTO endpointTO)
          Update the endpoint in the registry.
 

Uses of EndpointTO in org.ow2.dragon.api.service.technology
 

Methods in org.ow2.dragon.api.service.technology that return types with arguments of type EndpointTO
 java.util.List<EndpointTO> TechnologyManager.getEpsHostedOnExecEnv(java.lang.String execEnvId, RequestOptionsTO requestOptionsTO)
          Retrieve the list of endpoints that are hosted by the given execution environment
 java.util.List<EndpointTO> TechnologyManager.getEpsHostedOnProcessor(java.lang.String processorId, RequestOptionsTO requestOptionsTO)
          Retrieve the list of endpoints that are hosted by the given processor.
 

Uses of EndpointTO in org.ow2.dragon.api.to.organization
 

Methods in org.ow2.dragon.api.to.organization that return EndpointTO
 EndpointTO OrgToEndpointTO.getEndpointTO()
           
 EndpointTO PersonToEndpointTO.getEndpointTO()
           
 

Methods in org.ow2.dragon.api.to.organization with parameters of type EndpointTO
 void OrgToEndpointTO.setEndpointTO(EndpointTO endpointTO)
           
 void PersonToEndpointTO.setEndpointTO(EndpointTO endpointTO)
           
 

Uses of EndpointTO in org.ow2.dragon.service
 

Methods in org.ow2.dragon.service that return EndpointTO
 EndpointTO TransfertObjectAssembler.toEndpointTO(Endpoint endpoint, java.lang.String user)
           
 EndpointTO TransfertObjectAssemblerImpl.toEndpointTO(Endpoint endpoint, java.lang.String user)
           
 

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

Uses of EndpointTO in org.ow2.dragon.service.deployment
 

Methods in org.ow2.dragon.service.deployment that return EndpointTO
 EndpointTO TechServiceManagerImpl.getEndpoint(java.lang.String techServiceName, java.lang.String endpointName)
           
 EndpointTO EndpointManagerImpl.getEndpoint(java.lang.String endpointId, java.lang.String user)
           
 

Methods in org.ow2.dragon.service.deployment that return types with arguments of type EndpointTO
 java.util.List<EndpointTO> EndpointManagerImpl.getAllEndpoints(RequestOptionsTO requestOptionsTO)
           
 java.util.List<EndpointTO> EndpointManagerImpl.getEndpointsByBinding(java.lang.String bindingId, RequestOptionsTO requestOptionsTO)
           
 java.util.List<EndpointTO> EndpointManagerImpl.getEndpointsByTag(java.lang.String tag)
           
 java.util.List<EndpointTO> EndpointManagerImpl.getEndpointsByTechService(java.lang.String techServiceId, RequestOptionsTO requestOptionsTO)
           
 

Methods in org.ow2.dragon.service.deployment with parameters of type EndpointTO
 java.lang.String EndpointManagerImpl.updateEndpoint(EndpointTO endpointTO)
           
 

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

Methods in org.ow2.dragon.service.technology that return types with arguments of type EndpointTO
 java.util.List<EndpointTO> TechnologyManagerImpl.getEpsHostedOnExecEnv(java.lang.String execEnvId, RequestOptionsTO requestOptionsTO)
           
 java.util.List<EndpointTO> TechnologyManagerImpl.getEpsHostedOnProcessor(java.lang.String processorId, RequestOptionsTO requestOptionsTO)
           
 



Copyright © 2008-2009 eBMWebsourcing. All Rights Reserved.