Uses of Enum Class
org.serviceconnector.service.ServiceType
Packages that use ServiceType
-
Uses of ServiceType in org.serviceconnector.conf
Methods in org.serviceconnector.conf that return ServiceTypeModifier and TypeMethodDescriptionstatic ServiceTypeServiceConfiguration.adaptServiceTypeIfCascService(ServiceType serviceType, String remoteHost) Adapt service type if cascaded service.Methods in org.serviceconnector.conf with parameters of type ServiceTypeModifier and TypeMethodDescriptionstatic ServiceTypeServiceConfiguration.adaptServiceTypeIfCascService(ServiceType serviceType, String remoteHost) Adapt service type if cascaded service. -
Uses of ServiceType in org.serviceconnector.service
Methods in org.serviceconnector.service that return ServiceTypeModifier and TypeMethodDescriptionService.getType()Gets the type.static ServiceTypeGets the type.Get theEnumconstant by looking up the code in the reverse enum mapstatic ServiceTypeReturns the enum constant of this class with the specified name.static ServiceType[]ServiceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.serviceconnector.service with parameters of type ServiceTypeModifierConstructorDescriptionService(String name, ServiceType type) Instantiates a new service.StatefulService(String name, ServiceType type) Instantiates a new stateful service.