OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.client.impl.state
Class DefaultSubscriber

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

public class DefaultSubscriber
extends java.lang.Object
implements SyndicateSubscriber

Default implementation for the SyndicateSubscriber interface.

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

Constructor Summary
DefaultSubscriber(java.lang.String id, java.lang.String name)
           

 

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

 

Constructor Detail

DefaultSubscriber

public DefaultSubscriber(java.lang.String id,
                         java.lang.String name)
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)
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.