org.jboss.ha.httpsession.beanimpl.interfaces
Interface ClusteredHTTPSessionHome
- All Superinterfaces:
- EJBHome (src) , java.rmi.Remote
- public interface ClusteredHTTPSessionHome
- extends EJBHome (src)
Home interface for clustered HTTP session.
- See Also:
ClusteredHTTPSession
(src)
Field Summary |
static java.lang.String |
JNDI_NAME
|
JNDI_NAME
public static final java.lang.String JNDI_NAME
- See Also:
- Constant Field Values (src)
create
public ClusteredHTTPSession (src) create(java.lang.String sessionId)
throws java.rmi.RemoteException,
CreateException (src)
- Throws:
java.rmi.RemoteException
CreateException (src)
create
public ClusteredHTTPSession (src) create(java.lang.String sessionId,
SerializableHttpSession (src) session)
throws java.rmi.RemoteException,
CreateException (src)
- Throws:
java.rmi.RemoteException
CreateException (src)
findByPrimaryKey
public ClusteredHTTPSession (src) findByPrimaryKey(java.lang.String sessionId)
throws java.rmi.RemoteException,
FinderException (src)
- Throws:
java.rmi.RemoteException
FinderException (src)
findAll
public java.util.Collection findAll()
throws java.rmi.RemoteException,
FinderException (src)
- Throws:
java.rmi.RemoteException
FinderException (src)