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?cembre 2001 Sacha Labourey:
- Author:
- Sacha Labourey.
- See Also:
ClusteredHTTPSession
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
JNDI_NAME
static final String JNDI_NAME
- See Also:
- Constant Field Values
create
ClusteredHTTPSession create(String sessionId)
throws RemoteException,
javax.ejb.CreateException
- Throws:
RemoteException
javax.ejb.CreateException
create
ClusteredHTTPSession create(String sessionId,
SerializableHttpSession session)
throws RemoteException,
javax.ejb.CreateException
- Throws:
RemoteException
javax.ejb.CreateException
findByPrimaryKey
ClusteredHTTPSession findByPrimaryKey(String sessionId)
throws RemoteException,
javax.ejb.FinderException
- Throws:
RemoteException
javax.ejb.FinderException
findAll
Collection findAll()
throws RemoteException,
javax.ejb.FinderException
- Throws:
RemoteException
javax.ejb.FinderException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.