@Deprecated public class PersistenceFactory extends Object
Modifier and Type | Method and Description |
---|---|
static PersistenceFactory |
getInstance(org.apache.axis2.engine.AxisConfiguration axisConfig)
Deprecated.
Only one PersistenceFactory instance should be there per server instance
|
ModuleFilePersistenceManager |
getModuleFilePM()
Deprecated.
Though this looks like same as other persistencemanagers, it's not.
|
ModulePersistenceManager |
getModulePM()
Deprecated.
|
OperationPersistenceManager |
getOperationPM()
Deprecated.
|
ServiceGroupFilePersistenceManager |
getServiceGroupFilePM()
Deprecated.
Though this looks like same as other persistencemanagers, it's not.
|
ServiceGroupPersistenceManager |
getServiceGroupPM()
Deprecated.
|
ServicePersistenceManager |
getServicePM()
Deprecated.
|
public static PersistenceFactory getInstance(org.apache.axis2.engine.AxisConfiguration axisConfig) throws org.apache.axis2.AxisFault
axisConfig
- the axis configurationorg.apache.axis2.AxisFault
- if error in adding PersistenceFactory instance to axisconfig as a parameterpublic ServicePersistenceManager getServicePM()
public ServiceGroupPersistenceManager getServiceGroupPM()
public OperationPersistenceManager getOperationPM()
public ModulePersistenceManager getModulePM()
public ServiceGroupFilePersistenceManager getServiceGroupFilePM()
public ModuleFilePersistenceManager getModuleFilePM()
Copyright © 2016 WSO2 Inc. All rights reserved.