Package | Description |
---|---|
org.wso2.carbon.context |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2016 WSO2 Inc. All rights reserved.