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

All Superinterfaces:
EJBLocalHome (src)

public interface LocalClusteredHTTPSessionHome
extends EJBLocalHome (src)

Local Home interface for clustered HTTP session.

See Also:
ClusteredHTTPSession (src)

Field Summary
static java.lang.String JNDI_NAME
           
 
Method Summary
 LocalClusteredHTTPSession (src) create(java.lang.String sessionId)
           
 LocalClusteredHTTPSession (src) create(java.lang.String sessionId, SerializableHttpSession (src)  session)
           
 java.util.Collection findAll()
           
 LocalClusteredHTTPSession (src) findByPrimaryKey(java.lang.String sessionId)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Field Detail

JNDI_NAME

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

create

public LocalClusteredHTTPSession (src)  create(java.lang.String sessionId)
                                 throws java.rmi.RemoteException,
                                        CreateException (src) 
Throws:
java.rmi.RemoteException
CreateException (src)

create

public LocalClusteredHTTPSession (src)  create(java.lang.String sessionId,
                                        SerializableHttpSession (src)  session)
                                 throws java.rmi.RemoteException,
                                        CreateException (src) 
Throws:
java.rmi.RemoteException
CreateException (src)

findByPrimaryKey

public LocalClusteredHTTPSession (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)