Package | Description |
---|---|
org.wso2.carbon.core.persistence | |
org.wso2.carbon.core.persistence.file |
Modifier and Type | Class and Description |
---|---|
class |
PersistenceDataNotFoundException
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractPersistenceManager.handleException(String msg)
Deprecated.
|
protected void |
AbstractPersistenceManager.handleException(String msg,
Throwable e)
Deprecated.
|
protected void |
AbstractPersistenceManager.handleExceptionWithRollback(String resourceId,
String msg,
Throwable e)
Deprecated.
Handles exception and rollbacks an already started transaction.
|
void |
AbstractPersistenceManager.updateParameter(String resourceId,
org.apache.axis2.description.Parameter serviceParameter,
String xpathStrOfParent)
Deprecated.
If the parameter already exists, persist new value.
|
void |
ServicePersistenceManager.updateServiceAssociation(org.apache.axis2.description.AxisService service,
String destinationPath,
String type)
Deprecated.
NOTE: This must not be used for adding module associations.
|
protected void |
AbstractPersistenceManager.writeAxisDescription(String serviceGroupId,
org.apache.axis2.description.AxisDescription ad,
String nameProperty,
String xpathStr)
Deprecated.
Encourage to use this#createOperation and do the operations manually
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleFilePersistenceManager.beginTransaction(String moduleName)
Deprecated.
Reads the relevant service group file from FS and loads the OM to memory.
|
abstract void |
AbstractFilePersistenceManager.beginTransaction(String resourceId)
Deprecated.
|
void |
ServiceGroupFilePersistenceManager.beginTransaction(String serviceGroupId)
Deprecated.
Reads the relevant service group file from FS and loads the OM to memory.
|
void |
AbstractFilePersistenceManager.commitTransaction(String resourceId)
Deprecated.
|
protected void |
AbstractFilePersistenceManager.handleException(String msg)
Deprecated.
|
protected void |
AbstractFilePersistenceManager.handleException(String msg,
Throwable e)
Deprecated.
|
protected void |
AbstractFilePersistenceManager.handleExceptionWithRollback(String resourceId,
String msg,
Throwable e)
Deprecated.
Handles exception and rollbacks an already started transaction.
|
Copyright © 2016 WSO2 Inc. All rights reserved.