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 BBjAdminClientBBjProcessnewInstance(BBjAdminBBjProcess p_bbjProc) voidsetBackground(Boolean p_background) voidsetConnectionTime(String p_connectionTime) voidsetCpuTime(Long p_cpuTime) voidsetGroupId(String p_groupId) voidvoidvoidsetLineListing(String p_lineListing) voidsetMessage(String p_message) voidsetNotResponding(Integer p_notResponding) voidsetProcessId(String p_processId) voidsetProgramName(String p_programName) voidsetSscpName(String p_sscpName) voidsetStack(List<BBjAdminClientBBjProcessStackElement> p_stack) voidvoidsetUserTime(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
-