org.apache.ode.bpel.iapi
Class ProcessConf.PartnerRoleConfig

java.lang.Object
  extended by org.apache.ode.bpel.iapi.ProcessConf.PartnerRoleConfig
Enclosing interface:
ProcessConf

public static class ProcessConf.PartnerRoleConfig
extends java.lang.Object


Field Summary
 org.apache.ode.bpel.o.OFailureHandling failureHandling
           
 boolean usePeer2Peer
           
 
Constructor Summary
ProcessConf.PartnerRoleConfig(org.apache.ode.bpel.o.OFailureHandling failureHandling, boolean usePeer2Peer)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

failureHandling

public final org.apache.ode.bpel.o.OFailureHandling failureHandling

usePeer2Peer

public final boolean usePeer2Peer
Constructor Detail

ProcessConf.PartnerRoleConfig

public ProcessConf.PartnerRoleConfig(org.apache.ode.bpel.o.OFailureHandling failureHandling,
                                     boolean usePeer2Peer)