it.eng.spagobi.commons.serializer
Class JobXMLSerializer
java.lang.Object
it.eng.spagobi.commons.serializer.JobXMLSerializer
- All Implemented Interfaces:
- Serializer
public class JobXMLSerializer
- extends java.lang.Object
- implements Serializer
- Author:
- Andrea Gioia (andrea.gioia@eng.it)
Method Summary |
java.lang.Object |
serialize(java.lang.Object o,
java.util.Locale locale)
|
void |
setProperties(java.util.Properties properties)
|
void |
setProperty(java.lang.String name,
java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_CONSUMER
public static final java.lang.String PROPERTY_CONSUMER
- See Also:
- Constant Field Values
JOB_NAME
public static final java.lang.String JOB_NAME
- See Also:
- Constant Field Values
JOB_GROUP
public static final java.lang.String JOB_GROUP
- See Also:
- Constant Field Values
JOB_DESCRIPTION
public static final java.lang.String JOB_DESCRIPTION
- See Also:
- Constant Field Values
JOB_CLASS
public static final java.lang.String JOB_CLASS
- See Also:
- Constant Field Values
JOB_DURABILITY
public static final java.lang.String JOB_DURABILITY
- See Also:
- Constant Field Values
JOB_REQUEST_RECOVERY
public static final java.lang.String JOB_REQUEST_RECOVERY
- See Also:
- Constant Field Values
USE_VOLATILITY
public static final java.lang.String USE_VOLATILITY
- See Also:
- Constant Field Values
JobXMLSerializer
public JobXMLSerializer()
serialize
public java.lang.Object serialize(java.lang.Object o,
java.util.Locale locale)
throws SerializationException
- Specified by:
serialize
in interface Serializer
- Throws:
SerializationException
setProperty
public void setProperty(java.lang.String name,
java.lang.String value)
setProperties
public void setProperties(java.util.Properties properties)