When using the No-Interface view, do not use the following methods as business methods. If you use these methods, a compilation error occurs and the application fails to start.
- public void init(Hashtable)
- public void init(Object)
- public void init(String, Hashtable)
- public void initializeBIInstance()
- public Throwable convertRemoteException(Throwable)
- public Throwable unwrapServerException(Throwable)
Also, do not use the following methods defined in the java.lang.Object class:
- equals(Object)
- hashCode()
- toString()
- clone()
- finalize()