当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
LocalClusteredHTTPSessionHome (JBoss Cluster API) - JBoss 4.0.1 sp1 cluster API Documentation 英文版文档
org.jboss.ha.httpsession.beanimpl.interfaces
Interface LocalClusteredHTTPSessionHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
- public interface LocalClusteredHTTPSessionHome
- extends javax.ejb.EJBLocalHome
Local Home interface for clustered HTTP session.
- Version:
- $Revision: 1.2 $
Revisions:
20020105 Sacha Labourey:
- Author:
- Sacha Labourey.
- See Also:
ClusteredHTTPSession
Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
JNDI_NAME
public static final String JNDI_NAME
- See Also:
- Constant Field Values
create
public LocalClusteredHTTPSession create(String sessionId)
throws RemoteException,
javax.ejb.CreateException
- Throws:
RemoteException
javax.ejb.CreateException
create
public LocalClusteredHTTPSession create(String sessionId,
SerializableHttpSession session)
throws RemoteException,
javax.ejb.CreateException
- Throws:
RemoteException
javax.ejb.CreateException
findByPrimaryKey
public LocalClusteredHTTPSession 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.