Enum Class ProfileSubscription.ProfileSubscriptionState

java.lang.Object
java.lang.Enum<ProfileSubscription.ProfileSubscriptionState>
com.bea.wcp.profile.ProfileSubscription.ProfileSubscriptionState
All Implemented Interfaces:
Serializable, Comparable<ProfileSubscription.ProfileSubscriptionState>, Constable
Enclosing interface:
ProfileSubscription

public static enum ProfileSubscription.ProfileSubscriptionState extends Enum<ProfileSubscription.ProfileSubscriptionState>
PENDING means the subscription request has been submitted, and the final state of the subscription is not yet known. The calling application can listen to ProfileListener to be notified of the state changes. The subscription request will either be accepted, with the state changing to ACTIVE, or rejected, with the state changing to INACTIVE.
ACTIVE means the subscription is currently active, and ready to receive updates about the document being subscribed to.
INACTIVE means the subscription has either been rejected, expired, or errored out. In any case, the application will not be receiving updates about the document.