Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.common.ejb
Interface LocalApplicationModule

All Superinterfaces:
javax.ejb.EJBLocalObject, TransactionControl

public interface LocalApplicationModule
extends javax.ejb.EJBLocalObject, TransactionControl

Method Summary
 ServiceMessage doMessage(ServiceMessage msg)
          Synchronizes data changes in the thin client with the middle-tier.

 

Methods inherited from interface javax.ejb.EJBLocalObject
getEJBLocalHome, getPrimaryKey, isIdentical, remove

 

Methods inherited from interface oracle.jbo.common.TransactionControl
resume, suspend

 

Method Detail

doMessage

public ServiceMessage doMessage(ServiceMessage msg)
                         throws ServiceException
Synchronizes data changes in the thin client with the middle-tier.
Parameters:
msg - ServiceMessage containing the request and/or from the client
Returns:
ServiceMessage ServiceMessage containing responses and/or changes from the middle tier.
Throws:
ServiceException

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.