Uses of Class
com.avoka.tm.vo.SvcConn
-
Packages that use SvcConn Package Description com.avoka.tm.http Provides HTTP Client classes using underlying Apache HTTP Components library.com.avoka.tm.query Provides Value Object Query classes.com.avoka.tm.svc Provides Service classes.com.avoka.tm.vo Provides Value Object persistent entity classes. -
-
Uses of SvcConn in com.avoka.tm.http
Methods in com.avoka.tm.http with parameters of type SvcConn Modifier and Type Method Description RequestBuilder
RequestBuilder. setSvcConn(SvcConn svcConn)
Set the service connection parameter. -
Uses of SvcConn in com.avoka.tm.query
Methods in com.avoka.tm.query that return SvcConn Modifier and Type Method Description SvcConn
SvcConnQuery. 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 SvcConn Modifier and Type Method Description List<SvcConn>
SvcConnQuery. 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 SvcConn Constructor Description SvcConnUpdater(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 Modifier and Type Method Description SvcConn
SvcDef. getSvcConn()
The associated service connection.
-