org.apache.sandesha2.storage.inmemory
Class InMemoryCreateSeqBeanMgr

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

public class InMemoryCreateSeqBeanMgr
extends java.lang.Object
implements CreateSeqBeanMgr

Author:
Chamikara Jayalath , Sanka Samaranayaka

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

Constructor Detail

InMemoryCreateSeqBeanMgr

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

insert

public boolean insert(CreateSeqBean bean)
Specified by:
insert in interface CreateSeqBeanMgr

delete

public boolean delete(java.lang.String msgId)
Specified by:
delete in interface CreateSeqBeanMgr

retrieve

public CreateSeqBean retrieve(java.lang.String msgId)
Specified by:
retrieve in interface CreateSeqBeanMgr

update

public boolean update(CreateSeqBean bean)
Specified by:
update in interface CreateSeqBeanMgr

find

public java.util.Collection find(CreateSeqBean bean)
Specified by:
find in interface CreateSeqBeanMgr

find

public java.sql.ResultSet find(java.lang.String query)

findUnique

public CreateSeqBean findUnique(CreateSeqBean bean)
                         throws SandeshaException
Specified by:
findUnique in interface CreateSeqBeanMgr
Throws:
SandeshaException


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