Technote (FAQ)
Question
What are the changes from IBM WebSphere Sensor Events V6.2 to V7.0 in terms of classes?
Answer
- The names of the RUC classes and interfaces have changed in V7.0. In general, the interfaces will be in projects called ibmse_ruc_<ruc_name>_ejbClient. For example, ibmse_ruc_locating_ejbClient.
- The actual session bean and message driven beans will be in projects called ibmse_ruc_<ruc_name>_ejb. For example, ibmse_ruc_locating_ejb.
- WebSphere Sensor Events V7.0 is built on EJB V3.0, so home interfaces are no longer needed.
- Here is a mapping from old class names to new ones:
|
V6.2 class
|
V7.0 class
|
| com.ibm.premises.reusable.inference.Inference | com.ibm.se.ruc.inference.ejb.slsb.InferenceRemote |
| com.ibm.premises.reusable.inference.InferenceHome | NA |
| com.ibm.premises.reusable.info.Info | com.ibm.se.ruc.info.ejb.slsb.InfoRemote |
| com.ibm.premises.reusable.info.InfoHome | NA |
| com.ibm.premises.reusable.locating.Locating | com.ibm.se.ruc.locating.ejb.slsb.LocatingRemote.java |
| com.ibm.premises.reusable.locating.LocatingHome | NA |
| com.ibm.premises.reusable.utils.ResourceLocator | com.ibm.se.rt.utils.locator.WSEResourceLocator |
Rate this page:
Average rating
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.