tecgraf.openbus.DRMAA
Class JobTemplateFactory
java.lang.Object
tecgraf.openbus.DRMAA.JobTemplateFactory
- All Implemented Interfaces:
- ValueFactory
public class JobTemplateFactory
- extends Object
- implements ValueFactory
Fábrica para construção do tipo JobTemplate.
Usado no unmarshalling de objetos desse tipo.
Essa fábrica precisa ser registrada no ORB, usando o método
register_value_factory.
- Author:
- Tecgraf PUC-Rio
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobTemplateFactory
public JobTemplateFactory()
read_value
public Serializable read_value(InputStream is)
-
- Specified by:
read_value in interface ValueFactory
Tecgraf PUC-Rio