Package | Description |
---|---|
com.sun.java.xml.ns.javaee |
Modifier and Type | Field and Description |
---|---|
protected XsdIntegerType |
DataSourceType.initialPoolSize |
protected XsdIntegerType |
DataSourceType.loginTimeout |
protected XsdIntegerType |
CookieConfigType.maxAge |
protected XsdIntegerType |
DataSourceType.maxIdleTime |
protected XsdIntegerType |
DataSourceType.maxPoolSize |
protected XsdIntegerType |
DataSourceType.maxStatements |
protected XsdIntegerType |
DataSourceType.minPoolSize |
protected XsdIntegerType |
DataSourceType.portNumber |
protected XsdIntegerType |
SessionConfigType.sessionTimeout |
Modifier and Type | Method and Description |
---|---|
XsdIntegerType |
ObjectFactory.createXsdIntegerType()
Create an instance of
XsdIntegerType |
XsdIntegerType |
DataSourceType.getInitialPoolSize()
Gets the value of the initialPoolSize property.
|
XsdIntegerType |
DataSourceType.getLoginTimeout()
Gets the value of the loginTimeout property.
|
XsdIntegerType |
CookieConfigType.getMaxAge()
Gets the value of the maxAge property.
|
XsdIntegerType |
DataSourceType.getMaxIdleTime()
Gets the value of the maxIdleTime property.
|
XsdIntegerType |
DataSourceType.getMaxPoolSize()
Gets the value of the maxPoolSize property.
|
XsdIntegerType |
DataSourceType.getMaxStatements()
Gets the value of the maxStatements property.
|
XsdIntegerType |
DataSourceType.getMinPoolSize()
Gets the value of the minPoolSize property.
|
XsdIntegerType |
DataSourceType.getPortNumber()
Gets the value of the portNumber property.
|
XsdIntegerType |
SessionConfigType.getSessionTimeout()
Gets the value of the sessionTimeout property.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSourceType.setInitialPoolSize(XsdIntegerType value)
Sets the value of the initialPoolSize property.
|
void |
DataSourceType.setLoginTimeout(XsdIntegerType value)
Sets the value of the loginTimeout property.
|
void |
CookieConfigType.setMaxAge(XsdIntegerType value)
Sets the value of the maxAge property.
|
void |
DataSourceType.setMaxIdleTime(XsdIntegerType value)
Sets the value of the maxIdleTime property.
|
void |
DataSourceType.setMaxPoolSize(XsdIntegerType value)
Sets the value of the maxPoolSize property.
|
void |
DataSourceType.setMaxStatements(XsdIntegerType value)
Sets the value of the maxStatements property.
|
void |
DataSourceType.setMinPoolSize(XsdIntegerType value)
Sets the value of the minPoolSize property.
|
void |
DataSourceType.setPortNumber(XsdIntegerType value)
Sets the value of the portNumber property.
|
void |
SessionConfigType.setSessionTimeout(XsdIntegerType value)
Sets the value of the sessionTimeout property.
|
Copyright © 2016 buschmais GbR. All rights reserved.