org.jboss.test.cmp2.lob
Interface LOBHome

All Superinterfaces:
EJBHome (src) , java.rmi.Remote

public interface LOBHome
extends EJBHome (src)

Remote home interface for a LOBBean.

See Also:
EJBHome (src)

Field Summary
static java.lang.String LOB_HOME_CONTEXT
           
 
Method Summary
 LOB (src) create(java.lang.Integer id)
           
 java.util.Collection findAll()
           
 LOB (src) findByPrimaryKey(java.lang.Integer id)
           
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

LOB_HOME_CONTEXT

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

create

public LOB (src)  create(java.lang.Integer id)
           throws CreateException (src) ,
                  java.rmi.RemoteException
Throws:
CreateException (src)
java.rmi.RemoteException

findByPrimaryKey

public LOB (src)  findByPrimaryKey(java.lang.Integer id)
                     throws FinderException (src) ,
                            java.rmi.RemoteException
Throws:
FinderException (src)
java.rmi.RemoteException

findAll

public java.util.Collection findAll()
                             throws FinderException (src) ,
                                    java.rmi.RemoteException
Throws:
FinderException (src)
java.rmi.RemoteException