org.oddjob.framework
Interface OptionallyTransient

All Known Implementing Classes:
ParallelJob, SequentialJob

public interface OptionallyTransient

Allow Components to be optionally transient by specifying the transient property is true;


Method Summary
 boolean isTransient()
          Is the component transient.
 

Method Detail

isTransient

boolean isTransient()
Is the component transient.

Returns:
true if transient, false otherwise.