|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EJBHomeFactory
A strategy interface for EJBHome factories.
Home Factory design pattern,
SimpleEJBHomeFactory| Method Summary | |
|---|---|
javax.ejb.EJBLocalHome |
lookupLocal(String jndiName,
Class homeInterface)
Return the EJBLocalHome bound at the specified JNDI name. |
javax.ejb.EJBHome |
lookupRemote(String jndiName,
Class homeInterface)
Return the EJBHome bound at the specified JNDI name. |
| Method Detail |
|---|
javax.ejb.EJBHome lookupRemote(String jndiName,
Class homeInterface)
jndiName - the JNDI name where the remote interface is boundhomeInterface - the class of the remote home interface.
javax.ejb.EJBLocalHome lookupLocal(String jndiName,
Class homeInterface)
jndiName - the JNDI name where the local interface is boundhomeInterface - the class of the local home interface.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||