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


oracle.jbo.common.remote.ejb
Interface RemoteApplicationModule

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface RemoteApplicationModule
extends javax.ejb.EJBObject

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

 

Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove

 

Method Detail

doMessage

public ServiceMessage doMessage(ServiceMessage msg)
                         throws java.rmi.RemoteException,
                                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:
java.rmi.RemoteException
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.