Uses of Class
org.compiere.model.MScheduler
-
Packages that use MScheduler Package Description org.compiere.model Provides for....org.compiere.server org.idempiere.server.cluster org.idempiere.server.cluster.callable org.idempiere.server.factory -
-
Uses of MScheduler in org.compiere.model
Methods in org.compiere.model that return MScheduler Modifier and Type Method Description static MScheduler[]
MScheduler. getActive(Properties ctx)
Get ActiveMScheduler
MScheduler. markImmutable()
Constructors in org.compiere.model with parameters of type MScheduler Constructor Description MScheduler(Properties ctx, MScheduler copy)
MScheduler(Properties ctx, MScheduler copy, String trxName)
MScheduler(MScheduler copy)
MSchedulerLog(MScheduler parent, String summary)
Parent Constructor -
Uses of MScheduler in org.compiere.server
Methods in org.compiere.server that return MScheduler Modifier and Type Method Description protected static MScheduler
Scheduler. get(Properties ctx, int AD_Scheduler_ID)
Get MScheduler from cache (immutable)Methods in org.compiere.server with parameters of type MScheduler Modifier and Type Method Description String
AdempiereServerMgr. addScheduler(MScheduler scheduler)
String
IServerManager. addScheduler(MScheduler scheduler)
String
AdempiereServerMgr. removeScheduler(MScheduler scheduler)
String
IServerManager. removeScheduler(MScheduler scheduler)
Constructors in org.compiere.server with parameters of type MScheduler Constructor Description Scheduler(MScheduler model)
Scheduler -
Uses of MScheduler in org.idempiere.server.cluster
Methods in org.idempiere.server.cluster with parameters of type MScheduler Modifier and Type Method Description String
ClusterServerMgr. addScheduler(MScheduler scheduler)
String
ClusterServerMgr. removeScheduler(MScheduler scheduler)
-
Uses of MScheduler in org.idempiere.server.cluster.callable
Constructors in org.idempiere.server.cluster.callable with parameters of type MScheduler Constructor Description AddSchedulerCallable(MScheduler scheduler)
RemoveSchedulerCallable(MScheduler scheduler)
-
Uses of MScheduler in org.idempiere.server.factory
Methods in org.idempiere.server.factory that return types with arguments of type MScheduler Modifier and Type Method Description Class<MScheduler>
DefaultSchedulerFactory. getProcessorClass()
Methods in org.idempiere.server.factory with parameters of type MScheduler Modifier and Type Method Description Scheduler
DefaultSchedulerFactory. create(Properties ctx, MScheduler serverModel)
-