Oracle Corp.

Oracle WebLogic Communications Server 10.1 API Reference


com.bea.wcp.profile
Class ProfileSubscription.ProfileSubscriptionState

java.lang.Object
  extended byjava.lang.Enum
      extended bycom.bea.wcp.profile.ProfileSubscription.ProfileSubscriptionState
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable
Enclosing class:
ProfileSubscription

public static final class ProfileSubscription.ProfileSubscriptionState
extends java.lang.Enum

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.

See Also:
Serialized Form
Copyright © 2008 Oracle Corp. All Rights Reserved.

Field Summary
static ProfileSubscription.ProfileSubscriptionState ACTIVE
           
static ProfileSubscription.ProfileSubscriptionState INACTIVE
           
static ProfileSubscription.ProfileSubscriptionState PENDING
           
 
Method Summary
static ProfileSubscription.ProfileSubscriptionState valueOf(java.lang.String name)
           
static ProfileSubscription.ProfileSubscriptionState[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

ACTIVE

public static final ProfileSubscription.ProfileSubscriptionState ACTIVE

INACTIVE

public static final ProfileSubscription.ProfileSubscriptionState INACTIVE

PENDING

public static final ProfileSubscription.ProfileSubscriptionState PENDING
Method Detail

valueOf

public static ProfileSubscription.ProfileSubscriptionState valueOf(java.lang.String name)

values

public static ProfileSubscription.ProfileSubscriptionState[] values()

Documentation is available at
http://e-docs.bea.com/wlcp/wlss40/
Copyright 2008 Oracle Corp.