org.mesopotamia
Interface MesopotamiaJob

All Superinterfaces:
java.lang.Runnable, java.io.Serializable

public interface MesopotamiaJob
extends java.lang.Runnable, java.io.Serializable

Distributable jobs shall implement this interface. Remote repository factories will inject themselves into jobs. Job will lookup factory components needed to perform job's operations.

Author:
Pavel Vlasov

Method Summary
 void setFactory(RepositoryFactory factory)
          Factory injector.
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

setFactory

void setFactory(RepositoryFactory factory)
Factory injector.

Parameters:
factory -


Copyright © 2005 Hammurapi Group. All Rights Reserved.