|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.component.quartz.EasyBeansJobDetailData
public class EasyBeansJobDetailData
Data that are stored in the JobDetail. The data needs to be serializable.
Field Summary | |
---|---|
private java.lang.String |
containerId
Container id. |
private java.lang.Integer |
easyBeansServerID
Reference on the id of the EasyBeans server. |
private java.lang.String |
factoryName
Factory name. |
private java.io.Serializable |
info
Application information to be delivered along with the timer expiration notification. |
private static long |
serialVersionUID
Serial version UID for serializable classes. |
private Timer |
timer
The timer object (that is transient). |
Constructor Summary | |
---|---|
EasyBeansJobDetailData()
|
Method Summary | |
---|---|
protected java.lang.String |
getContainerId()
|
java.lang.Integer |
getEasyBeansServerID()
Gets the Server ID of the EasyBeans instance. |
java.lang.String |
getFactoryName()
|
java.io.Serializable |
getInfo()
|
Timer |
getTimer()
Gets the timer object. |
void |
setContainerId(java.lang.String containerId)
Sets the container ID. |
void |
setEasyBeansServerID(java.lang.Integer easyBeansServerID)
Sets the Server ID of the EasyBeans instance. |
void |
setFactoryName(java.lang.String factoryName)
Sets the factory's name. |
void |
setInfo(java.io.Serializable info)
Sets the serializable info used for the timer expiration notification. |
void |
setTimer(Timer timer)
Sets the timer object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private java.lang.Integer easyBeansServerID
private java.lang.String containerId
private java.lang.String factoryName
private java.io.Serializable info
private transient Timer timer
Constructor Detail |
---|
public EasyBeansJobDetailData()
Method Detail |
---|
public java.io.Serializable getInfo()
public void setInfo(java.io.Serializable info)
info
- the given infopublic void setContainerId(java.lang.String containerId)
containerId
- the identifier of the container.protected java.lang.String getContainerId()
public java.lang.String getFactoryName()
public void setFactoryName(java.lang.String factoryName)
factoryName
- the name of the factory.public void setEasyBeansServerID(java.lang.Integer easyBeansServerID)
easyBeansServerID
- the ID of the EasyBeans serverpublic java.lang.Integer getEasyBeansServerID()
public void setTimer(Timer timer)
timer
- the given timerpublic Timer getTimer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |