Uses of Class
com.avoka.tm.vo.SvcConn
Packages that use SvcConn
Package
Description
Provides HTTP Client classes using underlying Apache HTTP Components library.
Provides Value Object Query classes.
Provides Service classes.
Provides Value Object persistent entity classes.
-
Uses of SvcConn in com.avoka.tm.http
Methods in com.avoka.tm.http with parameters of type SvcConnModifier and TypeMethodDescriptionRequestBuilder.setSvcConn
(SvcConn svcConn) Set the service connection parameter. -
Uses of SvcConn in com.avoka.tm.query
Methods in com.avoka.tm.query that return SvcConnModifier and TypeMethodDescriptionSvcConnQuery.firstValue()
Execute the query and return the first value object for the query.Methods in com.avoka.tm.query that return types with arguments of type SvcConnModifier and TypeMethodDescriptionSvcConnQuery.listValues()
Execute the query and return a list of value objects. -
Uses of SvcConn in com.avoka.tm.svc
Constructors in com.avoka.tm.svc with parameters of type SvcConnModifierConstructorDescriptionSvcConnUpdater
(SvcConn svcConn) Create a a service connection updater for the given svcConn value object. -
Uses of SvcConn in com.avoka.tm.vo
Methods in com.avoka.tm.vo that return SvcConn