This is an example of an custom Filter plugin. to make this grammar available to the FilterFactory you have to add an entry with the prefix jacorb.notification.filter.plugin to jacorb.properties. The entry must have the following form: jacorb.notification.filter.plugin.GRAMMAR_NAME=CLASSNAME to make this grammar available one had to add the following entry to jacorb.properties: jacorb.notification.filter.plugin.BSH=org.jacorb.notification.filter.bsh.BSHFilter
@author Alphonse Bendt
@version $Id: BSHFilter.java,v 1.7 2009-04-25 10:08:51 andre.spiegel Exp $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.