public class CompositeDistributionResponse extends SimpleDistributionResponse
SimpleDistributionResponse.| Constructor and Description |
|---|
CompositeDistributionResponse(List<org.apache.sling.distribution.DistributionResponse> distributionResponses,
int packagesCount,
long packagseSize,
long exportTime) |
| Modifier and Type | Method and Description |
|---|---|
long |
getExportTime() |
String |
getMessage() |
int |
getPackagesCount() |
long |
getPackagseSize() |
int |
getQueuesCount() |
@NotNull org.apache.sling.distribution.DistributionRequestState |
getState() |
boolean |
isSuccessful() |
String |
toString() |
public CompositeDistributionResponse(List<org.apache.sling.distribution.DistributionResponse> distributionResponses, int packagesCount, long packagseSize, long exportTime)
public boolean isSuccessful()
isSuccessful in interface org.apache.sling.distribution.DistributionResponseisSuccessful in class SimpleDistributionResponse@NotNull public @NotNull org.apache.sling.distribution.DistributionRequestState getState()
getState in interface org.apache.sling.distribution.DistributionResponsegetState in class SimpleDistributionResponsepublic String getMessage()
getMessage in interface org.apache.sling.distribution.DistributionResponsegetMessage in class SimpleDistributionResponsepublic String toString()
toString in class SimpleDistributionResponsepublic int getPackagesCount()
public long getExportTime()
public int getQueuesCount()
public long getPackagseSize()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.