Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


oracle.svcmsg
Interface Response

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ResponseEvent, ResponseRef, ResponseRowEvent, ResponseValues
All Known Implementing Classes:
SvcMethodResponse, SvcMsgResponse, SvcMsgResponseByValueRowSet, SvcMsgResponseEvent, SvcMsgResponseException, SvcMsgResponseFullRef, SvcMsgResponseNavig, SvcMsgResponseRef, SvcMsgResponseRowEvent, SvcMsgResponseValues

public interface Response
extends java.io.Serializable

This interface is used to marshal a service message response from the middle tier to the client tier. Response operation ids 0x1001 - 0x10ff -- are reserved by BC4J


Method Summary
 java.lang.String getName()
          Returns the name of this response.
 int getOperation()
          Returns the id that identifies this response.

 

Method Detail

getOperation

int getOperation()
Returns the id that identifies this response.
Returns:
the response operation id.

getName

java.lang.String getName()
Returns the name of this response. This name should match the name of the request that generated this response.
Returns:
the name of the request that generated this response.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.2.0)

E17483-03


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