Uses of Class
de.aristaflow.adept2.base.service.DynamicServiceRegistration.RegistrationMode
-
Packages that use DynamicServiceRegistration.RegistrationMode Package Description de.aristaflow.adept2.base.service -
-
Uses of DynamicServiceRegistration.RegistrationMode in de.aristaflow.adept2.base.service
Methods in de.aristaflow.adept2.base.service that return DynamicServiceRegistration.RegistrationMode Modifier and Type Method Description static DynamicServiceRegistration.RegistrationMode
DynamicServiceRegistration.RegistrationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static DynamicServiceRegistration.RegistrationMode[]
DynamicServiceRegistration.RegistrationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.aristaflow.adept2.base.service with parameters of type DynamicServiceRegistration.RegistrationMode Modifier and Type Method Description SortedMap<Integer,URI[]>
DynamicServiceRegistration. registerService(SessionToken parentSession, K key, URI[] serviceUris, DynamicServiceRegistration.RegistrationMode mode)
Registers the designated service (URI) for the designated key.
-