interface CalleeInfo
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getDestination()
The procedure where the internal entry was resolved.
|
java.lang.String |
getExternalProgramName()
The external program name; will be non-null only when we are invoking an external
program.
|
java.lang.String |
getInternalEntryName()
The internal entry name.
|
boolean |
isDynamicCall()
Flag indicating the call is dynamic.
|
boolean |
isFunction()
Flag indicating a user-defined function is called.
|
boolean |
isMethod()
Flag indicating a method is called.
|
void |
setLegacyName(java.lang.String iename)
Set the already known legacy name for the next call (only for internal entries).
|
java.lang.String getInternalEntryName()
ProcedureManager.TRIGGER_PROCEDURE and ProcedureManager.EXTERNAL_PROGRAM
constants respectively.java.lang.Object getDestination()
java.lang.String getExternalProgramName()
String representing the program name.boolean isFunction()
boolean isMethod()
boolean isDynamicCall()
void setLegacyName(java.lang.String iename)
iename - The internal entry legacy name.