| Package | Description |
|---|---|
| com.sun.enterprise.admin.progress | |
| org.glassfish.admin.rest.provider | |
| org.glassfish.api.admin.progress |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandProgressImpl
Basic and probably only implementation of
CommandProgress. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressStatusClient.mirror(ProgressStatusBase source) |
| Modifier and Type | Method and Description |
|---|---|
String |
ProgressStatusJsonProvider.getContent(ProgressStatusBase proxy) |
void |
ProgressStatusJsonProvider.writeJson(String name,
ProgressStatusBase ps,
int allocatedSteps,
com.fasterxml.jackson.core.JsonGenerator out) |
void |
ProgressStatusJsonProvider.writeTo(ProgressStatusBase proxy,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProgressStatusImpl
ProgressStatus implementation suggested for AdminCommand
implementation. |
class |
ProgressStatusMirroringImpl
This implementation is used for modeling of command execution with
supplemental commands.
|
| Modifier and Type | Field and Description |
|---|---|
protected ProgressStatusBase |
ProgressStatusBase.parent |
| Modifier and Type | Method and Description |
|---|---|
protected ProgressStatusBase |
ProgressStatusImpl.doCreateChild(String name,
int totalStepCount) |
protected abstract ProgressStatusBase |
ProgressStatusBase.doCreateChild(String name,
int totalStepCount) |
protected ProgressStatusBase |
ProgressStatusMirroringImpl.doCreateChild(String name,
int totalStepCount) |
protected ProgressStatusBase |
ProgressStatusBase.findById(String id)
Recursive search for child by id.
|
ProgressStatusBase |
ProgressStatusBase.getParrent() |
ProgressStatusBase |
ProgressStatusBase.ChildProgressStatus.getProgressStatus() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProgressStatusBase> |
ProgressStatusBase.getChildren() |
| Constructor and Description |
|---|
ChildProgressStatus(int allocatedSteps,
ProgressStatusBase progressStatus) |
ProgressStatusBase(ProgressStatusBase parent,
String id)
Construct unnamed
ProgressStatus |
ProgressStatusBase(String name,
int totalStepCount,
ProgressStatusBase parent,
String id)
Construct named
ProgressStatus with defined expected count
of steps. |
ProgressStatusBase(String name,
ProgressStatusBase parent,
String id)
Construct named
ProgressStatus. |
ProgressStatusImpl(ProgressStatusBase parent,
String id)
Construct unnamed
ProgressStatusImpl |
ProgressStatusImpl(String name,
int totalStepCount,
ProgressStatusBase parent,
String id)
Construct named
ProgressStatusImpl with defined expected count
of steps. |
ProgressStatusImpl(String name,
ProgressStatusBase parent,
String id)
Construct named
ProgressStatusImpl. |
ProgressStatusMirroringImpl(String name,
ProgressStatusBase parent,
String id) |
Copyright © 2017. All rights reserved.