|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.topology.generated.Jndi
public class Jndi
Java class for Jndi complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Jndi">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="factory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="provider-url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="security-principal" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="security-credentials" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pool-size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="batch-size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Integer |
batchSize
|
protected java.lang.String |
factory
|
protected java.lang.Integer |
poolSize
|
protected java.lang.String |
providerUrl
|
protected java.lang.String |
securityCredentials
|
protected java.lang.String |
securityPrincipal
|
| Constructor Summary | |
|---|---|
Jndi()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getBatchSize()
Gets the value of the batchSize property. |
java.lang.String |
getFactory()
Gets the value of the factory property. |
java.lang.Integer |
getPoolSize()
Gets the value of the poolSize property. |
java.lang.String |
getProviderUrl()
Gets the value of the providerUrl property. |
java.lang.String |
getSecurityCredentials()
Gets the value of the securityCredentials property. |
java.lang.String |
getSecurityPrincipal()
Gets the value of the securityPrincipal property. |
void |
setBatchSize(java.lang.Integer value)
Sets the value of the batchSize property. |
void |
setFactory(java.lang.String value)
Sets the value of the factory property. |
void |
setPoolSize(java.lang.Integer value)
Sets the value of the poolSize property. |
void |
setProviderUrl(java.lang.String value)
Sets the value of the providerUrl property. |
void |
setSecurityCredentials(java.lang.String value)
Sets the value of the securityCredentials property. |
void |
setSecurityPrincipal(java.lang.String value)
Sets the value of the securityPrincipal property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String factory
protected java.lang.String providerUrl
protected java.lang.String securityPrincipal
protected java.lang.String securityCredentials
protected java.lang.Integer poolSize
protected java.lang.Integer batchSize
| Constructor Detail |
|---|
public Jndi()
| Method Detail |
|---|
public java.lang.String getFactory()
Stringpublic void setFactory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getProviderUrl()
Stringpublic void setProviderUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSecurityPrincipal()
Stringpublic void setSecurityPrincipal(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSecurityCredentials()
Stringpublic void setSecurityCredentials(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getPoolSize()
Integerpublic void setPoolSize(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getBatchSize()
Integerpublic void setBatchSize(java.lang.Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||