|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DistributionStatusEntry
DistributionStatus Represents the distribution status, including start time, end time, issuer, success or not for each affected PDP, how much of the distribution has been completed.
| Nested Class Summary | |
|---|---|
static class |
DistributionStatusEntry.State |
| Method Summary | |
|---|---|
java.lang.String |
getDistributionID()Gets the unique distribution ID |
java.util.Date |
getEndTime()Gets the distribution end time. |
java.lang.String |
getIssuer()Gets the subject who issued the distribution. |
java.util.List<PDPStatusEntry> |
getPDPStatus()Gets the list of PDPStatusEntry, each of which represents the status of one registered PDP instance. |
int |
getPercentComplete()Gets the progress of the distribution process. |
java.util.Date |
getStartTime()Gets the start time of the distribution. |
DistributionStatusEntry.State |
getState()Gets the state. |
| Method Detail |
|---|
java.util.List<PDPStatusEntry> getPDPStatus()
int getPercentComplete()
DistributionStatusEntry.State getState()
java.util.Date getStartTime()
java.util.Date getEndTime()
java.lang.String getIssuer()
java.lang.String getDistributionID()
|
Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server 11g Release 2 (11.1.2) E27155-01 ESAPI |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||