public abstract class SchedulerBase extends Object implements Scheduler
Modifier and Type | Field and Description |
---|---|
protected SessionContext |
ctx |
protected org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
SchedulerBase() |
Modifier and Type | Method and Description |
---|---|
String |
getCtxProperty(String name)
return the toString() of the object at the given Context.lookup name
|
String |
getEnv()
return a string representation of java:comp/env
|
String |
getJndiProperty(String name)
return the toString() of the object at the given JNDI name
|
protected abstract void |
setSessionContext(SessionContext ctx) |
protected org.apache.commons.logging.Log log
protected SessionContext ctx
protected abstract void setSessionContext(SessionContext ctx)
public String getJndiProperty(String name)
Scheduler
getJndiProperty
in interface Scheduler
public String getCtxProperty(String name)
Scheduler
getCtxProperty
in interface Scheduler
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.