Package | Description |
---|---|
org.wso2.carbon.context | |
org.wso2.carbon.context.internal |
Modifier and Type | Method and Description |
---|---|
protected CarbonContextDataHolder |
CarbonContext.getCarbonContextDataHolder()
Utility method to obtain the current CarbonContext holder after an instance of a
CarbonContext has been created.
|
Constructor and Description |
---|
CarbonContext(CarbonContextDataHolder carbonContextHolder)
Creates a CarbonContext using the given CarbonContext holder as its backing instance.
|
Modifier and Type | Method and Description |
---|---|
static CarbonContextDataHolder |
CarbonContextDataHolder.getCurrentCarbonContextHolderBase()
Method to obtain the current carbon context holder's base.
|
static CarbonContextDataHolder |
CarbonContextDataHolder.getThreadLocalCarbonContextHolder()
This method will always attempt to obtain an instance of the current CarbonContext from the
thread-local copy.
|
Constructor and Description |
---|
CarbonContextDataHolder(CarbonContextDataHolder carbonContextHolder)
Constructor that can be used to create clones.
|
Copyright © 2016 WSO2 Inc. All rights reserved.