OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

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

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

public class XMLSubscriber
extends java.lang.Object
implements SyndicateSubscriber

Implementation of the SyndicateSubscription interface used by the XMLSyndicateClientStateHandler.

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

Method Summary
 java.lang.String getID()
          Returs the subscriber ID
 java.lang.String getLocation()
          Returns the location for the subscriber
 java.lang.String getName()
          Returns the subscriber name
 void setLocation(java.lang.String location)
          Sets the susbcriber location, meaning the defaul push url

 

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()
Returs the subscriber ID
Specified by:
getID in interface SyndicateSubscriber

getName

public java.lang.String getName()
Returns the subscriber name
Specified by:
getName in interface SyndicateSubscriber

getLocation

public java.lang.String getLocation()
Returns the location for the subscriber
Specified by:
getLocation in interface SyndicateSubscriber

setLocation

public void setLocation(java.lang.String location)
                 throws SyndicateException
Sets the susbcriber location, meaning the defaul push url
Specified by:
setLocation in interface SyndicateSubscriber

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

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