Package com.attivio.util
Class MessageLifecycleState
- java.lang.Object
-
- com.attivio.util.MessageLifecycleState
-
public class MessageLifecycleState extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MessageLifecycleState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
inSafeShutdown()
void
inShutdown()
boolean
isInSafeShutdown()
boolean
isInShutdown()
boolean
isShutdown()
boolean
isStarted()
boolean
isStarting()
void
shutdown()
void
started()
void
starting()
java.lang.String
toString()
-
-
-
Method Detail
-
isInSafeShutdown
public boolean isInSafeShutdown()
-
isStarted
public boolean isStarted()
-
started
public void started()
-
isStarting
public boolean isStarting()
-
starting
public void starting()
-
inShutdown
public void inShutdown()
-
inSafeShutdown
public void inSafeShutdown()
-
shutdown
public void shutdown()
-
isInShutdown
public boolean isInShutdown()
-
isShutdown
public boolean isShutdown()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-