org.apache.cocoon.samples.jms
Class HTTPTrigger

java.lang.Object
  extended by org.apache.cocoon.samples.jms.HTTPTrigger
All Implemented Interfaces:
org.hsqldb.Trigger

public class HTTPTrigger
extends Object
implements org.hsqldb.Trigger

Version:
CVS $Id: HTTPTrigger.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
chaul

Field Summary
protected  String hostname
           
protected  String path
           
protected  int port
           
protected  String protocol
           
 
Fields inherited from interface org.hsqldb.Trigger
DELETE_AFTER, DELETE_AFTER_ROW, DELETE_BEFORE, DELETE_BEFORE_ROW, INSERT_AFTER, INSERT_AFTER_ROW, INSERT_BEFORE, INSERT_BEFORE_ROW, UPDATE_AFTER, UPDATE_AFTER_ROW, UPDATE_BEFORE, UPDATE_BEFORE_ROW
 
Constructor Summary
HTTPTrigger()
           
 
Method Summary
 void fire(int arg0, String arg1, String arg2, Object[] arg3, Object[] arg4)
           
 void fire(String triggerName, String tableName, Object[] row)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

protocol

protected String protocol

hostname

protected String hostname

port

protected int port

path

protected String path
Constructor Detail

HTTPTrigger

public HTTPTrigger()
Method Detail

fire

public void fire(String triggerName,
                 String tableName,
                 Object[] row)

fire

public void fire(int arg0,
                 String arg1,
                 String arg2,
                 Object[] arg3,
                 Object[] arg4)
Specified by:
fire in interface org.hsqldb.Trigger


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.