org.apache.sandesha2.storage.inmemory
Class InMemorySequencePropertyBeanMgr

java.lang.Object
  extended byorg.apache.sandesha2.storage.inmemory.InMemorySequencePropertyBeanMgr
All Implemented Interfaces:
RMBeanManager, SequencePropertyBeanMgr

public class InMemorySequencePropertyBeanMgr
extends java.lang.Object
implements SequencePropertyBeanMgr

Author:
Chamikara Jayalath , Sanka Samaranayaka

Constructor Summary
InMemorySequencePropertyBeanMgr(org.apache.axis2.context.AbstractContext context)
           
 
Method Summary
 boolean delete(java.lang.String sequenceId, java.lang.String name)
           
 java.util.Collection find(SequencePropertyBean bean)
           
 java.sql.ResultSet find(java.lang.String query)
           
 boolean insert(SequencePropertyBean bean)
           
 SequencePropertyBean retrieve(java.lang.String sequenceId, java.lang.String name)
           
 boolean update(SequencePropertyBean bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemorySequencePropertyBeanMgr

public InMemorySequencePropertyBeanMgr(org.apache.axis2.context.AbstractContext context)
Method Detail

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)
Specified by:
find in interface SequencePropertyBeanMgr

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


Copyright © 2005 Apache Web Services. All Rights Reserved.