org.kuali.kfs.gl.batch.service.impl
Class RequiredFilesMissingStatus

java.lang.Object
  extended by org.kuali.kfs.gl.batch.service.impl.EnterpriseFeederStatusBase
      extended by org.kuali.kfs.gl.batch.service.impl.RequiredFilesMissingStatus
All Implemented Interfaces:
EnterpriseFeederStatus

public class RequiredFilesMissingStatus
extends EnterpriseFeederStatusBase

This class indicates that some files of the file set are missing, and the feeder cannot continue.


Constructor Summary
RequiredFilesMissingStatus()
           
 
Method Summary
 boolean isErrorEvent()
          Returns whether this event represents an error.
 
Methods inherited from class org.kuali.kfs.gl.batch.service.impl.EnterpriseFeederStatusBase
getDefaultStatusDescription, getStatusDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequiredFilesMissingStatus

public RequiredFilesMissingStatus()
Method Detail

isErrorEvent

public boolean isErrorEvent()
Description copied from interface: EnterpriseFeederStatus
Returns whether this event represents an error.

Returns:
See Also:
EnterpriseFeederStatus.isErrorEvent()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.