Uses of Class
org.glassfish.paas.orchestrator.service.ServiceType

Packages that use ServiceType
org.glassfish.paas.orchestrator.provisioning.cli   
org.glassfish.paas.orchestrator.service   
org.glassfish.paas.orchestrator.service.spi   
 

Uses of ServiceType in org.glassfish.paas.orchestrator.provisioning.cli
 

Methods in org.glassfish.paas.orchestrator.provisioning.cli that return ServiceType
 ServiceType ServiceUtil.getServiceType(String serviceTypeString)
           
 

Uses of ServiceType in org.glassfish.paas.orchestrator.service
 

Subclasses of ServiceType in org.glassfish.paas.orchestrator.service
 class DnsServiceType
           
 class HTTPLoadBalancerServiceType
           
 class JavaEEServiceType
           
 class MQServiceType
           
 class RDBMSServiceType
           
 

Methods in org.glassfish.paas.orchestrator.service that return ServiceType
 ServiceType ConfiguredServiceImpl.getServiceType()
           
 

Constructors in org.glassfish.paas.orchestrator.service with parameters of type ServiceType
ConfiguredServiceImpl(String serviceName, ServiceType serviceType, ServiceDescription serviceDescription, Properties serviceProperties)
           
 

Uses of ServiceType in org.glassfish.paas.orchestrator.service.spi
 

Classes in org.glassfish.paas.orchestrator.service.spi with type parameters of type ServiceType
 interface ServicePlugin<T extends ServiceType>
          An SPI to allow the adding of multiple service provider implementations into the PaaS runtime.
 

Methods in org.glassfish.paas.orchestrator.service.spi that return ServiceType
 ServiceType Service.getServiceType()
          type of service
 



Copyright © 2012. All Rights Reserved.