OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.client.impl.state.xml
Class XMLSubscription

java.lang.Object
  |
  +--oracle.syndicate.client.impl.state.xml.XMLSubscription
All Implemented Interfaces:
SyndicateSubscription

public class XMLSubscription
extends java.lang.Object
implements SyndicateSubscription

Implementation of the SyndicateSubscription interface used by the XMLSyndicateClientStateHandler.

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

Fields inherited from interface oracle.syndicate.client.SyndicateSubscription
STATE_ICE_ANY, STATE_ICE_INITIAL

 

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

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getID

public java.lang.String getID()
Returns the Subscription ID
Specified by:
getID in interface SyndicateSubscription

getSubscriberID

public java.lang.String getSubscriberID()
Returns the ID of the Subscriber owning this Subscription
Specified by:
getSubscriberID in interface SyndicateSubscription

getSbbUsername

public java.lang.String getSbbUsername()
Returns the Name of the Subscriber owning this Subscription
Specified by:
getSbbUsername in interface SyndicateSubscription

getState

public java.lang.String getState()
Returns subscription current state
Specified by:
getState in interface SyndicateSubscription

setState

public void setState(java.lang.String state)
              throws SyndicateClientException
Updates the subscription current state
Specified by:
setState in interface SyndicateSubscription

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

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