Package com.basis.api.admin
Interface BBjAdminBBjProcess
- All Superinterfaces:
BBjAdminPropertyReader
,Comparable
,Remote
Process information for am individual BBj Process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptiongetStack()
Get the stack for this process.void
Force process to terminate.Methods inherited from interface com.basis.api.admin.BBjAdminPropertyReader
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
GROUP_ID
- See Also:
-
PROCESS_ID
- See Also:
-
INFO_3_0
- See Also:
-
BACKGROUND
- See Also:
-
CONNECTION_TIME
- See Also:
-
CONNECTION_TIME_SORTABLE
- See Also:
-
HOST
- See Also:
-
NOT_RESPONDING
- See Also:
-
USER
- See Also:
-
PROGRAM_NAME
- See Also:
-
LINE_LISTING
- See Also:
-
SSCP_NAME
- See Also:
-
FID_0
- See Also:
-
MESSAGE
- See Also:
-
USER_TIME
- See Also:
-
CPU_TIME
- See Also:
-
-
Method Details
-
terminate
Force process to terminate.- Throws:
BBjAdminException
-
getStack
Get the stack for this process.- Throws:
BBjAdminException
-