|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.runtime.conf.TimerJobFactoryOption
public class TimerJobFactoryOption
A class for the timer job factory manager configuration.
Field Summary | |
---|---|
static String |
PROPERTY_NAME
The property name for the timer job factory manager configuration |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
static TimerJobFactoryOption |
get(String timerJobType)
This is a factory method for this timer job factory manager configuration. |
String |
getPropertyName()
Returns the property name for this option |
String |
getTimerJobType()
Returns the configured timer job factory manager |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String PROPERTY_NAME
Method Detail |
---|
public static TimerJobFactoryOption get(String timerJobType)
timerJobType
- the identifier for the belie system
public String getPropertyName()
getPropertyName
in interface Option
public String getTimerJobType()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |