Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpel.services.workflow.client.config
Class LocalClientType

java.lang.Object
  extended by oracle.bpel.services.workflow.client.config.LocalClientType
All Implemented Interfaces:
java.io.Serializable

public class LocalClientType
extends java.lang.Object
implements java.io.Serializable

FOR INTERNAL ORACLE SOA USE ONLY - Defines properties for Local EJB Client

Java class for localClientType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="localClientType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="participateInClientTransaction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
LocalClientType()
           
 
Method Summary
 java.lang.Boolean isParticipateInClientTransaction()
          Gets the value of the participateInClientTransaction property.
 void setParticipateInClientTransaction(java.lang.Boolean value)
          Sets the value of the participateInClientTransaction property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalClientType

public LocalClientType()
Method Detail

isParticipateInClientTransaction

public java.lang.Boolean isParticipateInClientTransaction()
Gets the value of the participateInClientTransaction property.

Returns:
possible object is Boolean

setParticipateInClientTransaction

public void setParticipateInClientTransaction(java.lang.Boolean value)
Sets the value of the participateInClientTransaction property.

Parameters:
value - allowed object is Boolean

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.