Uses of Enum Class
org.wso2.carbon.context.RegistryType
Packages that use RegistryType
-
Uses of RegistryType in org.wso2.carbon.context
Methods in org.wso2.carbon.context that return RegistryTypeModifier and TypeMethodDescriptionstatic RegistryTypeReturns the enum constant of this class with the specified name.static RegistryType[]RegistryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wso2.carbon.context with parameters of type RegistryTypeModifier and TypeMethodDescriptionorg.wso2.carbon.registry.api.RegistryCarbonContext.getRegistry(RegistryType type) Method to obtain an instance of a registry on this CarbonContext instance.org.wso2.carbon.registry.api.RegistryPrivilegedCarbonContext.getRegistry(RegistryType type) Method to obtain an instance of a registry on this CarbonContext instance.voidPrivilegedCarbonContext.setRegistry(RegistryType type, org.wso2.carbon.registry.api.Registry registry) Method to set an instance of a registry on this CarbonContext instance.