com.caucho.ejb.cfg
Class EjbBaseMethod

java.lang.Object
  extended by com.caucho.ejb.cfg.EjbBaseMethod

public class EjbBaseMethod
extends java.lang.Object

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

EjbBaseMethod

public EjbBaseMethod(EjbBean bean,
                     ApiMethod method)
Creates a new method.

Parameters:
bean - the owning bean
method - the method from the implementation
Method Detail

getBean

public EjbBean getBean()
Returns the view.


getMethod

public ApiMethod getMethod()
Returns the impl method.


equals

public boolean equals(java.lang.Object o)
Returns true if these are equivalent.

Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object