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 UnameMachine. m_unameThe uname child element is mandatory.Methods in edu.isi.pegasus.planner.invocation that return Uname Modifier and Type Method Description UnameMachine. 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 voidMachine. setUname(Uname uname)Sets the utsname generic system information record.static ArchitectureUname. unameToArchitecture(Uname uname)An adapter method to convert the uname object to the architecture object.
-