org.embl.ebi.escience.scuflworkers.notification
Class NotificationProcessorFactory

java.lang.Object
  extended by org.embl.ebi.escience.scuflworkers.ProcessorFactory
      extended by org.embl.ebi.escience.scuflworkers.notification.NotificationProcessorFactory

public class NotificationProcessorFactory
extends ProcessorFactory

Author:
Justin Ferris, Ananth Krishna

Constructor Summary
NotificationProcessorFactory()
           
 
Method Summary
 java.lang.Class getProcessorClass()
          Return the Class object describing the processor this factory would build
 java.lang.String getProcessorDescription()
          Describe the processor that would be created by this factory were the createProcessor method invoked
 
Methods inherited from class org.embl.ebi.escience.scuflworkers.ProcessorFactory
createProcessor, getDescription, getName, getXMLFragment, setDescription, setName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotificationProcessorFactory

public NotificationProcessorFactory()
Method Detail

getProcessorDescription

public java.lang.String getProcessorDescription()
Description copied from class: ProcessorFactory
Describe the processor that would be created by this factory were the createProcessor method invoked

Specified by:
getProcessorDescription in class ProcessorFactory

getProcessorClass

public java.lang.Class getProcessorClass()
Description copied from class: ProcessorFactory
Return the Class object describing the processor this factory would build

Specified by:
getProcessorClass in class ProcessorFactory