public class Handshake
extends de.desy.tine.structUtils.TTaggedStructure
Constructor and Description |
---|
Handshake()
Construct a new Handshake.
|
Handshake(java.lang.String name,
java.lang.String path,
int uid,
int pid,
boolean parent) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPath() |
int |
getPID() |
java.lang.String |
getProcessName() |
int |
getUID() |
boolean |
isParent() |
void |
setParent(boolean isParent)
Mark the handshake as if this application is the parent application of the monitored application.
|
void |
setPath(java.lang.String path) |
void |
setPID(int pid) |
void |
setProcessName(java.lang.String processName) |
void |
setUID(int uid) |
addField, addField, addField, addField, addField, addField, addField, addField, addField, addField, addField, addField, addField, addField, addField, addField, addFieldsFrom, addFieldsFrom, clone, fixExtendedBytes, getByteArray, getExtendedOffset, getExtendedSizeInBytes, getName, getSizeInBytes, hasExtendedSpace, initDone, setExtendedOffset, toByteArray, toExtendedByteArray, toString, toStruct, toStruct
public Handshake()
public Handshake(java.lang.String name, java.lang.String path, int uid, int pid, boolean parent)
public java.lang.String getProcessName()
public java.lang.String getPath()
public int getUID()
public int getPID()
public boolean isParent()
public void setProcessName(java.lang.String processName)
processName
- the name of the processpublic void setPath(java.lang.String path)
path
- the path to the process exe (the exe file included)public void setUID(int uid)
uid
- the application unique idpublic void setPID(int pid)
pid
- the pid of the applicationpublic void setParent(boolean isParent)
isParent
- true if this is a parent or false otherwise13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft