org.apache.sandesha2.storage.beanmanagers
Interface SequencePropertyBeanMgr

All Superinterfaces:
RMBeanManager
All Known Implementing Classes:
InMemorySequencePropertyBeanMgr

public interface SequencePropertyBeanMgr
extends RMBeanManager

Used to manage Sequence Property beans.


Method Summary
 boolean delete(java.lang.String sequenceId, java.lang.String name)
           
 java.util.List find(SequencePropertyBean bean)
           
 SequencePropertyBean findUnique(SequencePropertyBean bean)
           
 boolean insert(SequencePropertyBean bean)
           
 SequencePropertyBean retrieve(java.lang.String sequenceId, java.lang.String name)
           
 java.util.Collection retrieveAll()
           
 boolean update(SequencePropertyBean bean)
           
 

Method Detail

delete

public boolean delete(java.lang.String sequenceId,
                      java.lang.String name)
               throws SandeshaStorageException
Throws:
SandeshaStorageException

retrieve

public SequencePropertyBean retrieve(java.lang.String sequenceId,
                                     java.lang.String name)
                              throws SandeshaStorageException
Throws:
SandeshaStorageException

insert

public boolean insert(SequencePropertyBean bean)
               throws SandeshaStorageException
Throws:
SandeshaStorageException

find

public java.util.List find(SequencePropertyBean bean)
                    throws SandeshaStorageException
Throws:
SandeshaStorageException

findUnique

public SequencePropertyBean findUnique(SequencePropertyBean bean)
                                throws SandeshaException
Throws:
SandeshaException

update

public boolean update(SequencePropertyBean bean)
               throws SandeshaStorageException
Throws:
SandeshaStorageException

retrieveAll

public java.util.Collection retrieveAll()


Copyright © 2005-2006 Apache Web Services. All Rights Reserved.