| Package | Description |
|---|---|
| com.sun.enterprise.admin.progress | |
| com.sun.enterprise.admin.remote.reader | |
| org.glassfish.admin.rest.provider | |
| org.glassfish.api.admin.progress |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommandProgressImpl.fireEvent(ProgressStatusEvent event) |
void |
ProgressStatusClient.mirror(ProgressStatusEvent event)
Applies event on existing structures.
|
| Modifier and Type | Method and Description |
|---|---|
ProgressStatusEvent |
ProgressStatusEventJsonProprietaryReader.readFrom(HttpURLConnection urlConnection) |
ProgressStatusEvent |
ProgressStatusEventJsonProprietaryReader.readFrom(InputStream is,
String contentType) |
static ProgressStatusEvent |
ProgressStatusEventJsonProprietaryReader.readProgressStatusEvent(com.fasterxml.jackson.core.JsonParser jp) |
| Modifier and Type | Method and Description |
|---|---|
String |
ProgressStatusEventJsonProvider.getContent(ProgressStatusEvent proxy) |
void |
ProgressStatusEventJsonProvider.writeTo(ProgressStatusEvent 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 |
ProgressStatusEventComplete
Progress method was called.
|
class |
ProgressStatusEventCreateChild
Progress method was called.
|
class |
ProgressStatusEventProgress
Progress method was called.
|
class |
ProgressStatusEventSet
Change some value in ProgressStatus using set method.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProgressStatusMirroringImpl.fireEvent(ProgressStatusEvent event) |
protected void |
ProgressStatusBase.fireEvent(ProgressStatusEvent event)
Fires
ProgressStatusEvent to parent. |
Copyright © 2019. All rights reserved.