com.netscape.certsrv.dbs
Interface IElementProcessor


public interface IElementProcessor

Processor handles object read from the session.

Version:
$Revision: 14561 $, $Date: 2007-05-01 10:28:56 -0700 (Tue, 01 May 2007) $

Method Summary
 void process(java.lang.Object o)
          Handles object
 

Method Detail

process

void process(java.lang.Object o)
             throws EBaseException
Handles object

Parameters:
o - object to be processed
Throws:
EBaseException - failed to process object