| |
|
| java.lang.Object org.directwebremoting.create.AbstractCreator org.directwebremoting.create.Ejb3Creator
Ejb3Creator | public class Ejb3Creator extends AbstractCreator implements Creator(Code) | | A Creator that works against EJB3 beans
author: Squishy [Squishy_I at gmx dot net] author: Joe Walker [joe at getahead dot ltd dot uk] |
setBean | public void setBean(String bean)(Code) | | Set the name of the bean for the JNDI lookup
Parameters: bean - The JNDI name to lookup |
setBeanNamePostfix | public void setBeanNamePostfix(String beanNamePostfix)(Code) | | Set the ending that is appended to the actual bean name fetched from the
interface name (UserMgr --> UserMgrBean). Defaults to "Bean"
Parameters: beanNamePostfix - The name to append to a bean before lookup |
setInterface | public void setInterface(String className)(Code) | | The common interface of the Bean.
If you don't have a common interface from which local and remote are
derived, you have to set the bean name manually!
The BeanName is fetched from the part of the String behind the last '.'
Parameters: className - The fully qualified class name of the Bean's interface |
setInterfaceType | public void setInterfaceType(String iface)(Code) | | Get local or remote interface?
Defaults remote
Parameters: iface - Either "local" for the local interface or anything else for the remote |
|
|
|