org.apache.sandesha2.storage.inmemory
Class InMemorySequencePropertyBeanMgr
java.lang.Object
org.apache.sandesha2.storage.inmemory.InMemorySequencePropertyBeanMgr
- All Implemented Interfaces:
- RMBeanManager, SequencePropertyBeanMgr
- public class InMemorySequencePropertyBeanMgr
- extends java.lang.Object
- implements SequencePropertyBeanMgr
- Author:
- Chamikara Jayalath , Sanka Samaranayaka
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InMemorySequencePropertyBeanMgr
public InMemorySequencePropertyBeanMgr(org.apache.axis2.context.AbstractContext context)
delete
public boolean delete(java.lang.String sequenceId,
java.lang.String name)
- Specified by:
delete
in interface SequencePropertyBeanMgr
retrieve
public SequencePropertyBean retrieve(java.lang.String sequenceId,
java.lang.String name)
- Specified by:
retrieve
in interface SequencePropertyBeanMgr
insert
public boolean insert(SequencePropertyBean bean)
- Specified by:
insert
in interface SequencePropertyBeanMgr
find
public java.sql.ResultSet find(java.lang.String query)
find
public java.util.Collection find(SequencePropertyBean bean)
- Specified by:
find
in interface SequencePropertyBeanMgr
update
public boolean update(SequencePropertyBean bean)
- Specified by:
update
in interface SequencePropertyBeanMgr
updateOrInsert
public boolean updateOrInsert(SequencePropertyBean bean)
- Specified by:
updateOrInsert
in interface SequencePropertyBeanMgr
findUnique
public SequencePropertyBean findUnique(SequencePropertyBean bean)
throws SandeshaException
- Specified by:
findUnique
in interface SequencePropertyBeanMgr
- Throws:
SandeshaException
retrieveAll
public java.util.Collection retrieveAll()
- Specified by:
retrieveAll
in interface SequencePropertyBeanMgr
Copyright © 2005-2006 Apache Web Services. All Rights Reserved.