|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Request
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 |
---|
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.
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.
java.lang.Object getSourceId()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |