|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.bpel.services.workflow.client.config.LocalClientType
public class LocalClientType
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>
| 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 |
|---|
public LocalClientType()
| Method Detail |
|---|
public java.lang.Boolean isParticipateInClientTransaction()
Booleanpublic void setParticipateInClientTransaction(java.lang.Boolean value)
value - allowed object is Boolean
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.6.3) E10660-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||