SMILA (incubation) 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(Id id)
          Delete the given id.
 

Method Detail

add

void add(Record record)
Add the given record.

Parameters:
record - the record to add

delete

void delete(Id id)
Delete the given id.

Parameters:
id - the Id to add

SMILA (incubation) API documentation