Package com.basis.api.admin.client
Class BBjAdminClientBBjProcess
java.lang.Object
com.basis.api.admin.client.BBjAdminClientBBjProcess
- All Implemented Interfaces:
Serializable
This class is designed to contain the same information as the BBjAdminBBjProcess
class with the exception that it does not have a server side implementation so
that it does not make any calls back to the server from the client. If you
need to call methods such as terminate(), you will need to use the BBjAdminBBjProcess
class.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()
getStack()
getUser()
static BBjAdminClientBBjProcess
newInstance
(BBjAdminBBjProcess p_bbjProc) void
setBackground
(Boolean p_background) void
setConnectionTime
(String p_connectionTime) void
setCpuTime
(Long p_cpuTime) void
setGroupId
(String p_groupId) void
void
void
setLineListing
(String p_lineListing) void
setMessage
(String p_message) void
setNotResponding
(Integer p_notResponding) void
setProcessId
(String p_processId) void
setProgramName
(String p_programName) void
setSscpName
(String p_sscpName) void
setStack
(List<BBjAdminClientBBjProcessStackElement> p_stack) void
void
setUserTime
(Long p_userTime)
-
Constructor Details
-
BBjAdminClientBBjProcess
public BBjAdminClientBBjProcess()
-
-
Method Details
-
newInstance
public static BBjAdminClientBBjProcess newInstance(BBjAdminBBjProcess p_bbjProc) throws BBjAdminException - Throws:
BBjAdminException
-
getGroupId
-
setGroupId
-
getProcessId
-
setProcessId
-
getHost
-
setHost
-
getUser
-
setUser
-
getProgramName
-
setProgramName
-
getLineListing
-
setLineListing
-
getSscpName
-
setSscpName
-
getInfo31
-
setInfo31
-
getConnectionTime
-
setConnectionTime
-
getBackground
-
setBackground
-
getNotResponding
-
setNotResponding
-
getStack
-
setStack
-
getMessage
-
setMessage
-
getCpuTime
-
setCpuTime
-
getUserTime
-
setUserTime
-