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
           
 
Method Summary
 ClusteredHTTPSession (src) create(java.lang.String sessionId)
           
 ClusteredHTTPSession (src) create(java.lang.String sessionId, SerializableHttpSession (src)  session)
           
 java.util.Collection findAll()
           
 ClusteredHTTPSession (src) findByPrimaryKey(java.lang.String sessionId)
           
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

JNDI_NAME

public static final java.lang.String JNDI_NAME
See Also:
Constant Field Values (src)
Method Detail

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)