Uses of Class
org.apache.turbine.services.schedule.JobEntryTorquePeerImpl
-
Packages that use JobEntryTorquePeerImpl Package Description org.apache.turbine.services.schedule The scheduler service can run tasks in the background. -
-
Uses of JobEntryTorquePeerImpl in org.apache.turbine.services.schedule
Methods in org.apache.turbine.services.schedule that return JobEntryTorquePeerImpl Modifier and Type Method Description protected static JobEntryTorquePeerImplBaseJobEntryTorquePeer. createJobEntryTorquePeerImpl()Creates a new instance of the implementation of the peer.static JobEntryTorquePeerImplBaseJobEntryTorquePeer. getJobEntryTorquePeerImpl()Returns an instance of the implementation of the peer.Methods in org.apache.turbine.services.schedule with parameters of type JobEntryTorquePeerImpl Modifier and Type Method Description static voidBaseJobEntryTorquePeer. setJobEntryTorquePeerImpl(JobEntryTorquePeerImpl peerImplInstance)Sets the instance of the implementation of the peer.
-