Modifier and Type | Method and Description |
---|---|
static Status |
Status.debug(java.lang.String format,
java.lang.Object... args) |
Status |
Service.error(java.lang.Exception e) |
static Status |
Status.error(java.lang.Exception e) |
Status |
Service.error(java.lang.String msg) |
static Status |
Status.error(java.lang.String msg) |
Status |
Service.error(java.lang.String format,
java.lang.Object... args) |
static Status |
Status.error(java.lang.String format,
java.lang.Object... args) |
Status |
Service.getLastError() |
Status |
Service.info(java.lang.String msg)
set status broadcasts an info string to any subscribers
|
static Status |
Status.info(java.lang.String msg) |
Status |
Service.info(java.lang.String format,
java.lang.Object... args)
set status broadcasts an formatted info string to any subscribers
|
static Status |
Status.info(java.lang.String format,
java.lang.Object... args) |
Status |
Service.publishError(Status status)
error only channel publishing point versus publishStatus which handles
info, warn & error
|
Status |
Service.publishStatus(Status status) |
static Status |
Status.success() |
static Status |
Status.success(java.lang.String detail) |
Status |
Service.warn(java.lang.String msg) |
static Status |
Status.warn(java.lang.String msg) |
Status |
Service.warn(java.lang.String format,
java.lang.Object... args) |
static Status |
Status.warn(java.lang.String format,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
Status |
Service.publishError(Status status)
error only channel publishing point versus publishStatus which handles
info, warn & error
|
Status |
Service.publishStatus(Status status) |
Constructor and Description |
---|
Status(Status s) |
Modifier and Type | Method and Description |
---|---|
Status |
LoggingSink.error(java.lang.Exception e) |
Status |
LoggingSink.error(java.lang.String format,
java.lang.Object... args) |
Status |
ServiceInterface.getLastError() |
Status |
LoggingSink.info(java.lang.String format,
java.lang.Object... args) |
Status |
LoggingSink.warn(java.lang.String format,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
static Status |
Repo.createFinishedStatus(java.lang.String format,
java.lang.Object... args)
creates a installation finished status this is primarily for calling
services which want a status of repo starting finishing an install
|
static Status |
Repo.createStartStatus(java.lang.String format,
java.lang.Object... args)
creates a installation start status this is primarily for calling services
which want a status of repo starting an install
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Status> |
Repo.getErrors() |
Modifier and Type | Method and Description |
---|---|
void |
Repo.installProgress(Status status)
call back for listeners
|
Modifier and Type | Field and Description |
---|---|
Status |
Test.StatusLock.status |
Modifier and Type | Method and Description |
---|---|
static Status |
Runtime.noWorky(java.lang.String userId) |
Status |
TestCatcher.onError(Status error) |
Status |
RemoteAdapter.publishError() |
Status |
WebGui.publishError() |
Status |
Xmpp.publishError() |
Status |
Runtime.publishInstallProgress(Status status) |
static Status |
Runtime.publishNoWorky(Status status) |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<Status> |
Runtime.getErrors() |
static java.util.List<Status> |
Agent.serviceTest()
This is a great idea & test - because we want complete control over
environment and dependencies - the ability to purge completely - and start
from the beginning - but it should be in another service and not part of
the Agent.
|
Modifier and Type | Method and Description |
---|---|
Status |
TestCatcher.onError(Status error) |
void |
Runtime.onInstallProgress(Status status)
direct callback from the Repo on installation progress we re-broadcast this
on a topic
|
void |
SwingGui.onStatus(Status inStatus) |
void |
Test.onStatus(Status status) |
Status |
Runtime.publishInstallProgress(Status status) |
static Status |
Runtime.publishNoWorky(Status status) |
boolean |
InMoov.speakBlocking(Status test) |
Modifier and Type | Method and Description |
---|---|
Status |
Gateway.publishError() |
Modifier and Type | Method and Description |
---|---|
void |
RepoInstallListener.onInstallProgress(Status status) |
void |
StatusListener.onStatus(Status status) |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeGui.onInstallProgress(Status status) |
void |
TrackingGui.onStatus(Status newStatus) |
Modifier and Type | Method and Description |
---|---|
void |
ProgressDialog.addStatus(Status status) |