tecgraf.openbus.DRMAA
Class JobTemplateFactory

java.lang.Object
  extended by 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

Constructor Summary
JobTemplateFactory()
           
 
Method Summary
 Serializable read_value(InputStream is)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobTemplateFactory

public JobTemplateFactory()
Method Detail

read_value

public Serializable read_value(InputStream is)

Specified by:
read_value in interface ValueFactory


Tecgraf PUC-Rio