|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.as400.access.CallStackEntry
Represents an entry in the call stack of a specific thread of a server job.
Objects of this type are generated by calling Job.getCallStack()
.
Job
,
Serialized FormMethod Summary | |
String |
getActivationGroupName()
Returns the name of the activation group within which the program or procedure is running. |
long |
getActivationGroupNumber()
Returns the number of the activation group within which the program or procedure is running. |
Job |
getJob()
Returns the Job object that generated this call stack entry. |
int |
getMIInstructionNumber()
Returns the current machine instruction number in the program. |
String |
getModuleLibrary()
Returns the library in which the module is located. |
String |
getModuleName()
Returns the module containing the integrated language environment (ILE) procedure. |
String |
getProcedureName()
Returns the name of the procedure at this level of the call stack. |
String |
getProgramASPName()
Returns the name of the auxiliary storage pool (ASP) device in which the program is located. |
int |
getProgramASPNumber()
Returns the numeric identifier of the auxiliary storage pool (ASP) device containing the program. |
String |
getProgramLibrary()
Returns the library in which the program is located. |
String |
getProgramLibraryASPName()
Returns the name of the auxiliary storage pool (ASP) device in which the program library is located. |
int |
getProgramLibraryASPNumber()
Returns the numeric identifier of the auxiliary storage pool (ASP) device containing the program library. |
String |
getProgramName()
Returns the name of the procedure at this level of the call stack. |
int |
getRequestLevel()
Returns the level of the request-processing program or procedure. |
String[] |
getStatementIdentifier()
Returns the high-level language statement identifier. |
long |
getThreadID()
Returns the identifier of the thread in whose call stack this entry belongs. |
boolean |
isControlBoundaryActive()
Indicates whether a control boundary is active for a particular program or procedure. |
String |
toString()
Returns a String representation of this call stack entry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public String getActivationGroupName()
getActivationGroupNumber()
public long getActivationGroupNumber()
getActivationGroupName()
public Job getJob()
public int getMIInstructionNumber()
public String getModuleLibrary()
getModuleName()
public String getModuleName()
getModuleLibrary()
public String getProcedureName()
public String getProgramASPName()
getProgramASPNumber()
,
getProgramLibraryASPName()
,
getProgramLibraryASPNumber()
public int getProgramASPNumber()
getProgramASPName()
,
getProgramLibraryASPName()
,
getProgramLibraryASPNumber()
public String getProgramLibrary()
getProgramName()
public String getProgramLibraryASPName()
getProgramLibraryASPNumber()
,
getProgramASPName()
,
getProgramASPNumber()
public int getProgramLibraryASPNumber()
getProgramLibraryASPName()
,
getProgramASPName()
,
getProgramASPNumber()
public String getProgramName()
getProgramLibrary()
public int getRequestLevel()
public String[] getStatementIdentifier()
public long getThreadID()
public boolean isControlBoundaryActive()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |