Uses of Interface
com.levigo.jadice.server.ws.cfg.JobConfigurator
-
Packages that use JobConfigurator Package Description com.levigo.jadice.server.ws com.levigo.jadice.server.ws.cfg -
-
Uses of JobConfigurator in com.levigo.jadice.server.ws
Methods in com.levigo.jadice.server.ws that return types with arguments of type JobConfigurator Modifier and Type Method Description List<JobConfigurator>
JobInvocationServiceImpl. getJobConfigurators()
Method parameters in com.levigo.jadice.server.ws with type arguments of type JobConfigurator Modifier and Type Method Description void
JobInvocationServiceImpl. setJobConfigurators(List<JobConfigurator> jobConfigurators)
-
Uses of JobConfigurator in com.levigo.jadice.server.ws.cfg
Classes in com.levigo.jadice.server.ws.cfg that implement JobConfigurator Modifier and Type Class Description class
DomTree2JobConfigurator
class
XmlTemplate2JobConfigurator
-