|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.BootstrapType
public class BootstrapType
Describe bootstrap configuration.
Example:
Java class for bootstrapType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bootstrapType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="master" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="securityPropagation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="securityManager" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="csiv2Propagation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="logConfigFile" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="transactionPropagation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="jonasDevelopment" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Boolean |
csiv2Propagation
|
protected String |
jonasDevelopment
|
protected String |
logConfigFile
|
protected Boolean |
master
|
protected Boolean |
securityManager
|
protected Boolean |
securityPropagation
|
protected Boolean |
transactionPropagation
|
| Constructor Summary | |
|---|---|
BootstrapType()
|
|
| Method Summary | |
|---|---|
String |
getJonasDevelopment()
Gets the value of the jonasDevelopment property. |
String |
getLogConfigFile()
Gets the value of the logConfigFile property. |
Boolean |
isCsiv2Propagation()
Gets the value of the csiv2Propagation property. |
Boolean |
isMaster()
Gets the value of the master property. |
Boolean |
isSecurityManager()
Gets the value of the securityManager property. |
Boolean |
isSecurityPropagation()
Gets the value of the securityPropagation property. |
Boolean |
isTransactionPropagation()
Gets the value of the transactionPropagation property. |
void |
setCsiv2Propagation(Boolean value)
Sets the value of the csiv2Propagation property. |
void |
setJonasDevelopment(String value)
Sets the value of the jonasDevelopment property. |
void |
setLogConfigFile(String value)
Sets the value of the logConfigFile property. |
void |
setMaster(Boolean value)
Sets the value of the master property. |
void |
setSecurityManager(Boolean value)
Sets the value of the securityManager property. |
void |
setSecurityPropagation(Boolean value)
Sets the value of the securityPropagation property. |
void |
setTransactionPropagation(Boolean value)
Sets the value of the transactionPropagation property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Boolean master
protected Boolean securityPropagation
protected Boolean securityManager
protected Boolean csiv2Propagation
protected String logConfigFile
protected Boolean transactionPropagation
protected String jonasDevelopment
| Constructor Detail |
|---|
public BootstrapType()
| Method Detail |
|---|
public Boolean isMaster()
Booleanpublic void setMaster(Boolean value)
value - allowed object is
Booleanpublic Boolean isSecurityPropagation()
Booleanpublic void setSecurityPropagation(Boolean value)
value - allowed object is
Booleanpublic Boolean isSecurityManager()
Booleanpublic void setSecurityManager(Boolean value)
value - allowed object is
Booleanpublic Boolean isCsiv2Propagation()
Booleanpublic void setCsiv2Propagation(Boolean value)
value - allowed object is
Booleanpublic String getLogConfigFile()
Stringpublic void setLogConfigFile(String value)
value - allowed object is
Stringpublic Boolean isTransactionPropagation()
Booleanpublic void setTransactionPropagation(Boolean value)
value - allowed object is
Booleanpublic String getJonasDevelopment()
Stringpublic void setJonasDevelopment(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||