Uses of Class
org.wso2.carbon.context.RegistryType

Packages that use RegistryType
org.wso2.carbon.context   
 

Uses of RegistryType in org.wso2.carbon.context
 

Methods in org.wso2.carbon.context that return RegistryType
static RegistryType RegistryType.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
 org.wso2.carbon.registry.api.Registry PrivilegedCarbonContext.getRegistry(RegistryType type)
          Method to obtain an instance of a registry on this CarbonContext instance.
 org.wso2.carbon.registry.api.Registry CarbonContext.getRegistry(RegistryType type)
          Method to obtain an instance of a registry on this CarbonContext instance.
 void PrivilegedCarbonContext.setRegistry(RegistryType type, org.wso2.carbon.registry.api.Registry registry)
          Method to set an instance of a registry on this CarbonContext instance.
 



Copyright © 2014 WSO2 Inc. All rights reserved.