All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bea.jolt.beans.JoltApplicationBean

java.lang.Object
   |
   +----bea.jolt.beans.JoltServiceBean
           |
           +----bea.jolt.beans.JoltApplicationBean

public abstract class JoltApplicationBean
extends JoltServiceBean
implements JoltOutputListener

Constructor Index

 o JoltApplicationBean()
Constructor
 o JoltApplicationBean(String)

Method Index

 o getOutputValue(String, int)
Get the value of one occurrence of a field in the Jolt output message buffer using the field's native type.
 o propertyChange(PropertyChangeEvent)
Event handler for PropertyChange events.
 o serviceReturned(JoltOutputEvent)

Constructors

 o JoltApplicationBean
 public JoltApplicationBean()
Constructor

 o JoltApplicationBean
 public JoltApplicationBean(String def)

Methods

 o serviceReturned
 public void serviceReturned(JoltOutputEvent evt)
 o propertyChange
 public void propertyChange(PropertyChangeEvent evt)
Event handler for PropertyChange events.

Overrides:
propertyChange in class JoltServiceBean
 o getOutputValue
 public Object getOutputValue(String fieldName,
                              int index)
Get the value of one occurrence of a field in the Jolt output message buffer using the field's native type.

Overrides:
getOutputValue in class JoltServiceBean

All Packages  Class Hierarchy  This Package  Previous  Next  Index