|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.ejb.cfg.EjbBaseMethod
public class EjbBaseMethod
Configuration for a method of a view.
| Constructor Summary | |
|---|---|
EjbBaseMethod(EjbBean bean,
ApiMethod method)
Creates a new method. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Returns true if these are equivalent. |
EjbBean |
getBean()
Returns the view. |
ApiMethod |
getMethod()
Returns the impl method. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EjbBaseMethod(EjbBean bean,
ApiMethod method)
bean - the owning beanmethod - the method from the implementation| Method Detail |
|---|
public EjbBean getBean()
public ApiMethod getMethod()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||