Uses of Class
edu.isi.pegasus.planner.invocation.Uname
-
Packages that use Uname Package Description edu.isi.pegasus.planner.invocation -
-
Uses of Uname in edu.isi.pegasus.planner.invocation
Fields in edu.isi.pegasus.planner.invocation declared as Uname Modifier and Type Field Description private Uname
Machine. m_uname
The uname child element is mandatory.Methods in edu.isi.pegasus.planner.invocation that return Uname Modifier and Type Method Description Uname
Machine. getUname()
Obtains the utsname generic system information record.Methods in edu.isi.pegasus.planner.invocation with parameters of type Uname Modifier and Type Method Description void
Machine. setUname(Uname uname)
Sets the utsname generic system information record.static Architecture
Uname. unameToArchitecture(Uname uname)
An adapter method to convert the uname object to the architecture object.
-