Uses of Class
com.vidispine.generated.ConnectionPoolType
-
Uses of ConnectionPoolType in com.vidispine.generated
Fields in com.vidispine.generated declared as ConnectionPoolTypeMethods in com.vidispine.generated that return ConnectionPoolTypeModifier and TypeMethodDescriptionObjectFactory.createConnectionPoolType()
Create an instance ofConnectionPoolType
FtpPoolConfigurationType.getPool()
Gets the value of the pool property.ConnectionPoolType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) ConnectionPoolType.withEvictionInterval
(Integer value) Sets the value of the evictionInterval property.ConnectionPoolType.withMaxSize
(Integer value) Sets the value of the maxSize property.ConnectionPoolType.withMinIdleTime
(Integer value) Sets the value of the minIdleTime property.ConnectionPoolType.withMinSize
(int value) Sets the value of the minSize property.Methods in com.vidispine.generated with parameters of type ConnectionPoolTypeModifier and TypeMethodDescriptionvoid
FtpPoolConfigurationType.setPool
(ConnectionPoolType value) Sets the value of the pool property.FtpPoolConfigurationType.withPool
(ConnectionPoolType value) Sets the value of the pool property.