|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface is used to marshal a service message request between client and middle tier. Request operation ids 0x0001 - 0x00ff -- are reserved by BC4J
| Method Summary | |
java.lang.String |
getName()Returns the name that identifies this request. |
int |
getOperation()Returns the id that identifies this request. |
java.lang.Object |
getSourceId()Returns the object that identifies the object that originated this request. |
| Method Detail |
public int getOperation()
int</code) or by a name (String).
In general, an int operation id is more performant because one can use a switch/case construct. A String request name will require string compare which can be more costly. However, string request name is good for custom request processing where a static int operation id cannot be formulated.
public java.lang.String getName()
int</code) or by a name (String).
In general, an int operation id is more performant because one can use a switch/case construct. A String request name will require string compare which can be more costly. However, string request name is good for custom request processing where a static int operation id cannot be formulated.
public java.lang.Object getSourceId()
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||