|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.jst.server.core.EJBBean
An EJB bean.
Provisional API: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
| Constructor Summary | |
EJBBean(IModule module,
java.lang.String jndiName,
boolean remote,
boolean local)
Create a new EJBBean. |
|
| Method Summary | |
java.lang.String |
getJndiName()
Returns the JNDI name of the EJB. |
IModule |
getModule()
|
boolean |
hasLocalInterface()
Returns whether the EJB has a local interface. |
boolean |
hasRemoteInterface()
Returns whether the EJB has a remote interface. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EJBBean(IModule module,
java.lang.String jndiName,
boolean remote,
boolean local)
module - the module that the EJB is contained injndiName - the JNDI name of the EJBremote - true if the EJB has a remote interface, and
false otherwiselocal - true if the EJB has a local interface, and
false otherwise| Method Detail |
public IModule getModule()
IModuleArtifact#getModule()public java.lang.String getJndiName()
public boolean hasRemoteInterface()
true if the EJB has a remote interface, and
false otherwisepublic boolean hasLocalInterface()
true if the EJB has a local interface, and
false otherwise
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||