Uses of Enum Class
de.aristaflow.adept2.base.service.DynamicServiceRegistration.RegistrationMode
Packages that use DynamicServiceRegistration.RegistrationMode
-
Uses of DynamicServiceRegistration.RegistrationMode in de.aristaflow.adept2.base.service
Methods in de.aristaflow.adept2.base.service that return DynamicServiceRegistration.RegistrationModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DynamicServiceRegistration.RegistrationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.aristaflow.adept2.base.service with parameters of type DynamicServiceRegistration.RegistrationModeModifier and TypeMethodDescriptionDynamicServiceRegistration.registerService(SessionToken parentSession, K key, URI[] serviceUris, DynamicServiceRegistration.RegistrationMode mode) Registers the designated service (URI) for the designated key.