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


oracle.svcmsg
Interface Response

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
ResponseEvent, ResponseRef, ResponseRowEvent, ResponseValues
All Known Implementing Classes:
SvcMsgResponse, SvcMsgResponseEvent, SvcMsgResponseFullRef, 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

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

getName

public 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.

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.