Uses of Class
org.wso2.carbon.context.RegistryType
-
Packages that use RegistryType Package Description org.wso2.carbon.context -
-
Uses of RegistryType in org.wso2.carbon.context
Methods in org.wso2.carbon.context that return RegistryType Modifier and Type Method Description static RegistryTypeRegistryType. valueOf(String name)Returns the enum constant of this type with the specified name.static RegistryType[]RegistryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.carbon.context with parameters of type RegistryType Modifier and Type Method Description org.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.
-