|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.bindings.OperationDelegateManager
public class OperationDelegateManager
Field Summary | |
---|---|
protected static ImmutableCache |
s_odCache
|
Fields inherited from interface oracle.adfnmc.bindings.dbf.OperationProvider |
---|
CLASS_INSTANCE |
Constructor Summary | |
---|---|
OperationDelegateManager()
This custom operation delegate manager is used by virtual (or absolute) data controls that required custom operations. |
Method Summary | |
---|---|
static void |
dumpCache()
NOTE: Should only be used for low-level debugging purposes. |
protected static ImmutableCache |
getCache()
|
OperationDelegate |
getCustomOperation(java.lang.Object dc,
java.lang.String id,
java.lang.String op)
Used by the Operation Provider to implement custom operations. |
static void |
register(java.lang.String id,
java.lang.String op,
OperationDelegate od)
Used to register a given operation delegate with the manager. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static ImmutableCache s_odCache
Constructor Detail |
---|
public OperationDelegateManager()
Method Detail |
---|
public static void dumpCache()
public OperationDelegate getCustomOperation(java.lang.Object dc, java.lang.String id, java.lang.String op)
getCustomOperation
in interface OperationProvider
dc
- is the data control instanceid
- is the id of the data controlop
- is the name of the method to invoke
public static void register(java.lang.String id, java.lang.String op, OperationDelegate od)
id
- is the id of the data controlop
- is the name of the method to invokeod
- is the delegator for the methodprotected static ImmutableCache getCache()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |