Uses of Class
com.vidispine.generated.ConnectionPoolType
-
-
Uses of ConnectionPoolType in com.vidispine.generated
Fields in com.vidispine.generated declared as ConnectionPoolType Modifier and Type Field Description protected ConnectionPoolType
FtpPoolConfigurationType. pool
Methods in com.vidispine.generated that return ConnectionPoolType Modifier and Type Method Description ConnectionPoolType
ObjectFactory. createConnectionPoolType()
Create an instance ofConnectionPoolType
ConnectionPoolType
FtpPoolConfigurationType. getPool()
Gets the value of the pool property.ConnectionPoolType
ConnectionPoolType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ConnectionPoolType
ConnectionPoolType. withEvictionInterval(Integer value)
ConnectionPoolType
ConnectionPoolType. withMaxSize(Integer value)
ConnectionPoolType
ConnectionPoolType. withMinIdleTime(Integer value)
ConnectionPoolType
ConnectionPoolType. withMinSize(int value)
Methods in com.vidispine.generated with parameters of type ConnectionPoolType Modifier and Type Method Description void
FtpPoolConfigurationType. setPool(ConnectionPoolType value)
Sets the value of the pool property.FtpPoolConfigurationType
FtpPoolConfigurationType. withPool(ConnectionPoolType value)
-