com.thoughtworks.xjb.ejb
Interface HomeFactory

All Known Implementing Classes:
XjbHomeFactory

public interface HomeFactory

Author:
Dan North

Field Summary
static boolean STATEFUL
           
static boolean STATELESS
           
 
Method Summary
 javax.ejb.EJBHome createHome(java.lang.String ejbName, java.lang.Class homeInterface, java.lang.Class remoteInterface, java.lang.Object impl)
           
 javax.ejb.EJBHome createSessionHome(java.lang.String ejbName, java.lang.Class homeInterface, java.lang.Class remoteInterface, java.lang.Object impl, boolean stateless)
           
 

Field Detail

STATELESS

public static final boolean STATELESS
See Also:
Constant Field Values

STATEFUL

public static final boolean STATEFUL
See Also:
Constant Field Values
Method Detail

createHome

public javax.ejb.EJBHome createHome(java.lang.String ejbName,
                                    java.lang.Class homeInterface,
                                    java.lang.Class remoteInterface,
                                    java.lang.Object impl)

createSessionHome

public javax.ejb.EJBHome createSessionHome(java.lang.String ejbName,
                                           java.lang.Class homeInterface,
                                           java.lang.Class remoteInterface,
                                           java.lang.Object impl,
                                           boolean stateless)