Package jsl.modeling.resource
Class FailureNotice.FailureNoticeState
- java.lang.Object
-
- jsl.modeling.resource.FailureNotice.FailureNoticeState
-
- Direct Known Subclasses:
FailureNotice.ActiveState,FailureNotice.CompletedState,FailureNotice.CreatedState,FailureNotice.DelayedState,FailureNotice.IgnoredState
- Enclosing class:
- FailureNotice
protected class FailureNotice.FailureNoticeState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringmyName
-
Constructor Summary
Constructors Modifier Constructor Description protectedFailureNoticeState(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidactivate()protected voidcomplete()protected voiddelay()protected voidignore()
-