|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.rse.services.clientserver.processes.handlers.UniversalAIXProcessHandler
org.eclipse.rse.services.clientserver.processes.handlers.UniversalZOSProcessHandler
public class UniversalZOSProcessHandler
Field Summary |
---|
Fields inherited from class org.eclipse.rse.services.clientserver.processes.handlers.UniversalAIXProcessHandler |
---|
_uidsByUserName, _usernamesByUid |
Constructor Summary | |
---|---|
UniversalZOSProcessHandler()
Creates a new ProcessHandler for z/OS platforms. |
Method Summary | |
---|---|
protected java.lang.String |
convertToStateCode(java.lang.String state)
Return the unique state code assocated with the state given by the ps listing on the z/OS machine. |
protected java.util.HashMap |
getPSOutput(java.lang.String nextLine)
Parses one line of output from the ps command - placing the contents into a hashmap, where the keys are the names of process attributes and the values are the attribute values |
java.util.SortedSet |
lookupProcesses(HostProcessFilterImpl rpfs)
|
Methods inherited from class org.eclipse.rse.services.clientserver.processes.handlers.UniversalAIXProcessHandler |
---|
kill, lookupProcesses |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UniversalZOSProcessHandler()
Method Detail |
---|
public java.util.SortedSet lookupProcesses(HostProcessFilterImpl rpfs) throws java.lang.Exception
java.lang.Exception
protected java.util.HashMap getPSOutput(java.lang.String nextLine)
getPSOutput
in class UniversalAIXProcessHandler
nextLine
- a line of output from the ps command
protected java.lang.String convertToStateCode(java.lang.String state)
convertToStateCode
in class UniversalAIXProcessHandler
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |