站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 cluster API Documentation 英文版文档

ClusteredHTTPSessionHome (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档


org.jboss.ha.httpsession.beanimpl.interfaces
Interface ClusteredHTTPSessionHome

All Superinterfaces:
javax.ejb.EJBHome, Remote

public interface ClusteredHTTPSessionHome
extends javax.ejb.EJBHome

Home interface for clustered HTTP session.

Version:
$Revision: 1.2 $

Revisions:

31. d锟絚embre 2001 Sacha Labourey:

  • First implementation
Author:
Sacha Labourey.
See Also:
ClusteredHTTPSession

Field Summary
static String JNDI_NAME
           
 
Method Summary
 ClusteredHTTPSession create(String sessionId)
           
 ClusteredHTTPSession create(String sessionId, SerializableHttpSession session)
           
 Collection findAll()
           
 ClusteredHTTPSession findByPrimaryKey(String sessionId)
           
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

JNDI_NAME

public static final String JNDI_NAME
See Also:
Constant Field Values
Method Detail

create

public ClusteredHTTPSession create(String sessionId)
                            throws RemoteException,
                                   javax.ejb.CreateException
Throws:
RemoteException
javax.ejb.CreateException

create

public ClusteredHTTPSession create(String sessionId,
                                   SerializableHttpSession session)
                            throws RemoteException,
                                   javax.ejb.CreateException
Throws:
RemoteException
javax.ejb.CreateException

findByPrimaryKey

public ClusteredHTTPSession findByPrimaryKey(String sessionId)
                                      throws RemoteException,
                                             javax.ejb.FinderException
Throws:
RemoteException
javax.ejb.FinderException

findAll

public Collection findAll()
                   throws RemoteException,
                          javax.ejb.FinderException
Throws:
RemoteException
javax.ejb.FinderException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.