Method Summary |
|
abstract public ClassLoader | getClassLoader() Returns the context class loader. |
abstract public Object | getHome() Returns the home object. |
abstract public ArrayList<Class> | getHomeAPI() Returns the home API class. |
abstract public Object | getObject(String local) Returns the object interface. |
abstract public ArrayList<Class> | getObjectAPI() Returns the object API class. |
public Class | getRemoteInterface() Returns the invoked API class. |
public boolean | isEJB3() Returns true for 3.0 when multiple 2.1/3.0 interfaces are available. |