com.friendshipsystems.fsshresourcemanager.config
Class FCancelerCode
java.lang.Object
com.friendshipsystems.fsshresourcemanager.utils.FDBObject
com.friendshipsystems.fsshresourcemanager.config.FCancelerCode
public class FCancelerCode
- extends com.friendshipsystems.fsshresourcemanager.utils.FDBObject
This class represents Java code that implements a custom FIJobCanceler and
is stored inside the database.
- Author:
- FRIENDSHIP SYSTEMS
| Methods inherited from class com.friendshipsystems.fsshresourcemanager.utils.FDBObject |
delete, save, update |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FCancelerCode
public FCancelerCode()
FCancelerCode
public FCancelerCode(java.lang.String code,
java.lang.String className)
getCanceler
public static FCancelerCode getCanceler(java.lang.String name)
getCancelers
public static java.util.List<FCancelerCode> getCancelers()
getCancelerClass
public java.lang.Class<?> getCancelerClass()
getLastError
public java.lang.String getLastError()
getCode
public java.lang.String getCode()
setCode
public void setCode(java.lang.String code)
getClassName
public java.lang.String getClassName()
setClassName
public void setClassName(java.lang.String cName)
toMap
public java.util.Map<java.lang.String,java.lang.Object> toMap()
- Specified by:
toMap in class com.friendshipsystems.fsshresourcemanager.utils.FDBObject