tecgraf.openbus.DRMAA
Class JobTemplateImpl

java.lang.Object
  extended by tecgraf.openbus.DRMAA.JobTemplate
      extended by tecgraf.openbus.DRMAA.JobTemplateImpl
All Implemented Interfaces:
Serializable, IDLEntity, Streamable, StreamableValue, ValueBase

public class JobTemplateImpl
extends JobTemplate

Implementação default do JobTemplate.

Author:
Tecgraf PUC-Rio
See Also:
Serialized Form

Field Summary
 
Fields inherited from class tecgraf.openbus.DRMAA.JobTemplate
args, blockEmail, email, errorPath, hardRunDurationLimit, hardWallClockTimeLimit, inputPath, jobCategory, jobEnvironment, jobName, jobSubmissionState, joinFiles, nativeSpecification, outputPath, remoteCommand, softRunDurationLimit, softWallClockTimeLimit, transferFiles, workingDirectory
 
Constructor Summary
JobTemplateImpl()
          Construtor padrão sem argumentos, usado no unmarshalling.
 
Method Summary
 String[] attributeNames()
           
static String[] getAttributeNames()
          Obtém o nome dos atributos implementados no JobTemplate DRMAA.
 
Methods inherited from class tecgraf.openbus.DRMAA.JobTemplate
_read, _truncatable_ids, _type, _write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobTemplateImpl

public JobTemplateImpl()
Construtor padrão sem argumentos, usado no unmarshalling. Devido a sua existência, o jacorb não precisa de uma fábrica separada para esse tipo. Esse é um recurso específico do JacORB e não é padronizado no Corba.

Method Detail

attributeNames

public String[] attributeNames()
Specified by:
attributeNames in class JobTemplate

getAttributeNames

public static String[] getAttributeNames()
Obtém o nome dos atributos implementados no JobTemplate DRMAA.

Returns:
o array com o nome dos atributos de um job template


Tecgraf PUC-Rio