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

java.lang.Object
  extended by org.apache.ode.jacob.JacobObject
      extended by org.apache.ode.jacob.ChannelListener<ParentScopeChannel>
          extended by org.apache.ode.bpel.rtrep.v2.channels.ParentScopeChannelListener
All Implemented Interfaces:
java.io.Serializable, ParentScope

public abstract class ParentScopeChannelListener
extends ChannelListener<ParentScopeChannel>
implements ParentScope

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

See Also:
ParentScope, ParentScopeChannel, Serialized Form

Constructor Summary
protected ParentScopeChannelListener(ParentScopeChannel 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.ParentScope
cancelled, compensate, completed, failure
 

Constructor Detail

ParentScopeChannelListener

protected ParentScopeChannelListener(ParentScopeChannel channel)
Method Detail

log

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