OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.client
Interface SyndicateSubscription

All Known Implementing Classes:
DefaultSubscription, XMLSubscription

public interface SyndicateSubscription

The subscription class wraps all metadata that are maintained on the client side regarding the subscription.

Since:
release specific (what release of product did this appear in)

Field Summary
static java.lang.String STATE_ICE_ANY
          State identifier for any state
static java.lang.String STATE_ICE_INITIAL
          State identifier for an initial state

 

Method Summary
 java.lang.String getID()
          Returns the Subscription ID
 java.lang.String getSbbUsername()
          Returns the name of the Subscriber owning this Subscription
 java.lang.String getState()
          Returns subscription current state
 java.lang.String getSubscriberID()
          Returns the ID of the Subscriber owning this Subscription
 void setState(java.lang.String state)
          Updates the subscription current state TODO removed synchronized for time being!!

 

Field Detail

STATE_ICE_ANY

public static final java.lang.String STATE_ICE_ANY
State identifier for any state

STATE_ICE_INITIAL

public static final java.lang.String STATE_ICE_INITIAL
State identifier for an initial state
Method Detail

getID

public java.lang.String getID()
Returns the Subscription ID

getState

public java.lang.String getState()
Returns subscription current state

getSubscriberID

public java.lang.String getSubscriberID()
Returns the ID of the Subscriber owning this Subscription

getSbbUsername

public java.lang.String getSbbUsername()
Returns the name of the Subscriber owning this Subscription

setState

public void setState(java.lang.String state)
              throws SyndicateClientException
Updates the subscription current state TODO removed synchronized for time being!!

Copyright © 2001, 2003, Oracle. All rights reserved.

Copyright © 2001, 2003, Oracle. All rights reserved.