Serializable
public class CallStackEntry extends Object implements Serializable
Job.getCallStack()
.Job
,
Serialized FormModifier and Type | Method | Description |
---|---|---|
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.
|
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()
Copyright © 2024. All rights reserved.