Class SchedulerBase

    • Constructor Detail

      • SchedulerBase

        public SchedulerBase()
    • Method Detail

      • setSessionContext

        protected abstract void setSessionContext​(SessionContext ctx)
      • getJndiProperty

        public String getJndiProperty​(String name)
        Description copied from interface: Scheduler
        return the toString() of the object at the given JNDI name
        Specified by:
        getJndiProperty in interface Scheduler
      • getCtxProperty

        public String getCtxProperty​(String name)
        Description copied from interface: Scheduler
        return the toString() of the object at the given Context.lookup name
        Specified by:
        getCtxProperty in interface Scheduler
      • getEnv

        public String getEnv()
        Description copied from interface: Scheduler
        return a string representation of java:comp/env
        Specified by:
        getEnv in interface Scheduler