SMILA 1.0 API documentation

org.eclipse.smila.connectivity.framework.agent.jobfile
Interface JobFileHandler

All Known Implementing Classes:
JobFileAgent

public interface JobFileHandler

Interface JobFileHandler that is used by JobFileReader to add or delete parsed Records and Ids.


Method Summary
 void add(Record record)
          Add the given record.
 void delete(Record record)
          Delete the given record.
 

Method Detail

add

void add(Record record)
         throws AgentCriticalException
Add the given record.

Parameters:
record - the record to add
Throws:
AgentCriticalException

delete

void delete(Record record)
            throws AgentCriticalException
Delete the given record.

Parameters:
record - the record to delete
Throws:
AgentCriticalException

SMILA 1.0 API documentation