org.apache.ode.bpel.rtrep.v2.channels
Class PickResponseChannelListener

java.lang.Object
  extended by org.apache.ode.jacob.JacobObject
      extended by org.apache.ode.jacob.ChannelListener<PickResponseChannel>
          extended by org.apache.ode.bpel.rtrep.v2.channels.PickResponseChannelListener
All Implemented Interfaces:
java.io.Serializable, PickResponse, TimerResponse

public abstract class PickResponseChannelListener
extends ChannelListener<PickResponseChannel>
implements PickResponse

An auto-generated channel listener abstract class for the PickResponse channel type.

See Also:
PickResponse, PickResponseChannel, Serialized Form

Constructor Summary
protected PickResponseChannelListener(PickResponseChannel channel)
           
 
Method Summary
protected  org.apache.commons.logging.Log log()
           
 
Methods inherited from class org.apache.ode.jacob.ChannelListener
getChannel, getImplementedMethods, or, or, setChannel, toString
 
Methods inherited from class org.apache.ode.jacob.JacobObject
getClassName, getExtension, getMethod, importChannel, instance, newChannel, newChannel, object, object, object, object, replication, replication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.ode.bpel.rtrep.v2.channels.PickResponse
onRequestRcvd
 
Methods inherited from interface org.apache.ode.bpel.rtrep.v2.channels.TimerResponse
onCancel, onTimeout
 

Constructor Detail

PickResponseChannelListener

protected PickResponseChannelListener(PickResponseChannel channel)
Method Detail

log

protected org.apache.commons.logging.Log log()
Overrides:
log in class ChannelListener<PickResponseChannel>