uk.ac.soton.itinnovation.grid.service.ogsadai.sessions
Class SecureSessionDAO

java.lang.Object
  extended by uk.ac.soton.itinnovation.grid.service.dataresource.beans.BaseHibernateDAO<SecureSessionBean>
      extended by uk.ac.soton.itinnovation.grid.service.ogsadai.sessions.SecureSessionDAO

public class SecureSessionDAO
extends BaseHibernateDAO<SecureSessionBean>

See Also:
SecureSessionManager

Field Summary
 
Fields inherited from class uk.ac.soton.itinnovation.grid.service.dataresource.beans.BaseHibernateDAO
factory, pdp
 
Constructor Summary
SecureSessionDAO()
           
 
Method Summary
 SecureSessionBean create(Conversation managingConversation, String sessionID)
           
protected  SecureSessionBean createBeanHook(Conversation managingConversation, String sessionID)
           
 SecureSessionBean findByID(String resourceID)
           
protected  Class<SecureSessionBean> getBeanClass()
           
 
Methods inherited from class uk.ac.soton.itinnovation.grid.service.dataresource.beans.BaseHibernateDAO
deleteBean, findAll, findByID, findByPBACRole, findByReference, findIDsByReference, storeBean, updateBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureSessionDAO

public SecureSessionDAO()
Method Detail

create

public SecureSessionBean create(Conversation managingConversation,
                                String sessionID)

findByID

public SecureSessionBean findByID(String resourceID)

createBeanHook

protected SecureSessionBean createBeanHook(Conversation managingConversation,
                                           String sessionID)
Specified by:
createBeanHook in class BaseHibernateDAO<SecureSessionBean>

getBeanClass

protected Class<SecureSessionBean> getBeanClass()
Specified by:
getBeanClass in class BaseHibernateDAO<SecureSessionBean>


Copyright © 2001-2007 University of Southampton IT Innovation Centre. All Rights Reserved.