Package org.glassfish.api.admin
Interface AdminCommandState
-
- All Known Subinterfaces:
Job
public interface AdminCommandState- Author:
- Martin Mares, Bhakti Mehta
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAdminCommandState.State
-
Field Summary
Fields Modifier and Type Field Description static StringEVENT_STATE_CHANGED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomplete(ActionReport actionReport)Completes whole progress and records resultActionReportgetActionReport()StringgetId()AdminCommandState.StategetState()booleanisOutboundPayloadEmpty()Are there data in outbound payload or not.
-
-
-
Field Detail
-
EVENT_STATE_CHANGED
static final String EVENT_STATE_CHANGED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getState
AdminCommandState.State getState()
-
complete
void complete(ActionReport actionReport)
Completes whole progress and records result- Parameters:
actionReport- result message
-
getActionReport
ActionReport getActionReport()
-
isOutboundPayloadEmpty
boolean isOutboundPayloadEmpty()
Are there data in outbound payload or not.
-
getId
String getId()
-
-