Package org.oddjob.jmx.handlers
Class StatefulHandlerFactory.StateData
java.lang.Object
org.oddjob.jmx.handlers.StatefulHandlerFactory.StateData
- All Implemented Interfaces:
Serializable,StateDetail
- Enclosing class:
StatefulHandlerFactory
public static class StatefulHandlerFactory.StateData
extends Object
implements Serializable, StateDetail
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDate()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getState()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.oddjob.state.StateDetail
toEvent
-
Constructor Details
-
StateData
@Deprecated(since="1.7", forRemoval=true) public StateData(State state, Date date, Throwable throwable) Deprecated, for removal: This API element is subject to removal in a future version. -
StateData
-
-
Method Details
-
getJobState
Deprecated, for removal: This API element is subject to removal in a future version. -
getState
- Specified by:
getStatein interfaceStateDetail
-
getDate
Deprecated, for removal: This API element is subject to removal in a future version. -
getStateInstant
- Specified by:
getStateInstantin interfaceStateDetail
-
getThrowable
Deprecated, for removal: This API element is subject to removal in a future version. -
getException
- Specified by:
getExceptionin interfaceStateDetail
-