com.softwareag.centrasite.appl.framework.persistence.impl
Class BatchPersistenceEngineImpl

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.persistence.impl.BatchPersistenceEngineImpl
All Implemented Interfaces:
BatchPersistenceEngine

public class BatchPersistenceEngineImpl
extends java.lang.Object
implements BatchPersistenceEngine

Default implementation of the BatchPersistenceEngine.


Constructor Summary
BatchPersistenceEngineImpl()
           
 
Method Summary
 void create(PersistenceContext context, java.util.Collection<RegistryBean> beans)
          Deprecated.  
 void createOrUpdate(PersistenceContext context, java.util.Collection<RegistryBean> beans)
          Creates or updates the bean in the registry.
 void delete(PersistenceContext context, java.util.Collection<RegistryBean> beans)
          Deletes a Collection of beans from the registry.
 void update(PersistenceContext context, java.util.Collection<RegistryBean> beans)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchPersistenceEngineImpl

public BatchPersistenceEngineImpl()
Method Detail

delete

public void delete(PersistenceContext context,
                   java.util.Collection<RegistryBean> beans)
            throws MappingException,
                   javax.xml.registry.JAXRException
Description copied from interface: BatchPersistenceEngine
Deletes a Collection of beans from the registry.

Specified by:
delete in interface BatchPersistenceEngine
Throws:
MappingException
javax.xml.registry.JAXRException

update

public void update(PersistenceContext context,
                   java.util.Collection<RegistryBean> beans)
            throws MappingException,
                   javax.xml.registry.JAXRException
Deprecated. 

Description copied from interface: BatchPersistenceEngine
Updates the bean in the registry.

Specified by:
update in interface BatchPersistenceEngine
Throws:
MappingException
javax.xml.registry.JAXRException
See Also:
#update(com.softwareag.centrasite.appl.framework.persistence. PersistenceContext, java.util.Collection)

create

public void create(PersistenceContext context,
                   java.util.Collection<RegistryBean> beans)
            throws MappingException,
                   javax.xml.registry.JAXRException
Deprecated. 

Description copied from interface: BatchPersistenceEngine
Persists new bean in the registry.

Specified by:
create in interface BatchPersistenceEngine
Throws:
MappingException
javax.xml.registry.JAXRException
See Also:
#create(com.softwareag.centrasite.appl.framework.persistence. PersistenceContext, java.util.Collection)

createOrUpdate

public void createOrUpdate(PersistenceContext context,
                           java.util.Collection<RegistryBean> beans)
                    throws MappingException,
                           javax.xml.registry.JAXRException
Description copied from interface: BatchPersistenceEngine
Creates or updates the bean in the registry.

Specified by:
createOrUpdate in interface BatchPersistenceEngine
Throws:
MappingException
javax.xml.registry.JAXRException