org.oddjob.jmx.handlers
Class StatefulHandlerFactory.StateData
java.lang.Object
org.oddjob.jmx.handlers.StatefulHandlerFactory.StateData
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- StatefulHandlerFactory
public static class StatefulHandlerFactory.StateData
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatefulHandlerFactory.StateData
public StatefulHandlerFactory.StateData(State state,
Date date,
Throwable throwable)
getJobState
public State getJobState()
getDate
public Date getDate()
getThrowable
public Throwable getThrowable()