public interface BusySession extends AttributeReadId<String>, Stoppable
busy session
. It represents a session during
which the application client is busy
. After the logic making the client busy
is performed this BusySession
has to be stopped
.Modifier and Type | Method and Description |
---|---|
String |
getId()
This method gets the ID used to identify this object.
|
boolean |
isStopped() |
void |
stop()
This method stops this busy session.
|
String getId()
getId
in interface AttributeReadId<String>
BusyManager.start(String)
void stop()
BusySession
may log a warning but have no further effect. If the top-level
BusySession
is stopped, the application client changes from busy
back to idle.boolean isStopped()
true
if this BusySession
has already been stopped
.Copyright © 2001–2016 mmm-Team. All rights reserved.