OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01

oracle.syndicate.message.payload
Interface Sender


public interface Sender

Provides accessors for payload sender attributes

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

Field Summary
static java.lang.String[] ICE_ROLES
           
static int ROLE_SUBSCRIBER
           
static int ROLE_SYNDICATOR
           

 

Method Summary
 java.lang.String getLocation()
          Returns the URL field of the sender
 java.lang.String getName()
          Return the name of this sender
 int getRole()
          Returns the sender's role id.
 java.lang.String getSenderID()
          Returns the ID of this subscriber

 

Field Detail

ROLE_SUBSCRIBER

public static final int ROLE_SUBSCRIBER

ROLE_SYNDICATOR

public static final int ROLE_SYNDICATOR

ICE_ROLES

public static final java.lang.String[] ICE_ROLES
Method Detail

getSenderID

public java.lang.String getSenderID()
Returns the ID of this subscriber

getLocation

public java.lang.String getLocation()
Returns the URL field of the sender

getName

public java.lang.String getName()
Return the name of this sender

getRole

public int getRole()
Returns the sender's role id.

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

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