|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.samples.jms.HTTPTrigger
public class HTTPTrigger
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 |
---|
protected String protocol
protected String hostname
protected int port
protected String path
Constructor Detail |
---|
public HTTPTrigger()
Method Detail |
---|
public void fire(String triggerName, String tableName, Object[] row)
public void fire(int arg0, String arg1, String arg2, Object[] arg3, Object[] arg4)
fire
in interface org.hsqldb.Trigger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |