OracleAS Syndication Services API Reference
10g (9.0.4)

Part No. B10399-01
A B C D E F G H I M N O P R S T U W X Y _

A

addExtendedProperty(String, Object) - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Adds the extended property, if there is a property with the same name, the value will be overwriten.
addPackageItem(CPPackageItem) - Method in interface oracle.syndicate.server.cp.message.CPPackageItemContainer
Appends the supplied CPPackageItem to the end of the list of CPPackageItems for this container.
addPackageItem(int, CPPackageItem) - Method in interface oracle.syndicate.server.cp.message.CPPackageItemContainer
Inserts the supplied CPPackageItem to at the specified position in the list of CPPackageItems for this container.
addSubscriber(String, String) - Method in interface oracle.syndicate.client.SyndicateClientStateHandler
Create a new SyndicateSubscriber given the ID and Name.
addSubscriber(String, String) - Method in class oracle.syndicate.client.impl.state.xml.XMLSyndicateClientStateHandler
Create a new SyndicateSubscriber given the ID and Name.
addSubscription(String, String) - Method in interface oracle.syndicate.client.SyndicateClientStateHandler
Adds a new SyndicateSubscription to the state storage
addSubscription(String, String) - Method in class oracle.syndicate.client.impl.state.xml.XMLSyndicateClientStateHandler
Adds a new SyndicateSubscription to the state storage
after(ISODateTime) - Method in class oracle.syndicate.util.date.ISODateTime
 

B

Base64DecOutputStream - class oracle.syndicate.util.base64.Base64DecOutputStream.
OutputStream for Base64 decoding.
Base64DecOutputStream(OutputStream) - Constructor for class oracle.syndicate.util.base64.Base64DecOutputStream
 
Base64EncInputStream - class oracle.syndicate.util.base64.Base64EncInputStream.
InputStream for Base64 encoding.
Base64EncInputStream(InputStream) - Constructor for class oracle.syndicate.util.base64.Base64EncInputStream
 
beginUpdate(String) - Method in class oracle.syndicate.server.cp.state.State
Initializes the internal class variable scanning the old state string passed.
BIZTERM_TYPE_CREDIT - Static variable in interface oracle.syndicate.message.offer.BusinessTerm
 
BIZTERM_TYPE_LICENSING - Static variable in interface oracle.syndicate.message.offer.BusinessTerm
 
BIZTERM_TYPE_PAYMENT - Static variable in interface oracle.syndicate.message.offer.BusinessTerm
 
BIZTERM_TYPE_REPORTING - Static variable in interface oracle.syndicate.message.offer.BusinessTerm
 
BIZTERM_TYPES - Static variable in interface oracle.syndicate.message.offer.BusinessTerm
 
buildCatalog() - Method in interface oracle.syndicate.server.cp.CPAdaptor
Returns an Iterator of CPOffers encapsulating the resource that the content provider wants to make available for offer creation.
buildPackage(CPPackageRequest, CPRequestContext) - Method in interface oracle.syndicate.server.cp.CPAdaptor
Returns the content package associated to the supplied cp offer ID.
BusinessTerm - interface oracle.syndicate.message.offer.BusinessTerm.
Provides accessors for the proerpties of BusinessTerms associated with offers.

C

Cancellation - interface oracle.syndicate.message.response.Cancellation.
Provides accessors over a Cancellation message returned by SyndicateConnection.cancel
cancelSubscription(String, String, String) - Method in interface oracle.syndicate.client.SyndicateConnection
Sends a request for the cancellation of the supplied subscription for the supplied reasons.
Catalog - interface oracle.syndicate.message.response.Catalog.
Provides accessors over a Catalog and catalog items returned by SyndicateConnection.getCatalog
CatalogItem - interface oracle.syndicate.message.offer.CatalogItem.
Base interface for offer and offer-group items within a catalog
changeSubscription(String) - Method in interface oracle.syndicate.client.SyndicateConnection
Sends a request for a change of the supplied subscription.
close() - Method in interface oracle.syndicate.client.SyndicateConnection
Closes the connection to the syndication server and release the associated resources.
close() - Method in interface oracle.syndicate.message.pkg.ContentAccessor
Close method: implementations should close the input stream returned by openStream and release resources associated with this accessor.
close() - Method in interface oracle.syndicate.server.cp.CPAdaptor
perform clean up after CPAdaptor is used
close() - Method in class oracle.syndicate.util.base64.Base64DecOutputStream
 
closePackage(CPRequestContext) - Method in interface oracle.syndicate.server.cp.CPAdaptor
Call back method to notify a CPAdaptor that a previously built package has been delivered.
Code - interface oracle.syndicate.message.Code.
Provide accessor methods for a message properties and and error code associated with a message.
confirm(String) - Method in interface oracle.syndicate.client.SyndicateConnection
Sends the confirmation for the delivery of a previous content package.
Contact - interface oracle.syndicate.message.response.Contact.
Provides accessors over a catalog contact attributes
CONTENT_TRANSFER_ENCODING_BASE64 - Static variable in interface oracle.syndicate.message.pkg.ItemCommonAttributes
 
CONTENT_TRANSFER_ENCODING_XML - Static variable in interface oracle.syndicate.message.pkg.ItemCommonAttributes
 
ContentAccessor - interface oracle.syndicate.message.pkg.ContentAccessor.
A ContentAccessor is used to access content associated with an package item.
CPABeanInfoConstants - interface oracle.syndicate.server.cp.CPABeanInfoConstants.
The interface published to the CPA implementor, who also provides the beanInfo class for the admin to inspect Any constants change will directly affect both CPA beaninfo implementation and the admin logic
CPAdaptor - interface oracle.syndicate.server.cp.CPAdaptor.
Content Provider Adaptors (CPAdaptor and also referred as Content Connectors) are software components used by Syndication Services to access external content repositories.
CPContext - interface oracle.syndicate.server.cp.CPContext.
Contains all the necessary auxilary classes for a CP to operate.
CPException - exception oracle.syndicate.server.cp.CPException.
 
CPException() - Constructor for class oracle.syndicate.server.cp.CPException
 
CPException(String) - Constructor for class oracle.syndicate.server.cp.CPException
 
CPException(String, Exception) - Constructor for class oracle.syndicate.server.cp.CPException
 
CPException(String, Exception, Object) - Constructor for class oracle.syndicate.server.cp.CPException
 
CPException(String, Exception, Object, Object) - Constructor for class oracle.syndicate.server.cp.CPException
 
CPException(String, Exception, Object, Object, Object) - Constructor for class oracle.syndicate.server.cp.CPException
 
CPException(String, Object) - Constructor for class oracle.syndicate.server.cp.CPException
 
CPException(String, Object, Object) - Constructor for class oracle.syndicate.server.cp.CPException
 
CPException(String, Object, Object, Object) - Constructor for class oracle.syndicate.server.cp.CPException
 
CPItem - interface oracle.syndicate.server.cp.message.CPItem.
Provides accessors for cp package item
CPItemCommonAttributes - interface oracle.syndicate.server.cp.message.CPItemCommonAttributes.
Provides accessors for cp package item common attributes
CPItemGroup - interface oracle.syndicate.server.cp.message.CPItemGroup.
Provides accessors for cp package item group
CPItemRef - interface oracle.syndicate.server.cp.message.CPItemRef.
Provides accessors for cp package item ref.
CPItemRemove - interface oracle.syndicate.server.cp.message.CPItemRemove.
Provides accessors for cp package item removal
CPMessageFactory - interface oracle.syndicate.server.cp.message.CPMessageFactory.
Message factory for all CP related messages
CPOffer - interface oracle.syndicate.server.cp.message.CPOffer.
Provides accessors for cp offer
CPPackage - interface oracle.syndicate.server.cp.message.CPPackage.
Provides accessors for cp package
CPPackageItem - interface oracle.syndicate.server.cp.message.CPPackageItem.
Marker interface for all package items
CPPackageItemContainer - interface oracle.syndicate.server.cp.message.CPPackageItemContainer.
Provides accessors for cp package item container
CPPackageRequest - interface oracle.syndicate.server.cp.message.CPPackageRequest.
Provides accessors for cp package request
CPRequestContext - interface oracle.syndicate.server.cp.message.CPRequestContext.
Context holder for object necessary to perform the processing of a Content Provider Request.
createContentAccessor(File) - Method in interface oracle.syndicate.server.cp.message.CPMessageFactory
Returns a ContentAccessor for the supplied File.
createContentAccessor(InputStream) - Method in interface oracle.syndicate.server.cp.message.CPMessageFactory
Returns a ContentAccessor for the supplied InputStream.
createContentAccessor(String) - Method in interface oracle.syndicate.server.cp.message.CPMessageFactory
Returns a ContentAccessor for the supplied String data.
createCPItem() - Method in interface oracle.syndicate.server.cp.message.CPMessageFactory
Returns a CPItem
createCPItemGroup() - Method in interface oracle.syndicate.server.cp.message.CPMessageFactory
Returns a CPItemGroup
createCPItemRef() - Method in interface oracle.syndicate.server.cp.message.CPMessageFactory
Returns a CPItemRef
createCPItemRemove() - Method in interface oracle.syndicate.server.cp.message.CPMessageFactory
Returns a CPItemRemove
createCPOffer() - Method in interface oracle.syndicate.server.cp.message.CPMessageFactory
Returns a CPOffer
createCPPackage() - Method in interface oracle.syndicate.server.cp.message.CPMessageFactory
Returns a CPPackage
createSyndicateConnection(String, String, String) - Method in class oracle.syndicate.client.SyndicateConnectionFactory
Creates a new connection requiring HTTP Basic/Digest Authentication to establish a session with the server.
createSyndicateConnection(String, String, String, SyndicateClientStateHandler) - Method in class oracle.syndicate.client.SyndicateConnectionFactory
Creates a new connection requiring HTTP Basic/Digest Authentication to establish a session with the server.
createSyndicateConnection(SyndicateSubscriber, String) - Method in class oracle.syndicate.client.SyndicateConnectionFactory
Creates a new connection which requires no authentication.
createSyndicateConnection(SyndicateSubscriber, String, SyndicateClientStateHandler) - Method in class oracle.syndicate.client.SyndicateConnectionFactory
Creates a new connection with the no authentication.

D

days - Variable in class oracle.syndicate.util.date.ISODateTime
 
DEFAULT - Static variable in interface oracle.syndicate.server.cp.CPABeanInfoConstants
Default value of the property
DefaultSubscriber - class oracle.syndicate.client.impl.state.DefaultSubscriber.
Default implementation for the SyndicateSubscriber interface.
DefaultSubscriber(String, String) - Constructor for class oracle.syndicate.client.impl.state.DefaultSubscriber
 
DefaultSubscription - class oracle.syndicate.client.impl.state.DefaultSubscription.
Default implementation for the SydicationSubscription interface.
DefaultSubscription(String, String, String) - Constructor for class oracle.syndicate.client.impl.state.DefaultSubscription
 
DELIVERY_RULE_MODE_PULL - Static variable in interface oracle.syndicate.message.offer.DeliveryRule
PULL mode identifier
DELIVERY_RULE_MODE_PUSH - Static variable in interface oracle.syndicate.message.offer.DeliveryRule
PUSH mode identifier
DeliveryPolicy - interface oracle.syndicate.message.offer.DeliveryPolicy.
Provides accessors for the delivery policy attributes of an offer
DeliveryRule - interface oracle.syndicate.message.offer.DeliveryRule.
Provides accessors for the delivery rule attributes of an offer
destroy() - Method in class oracle.syndicate.client.servlet.SyndicateClientServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class oracle.syndicate.client.servlet.SyndicateClientServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class oracle.syndicate.client.servlet.SyndicateClientServlet
 

E

endItem(SyndicatePackage, Item) - Method in class oracle.syndicate.client.handler.PushSAXPackageHandler
Implementation of the SAXPackageHandler method.
endItem(SyndicatePackage, Item) - Method in interface oracle.syndicate.client.handler.SAXPackageHandler
Called when the end a package item is encountered.
endItem(SyndicatePackage, Item) - Method in class oracle.syndicate.client.handler.file.FileSAXPackageHandler
 
endItemGroup(SyndicatePackage, ItemGroup) - Method in class oracle.syndicate.client.handler.PushSAXPackageHandler
Implementation of the SAXPackageHandler method.
endItemGroup(SyndicatePackage, ItemGroup) - Method in interface oracle.syndicate.client.handler.SAXPackageHandler
Called when the end a package item group is encountered.
endItemGroup(SyndicatePackage, ItemGroup) - Method in class oracle.syndicate.client.handler.file.FileSAXPackageHandler
 
endPackage(SyndicatePackage) - Method in class oracle.syndicate.client.handler.PushSAXPackageHandler
Implementation of the SAXPackageHandler method.
endPackage(SyndicatePackage) - Method in interface oracle.syndicate.client.handler.SAXPackageHandler
Called when the end of a content package is encountered.
endPackage(SyndicatePackage) - Method in class oracle.syndicate.client.handler.file.FileSAXPackageHandler
 
endUpdate() - Method in class oracle.syndicate.server.cp.state.State
Completes computation of the new subscription state using the internal class state information newSTS = new ServerTimestamp at init of scanning newDuration = timestamp at end of scanning - newSTS newMaxDLM = max (dateLastModified for all the processed items) newMResID = name of the resource of newMaxDLM // if max has not changed let's increase of elapsed time if (newMaxDLM == mdlm) { newMaxDLM = mdlm + (newSTS - stsl) newMResID = "" } new State = newSTS@@newMaxDLM@@newMResID@@newDuration
equals(Object) - Method in class oracle.syndicate.util.date.ISODateTime
 
error(SyndicatePackage, SyndicateException) - Method in class oracle.syndicate.client.handler.PushSAXPackageHandler
Implementation of the SAXPackageHandler method.
error(SyndicatePackage, SyndicateException) - Method in interface oracle.syndicate.client.handler.SAXPackageHandler
Called when an error is encoutered while parsing the content package
error(SyndicatePackage, SyndicateException) - Method in class oracle.syndicate.client.handler.file.FileSAXPackageHandler
 
EVENT_TYPE_INFO - Static variable in interface oracle.syndicate.message.response.event.EventItem
event type info
EVENT_TYPE_MSG - Static variable in interface oracle.syndicate.message.response.event.EventItem
event type msg
EventData - interface oracle.syndicate.message.response.event.EventData.
Provides accessors for the event data structure
EventInfo - interface oracle.syndicate.message.response.event.EventInfo.
Provides accessors for the event attributes and its data
EventItem - interface oracle.syndicate.message.response.event.EventItem.
Super interface for event items of tye EventMsg or EventInfo
EventLog - interface oracle.syndicate.message.response.event.EventLog.
Provides accessors for event log attributes and items
EventMsg - interface oracle.syndicate.message.response.event.EventMsg.
Provides accessors over the EventMsg
Events - interface oracle.syndicate.message.response.Events.
Provides accessors for events returned by SyndicateConnection.getEvents
EventsResponse - interface oracle.syndicate.message.response.EventsResponse.
Provides accessors for an event message returned by SyndicateConnection.getEvents
EX_CODE_SEPARATOR - Static variable in class oracle.syndicate.SyndicateException
 
EXPIRATION_PRIORITIES - Static variable in interface oracle.syndicate.message.response.Subscription
 
EXPIRATION_PRIORITY_FIRST - Static variable in interface oracle.syndicate.message.response.Subscription
 
EXPIRATION_PRIORITY_LAST - Static variable in interface oracle.syndicate.message.response.Subscription
 
EXPIRATION_PRIORITY_QUANTITY - Static variable in interface oracle.syndicate.message.response.Subscription
 
EXPIRATION_PRIORITY_TIME - Static variable in interface oracle.syndicate.message.response.Subscription
 

F

FileSAXPackageHandler - class oracle.syndicate.client.handler.file.FileSAXPackageHandler.
Implemenation of the SAXPackageHandler which stores delivered packages in the file system.
FileSyndicatorRequestHandler - class oracle.syndicate.client.handler.file.FileSyndicatorRequestHandler.
Implementation of the SyndicatorRequestHandler which will save delivered content into the file system.
FileSyndicatorRequestHandler() - Constructor for class oracle.syndicate.client.handler.file.FileSyndicatorRequestHandler
 
flush() - Method in class oracle.syndicate.util.base64.Base64DecOutputStream
 

G

getActivation() - Method in interface oracle.syndicate.message.pkg.SyndicatePackage
Returns package activation
getActivation() - Method in interface oracle.syndicate.message.pkg.ItemCommonAttributes
Returns item activation
getActivation() - Method in interface oracle.syndicate.server.cp.message.CPPackage
Returns the activation date of the cp package
getActivation() - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Returns cp item activation date
getAttribute(String) - Method in interface oracle.syndicate.server.cp.message.CPRequestContext
Returns the value of a request context attribute with the supplied name.
getBusinessTerms() - Method in interface oracle.syndicate.message.offer.Offer
Returns an Iterator over the offer's business terms
getCancellationID() - Method in interface oracle.syndicate.message.response.Cancellation
Returns cancellation-id
getCatalog() - Method in interface oracle.syndicate.client.SyndicateConnection
Returns the catalog of offers available for subscription.
getCatalogItems() - Method in interface oracle.syndicate.message.offer.OfferGroup
Returns an Iterator over the CatalogItems contained in this offer group
getCatalogItems() - Method in interface oracle.syndicate.message.response.Catalog
Returns an Iterator over the CatalogItems contained in this catalog
getCatalogItemType() - Method in interface oracle.syndicate.message.offer.CatalogItem
Returns the type of this catalog item.
getCode() - Method in interface oracle.syndicate.message.response.Response
Returns the code for this response
getCode() - Method in interface oracle.syndicate.message.response.event.EventMsg
Returns events code
getConstraintsHash() - Method in interface oracle.syndicate.message.offer.Offer
Returns the offer constrain hash
getConstraintsHashMethod() - Method in interface oracle.syndicate.message.offer.Offer
Returns the offer constrain hash method
getConstraintsURL() - Method in interface oracle.syndicate.message.offer.Offer
Returns the offer constrain URL
getContact() - Method in interface oracle.syndicate.message.response.Catalog
Returns catalog contact
getContact() - Method in interface oracle.syndicate.message.response.Status
Returns ice-status/ice-contact
getContent() - Method in interface oracle.syndicate.message.offer.Text
Returns ice-text content
getContent() - Method in interface oracle.syndicate.message.pkg.Item
Returns the item content accessor.
getContent() - Method in interface oracle.syndicate.server.cp.message.CPItem
Returns cp item content accessor
getContentFilename() - Method in interface oracle.syndicate.message.pkg.ItemCommonAttributes
Returns item content-filename
getContentFilename() - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Returns cp item content filename
getContentProviderID() - Method in interface oracle.syndicate.server.cp.CPContext
Returns the id of the associated content provider instance
getContentTransferEncoding() - Method in interface oracle.syndicate.message.pkg.ItemCommonAttributes
Returns item content-transfer-encoding.
getContentType() - Method in interface oracle.syndicate.message.pkg.ItemCommonAttributes
Returns item content-type.
getContentType() - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Returns cp item content type
getCounterOffer() - Method in class oracle.syndicate.client.NegotiationException
Returns the syndicator counter offer for the current negotiation process.
getCPMessageFactory() - Method in interface oracle.syndicate.server.cp.CPContext
Returns the message factory to be used by content providers
getCPOfferID() - Method in interface oracle.syndicate.server.cp.message.CPOffer
Returns the cp offer id
getCurrentState() - Method in interface oracle.syndicate.message.response.Subscription
Returns subscription current-state
getData() - Method in interface oracle.syndicate.message.response.event.EventData
Returns the event data in the form of an XML snippet
getDays() - Method in class oracle.syndicate.util.date.ISODateTime
 
getDefaultSyndicateClientStateHandler(String) - Method in class oracle.syndicate.client.SyndicateConnectionFactory
Create a default SyndicateClientStateHandler to be used.
getDeliveryPolicy() - Method in interface oracle.syndicate.message.offer.Offer
Returns the offer delivery policy
getDeliveryRules() - Method in interface oracle.syndicate.message.offer.DeliveryPolicy
Returns an iterator over the delivery rules for this DeliveryPolicy
getDescription() - Method in interface oracle.syndicate.message.offer.OfferGroup
Returns offer group description
getDescription() - Method in interface oracle.syndicate.message.offer.Offer
Returns the offer description
getDescription() - Method in interface oracle.syndicate.message.response.Catalog
Returns catalog description
getDescription() - Method in interface oracle.syndicate.message.response.Contact
Returns contact description
getDescription() - Method in interface oracle.syndicate.message.response.event.EventData
Returns the event description
getDescription() - Method in interface oracle.syndicate.server.cp.message.CPOffer
Returns the cp offer description
getDuration() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns the DeliveryRule duration
getErrorCode() - Method in class oracle.syndicate.SyndicateException
Returns the error code associated with this exception
getEvent() - Method in interface oracle.syndicate.message.response.event.EventInfo
Returns event text
getEventData() - Method in interface oracle.syndicate.message.response.event.EventInfo
Returns the event data structure
getEventData() - Method in interface oracle.syndicate.message.response.event.EventMsg
Returns events data
getEventItems() - Method in interface oracle.syndicate.message.response.event.EventLog
Returns an iterator over the event log items
getEventLog() - Method in interface oracle.syndicate.message.response.Events
Returns events event-log
getEventLogVersion() - Method in interface oracle.syndicate.message.response.event.EventLog
Returns event-log version
getEvents(ISODateTime, ISODateTime, String) - Method in interface oracle.syndicate.client.SyndicateConnection
Returns the list of event performed by this subscriber in the supplied time period for the supplied subscription.
getEventStart() - Method in interface oracle.syndicate.message.response.event.EventInfo
Returns the event start date
getEventStop() - Method in interface oracle.syndicate.message.response.event.EventInfo
Returns the event stop date
getExclusion() - Method in interface oracle.syndicate.message.pkg.SyndicatePackage
returns package exclusion
getExclusion() - Method in interface oracle.syndicate.server.cp.message.CPPackage
returns the exclusionary clauses of the cp package
getExpiration() - Method in interface oracle.syndicate.message.pkg.SyndicatePackage
returns package expiration
getExpiration() - Method in interface oracle.syndicate.message.pkg.ItemCommonAttributes
Returns item expiration
getExpiration() - Method in interface oracle.syndicate.server.cp.message.CPPackage
returns the expiration date of the cp package
getExpiration() - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Returns cp item expiration date
getExpirationDate() - Method in interface oracle.syndicate.message.offer.Offer
Returns the offer expiration date or null if undefined
getExpirationDate() - Method in interface oracle.syndicate.message.response.Subscription
Returns subscription expiration-date of null if undefined
getExpirationDate() - Method in interface oracle.syndicate.server.cp.message.CPOffer
Returns the cp offer expiration date
getExpirationPriority() - Method in interface oracle.syndicate.message.offer.Offer
Returns the offer expiration priority
getExpirationPriority() - Method in interface oracle.syndicate.message.response.Subscription
Returns subscription expiration-policy
getExtendedProperties() - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Returens the extended properties
getExtendedProperty(String) - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Returens the extended property by name
getFormat() - Method in interface oracle.syndicate.message.response.Events
Returns events format
getHeader() - Method in interface oracle.syndicate.message.payload.Payload
Returns the payload header
getHours() - Method in class oracle.syndicate.util.date.ISODateTime
 
getHours() - Method in class oracle.syndicate.util.date.ISOTime
 
getHttpProxyHost() - Method in interface oracle.syndicate.server.cp.CPContext
Returns the configured proxy host
getHttpProxyPort() - Method in interface oracle.syndicate.server.cp.CPContext
Returns the configured proxy port
getID() - Method in interface oracle.syndicate.client.SyndicateSubscriber
Returs the subscriber ID
getID() - Method in interface oracle.syndicate.client.SyndicateSubscription
Returns the Subscription ID
getID() - Method in class oracle.syndicate.client.impl.state.DefaultSubscription
Returns the Subscription ID
getID() - Method in class oracle.syndicate.client.impl.state.DefaultSubscriber
Returs the subscriber ID
getID() - Method in class oracle.syndicate.client.impl.state.xml.XMLSubscriber
Returs the subscriber ID
getID() - Method in class oracle.syndicate.client.impl.state.xml.XMLSubscription
Returns the Subscription ID
getID() - Method in interface oracle.syndicate.message.offer.BusinessTerm
Returns BusinessTerms ID
getID() - Method in interface oracle.syndicate.message.offer.Offer
Returns the offer ID
getID() - Method in interface oracle.syndicate.message.pkg.ItemGroup
Returns item-group id
getID() - Method in interface oracle.syndicate.message.pkg.SyndicatePackage
returns package package-id
getID() - Method in interface oracle.syndicate.message.pkg.ItemCommonAttributes
Returns the ID for this package item
getID() - Method in interface oracle.syndicate.server.cp.message.CPItemGroup
Returns id of the cp item group
getID() - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Returns cp item ID
getInstance() - Static method in class oracle.syndicate.client.SyndicateConnectionFactory
Returns the SyndicateConnectionFactory instance.
getInstance(String, boolean, String) - Static method in class oracle.syndicate.client.handler.file.FileSAXPackageHandler
Factory method returing a new instance of the FileSAXPackageHandler.
getInternalSAXPackageHandler() - Method in class oracle.syndicate.client.handler.PushSAXPackageHandler
Returns the decorated SAXPackageHandler
getInternalThrowable() - Method in class oracle.syndicate.SyndicateException
Returns the internal throwable associated with this exception, null non is defined.
getIPStatus() - Method in interface oracle.syndicate.message.offer.Offer
Returns the offer intellectual property status
getIPStatus() - Method in interface oracle.syndicate.message.pkg.ItemCommonAttributes
Returns item ip-status
getIPStatus() - Method in interface oracle.syndicate.server.cp.message.CPOffer
Returns the cp offer intellectual property status
getIPStatus() - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Returns cp item intellectual status
getItemID() - Method in interface oracle.syndicate.server.cp.message.CPItemRemove
Returns id of the cp item to be removed
getLicense() - Method in interface oracle.syndicate.message.pkg.ItemCommonAttributes
Returns item license
getLicense() - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Returns cp item license information
getLocalDate() - Method in class oracle.syndicate.util.date.ISODateTime
 
getLocalISODateTime(ISODateTime) - Static method in class oracle.syndicate.util.date.ISODateTime
 
getLocalISOTime(ISODateTime, ISOTime) - Static method in class oracle.syndicate.util.date.ISOTime
 
getLocalizedMessage() - Method in class oracle.syndicate.SyndicateException
 
getLocalizedMessage(Locale) - Method in class oracle.syndicate.SyndicateException
 
getLocation() - Method in interface oracle.syndicate.client.SyndicateSubscriber
Returns the location for the subscriber.
getLocation() - Method in class oracle.syndicate.client.impl.state.DefaultSubscriber
Returns the location for the subscriber
getLocation() - Method in class oracle.syndicate.client.impl.state.xml.XMLSubscriber
Returns the location for the subscriber
getLocation() - Method in interface oracle.syndicate.message.payload.Sender
Returns the URL field of the sender
getLockObject() - Method in class oracle.syndicate.client.handler.PushSAXPackageHandler
Returns the object loking resource during the current package parsing process.
getMaxNumUpdates() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns Delivery Rule maximum number of updates or -1 if undefined
getMaxUpdateInterval() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns Delivery Rule maximum update interval or null if undefined
getMessage() - Method in class oracle.syndicate.SyndicateException
Returns the message associated to this DsException using the default locale (en_US).
getMessageID() - Method in interface oracle.syndicate.message.Code
Returns the ID of this message
getMessagePrivate(Locale) - Method in class oracle.syndicate.SyndicateException
Employed by both methods that get messages
getMilliseconds() - Method in class oracle.syndicate.util.date.ISODuration
 
getMiniseconds(ISODuration) - Static method in class oracle.syndicate.util.date.ISODuration
 
getMinNumUpdates() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns Delivery Rule minimum number of updates or -1 if undefined
getMinUpdateInterval() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns Delivery Rule minimum update interval or null if undefined
getMinutes() - Method in class oracle.syndicate.util.date.ISODateTime
 
getMinutes() - Method in class oracle.syndicate.util.date.ISOTime
 
getMode() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns Delivery Rule mode: pull or push
getMonth() - Method in class oracle.syndicate.util.date.ISODateTime
 
getMonthDay() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns the delivery rule month day identifying the days of the month when the delivery will be allowed.
getName() - Method in interface oracle.syndicate.client.SyndicateSubscriber
Returns the subscriber name
getName() - Method in class oracle.syndicate.client.impl.state.DefaultSubscriber
Returns the subscriber name
getName() - Method in class oracle.syndicate.client.impl.state.xml.XMLSubscriber
Returns the subscriber name
getName() - Method in interface oracle.syndicate.message.offer.BusinessTerm
Returns BusinessTerms name
getName() - Method in interface oracle.syndicate.message.payload.Receiver
Returns receiver name
getName() - Method in interface oracle.syndicate.message.payload.Sender
Return the name of this sender
getName() - Method in interface oracle.syndicate.message.pkg.ItemGroup
Returns item-group name
getName() - Method in interface oracle.syndicate.message.pkg.Item
Returns the name for this package item
getName() - Method in interface oracle.syndicate.message.pkg.ItemRemove
Returns item-remove name
getName() - Method in interface oracle.syndicate.message.response.Catalog
Returns catalog name
getName() - Method in interface oracle.syndicate.message.response.Contact
Returns contact name
getName() - Method in interface oracle.syndicate.message.response.event.EventData
Returns the event name
getName() - Method in interface oracle.syndicate.server.cp.message.CPItemGroup
Returns name of the cp item group
getName() - Method in interface oracle.syndicate.server.cp.message.CPPackage
Returns the name of the cp package
getName() - Method in interface oracle.syndicate.server.cp.message.CPOffer
Returns the cp offer name
getName() - Method in interface oracle.syndicate.server.cp.message.CPItem
Returns cp item name
getName() - Method in interface oracle.syndicate.server.cp.message.CPItemRemove
Returns name of the cp item to be removed
getNewState() - Method in interface oracle.syndicate.message.pkg.SyndicatePackage
returns package new-state
getNewState() - Method in interface oracle.syndicate.server.cp.message.CPPackage
returns the new state of the cp package
getNumeric() - Method in interface oracle.syndicate.message.Code
Returns numeric response code for this message
getOffer() - Method in interface oracle.syndicate.message.response.Subscription
Returns subscription offer
getOfferID() - Method in interface oracle.syndicate.server.cp.message.CPPackageRequest
Returns the ID of the offer for which the package is requested.
getOldState() - Method in interface oracle.syndicate.message.pkg.SyndicatePackage
returns package old-state
getOldState() - Method in interface oracle.syndicate.server.cp.message.CPPackage
returns the old state of the cp package
getOtherID() - Method in interface oracle.syndicate.message.response.event.EventMsg
Returns other event ID if any
getPackage(String, String, SAXPackageHandler) - Method in interface oracle.syndicate.client.SyndicateConnection
Sends an get package request for the supplied subscription.
getPackage(String, String, String, SAXPackageHandler) - Method in interface oracle.syndicate.client.SyndicateConnection
Sends an get package request for the supplied subscription.
getPackageFormat() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns the format of the package
getPackageID() - Method in interface oracle.syndicate.message.Code
Returns the package ID for this message if any
getPackageItems() - Method in interface oracle.syndicate.message.pkg.PackageItemContainer
Returns an Iterator over the Package Items
getPackageItems() - Method in interface oracle.syndicate.server.cp.message.CPPackageItemContainer
Returns an Iterator over the package items
getPackageItemType() - Method in interface oracle.syndicate.message.pkg.PackageItem
Returns the item Type
getParameters() - Method in interface oracle.syndicate.server.cp.message.CPPackageRequest
Returns the parameters supplied by the subscriber in its the get-package request if any.
getParams() - Method in class oracle.syndicate.SyndicateException
Returns the arguments for the format messaging
getPayloadID() - Method in interface oracle.syndicate.message.Code
Returns the payload ID for this message
getPayloadID() - Method in interface oracle.syndicate.message.payload.Payload
Returns payload ID attribute
getPhrase() - Method in interface oracle.syndicate.message.Code
Returns the message phrase
getProductName() - Method in interface oracle.syndicate.message.offer.Offer
Returns the offer product name
getProductName() - Method in interface oracle.syndicate.server.cp.message.CPOffer
Returns the cp offer product name
getProxyHost() - Method in class oracle.syndicate.client.SyndicateConnectionFactory
Returns the host name of the HTTP proxy used for new connections.
getProxyPort() - Method in class oracle.syndicate.client.SyndicateConnectionFactory
Returns the port of the HTTP proxy used for new connections.
getPushAuthPassword() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns the password to be used when pushing content to the supplied push URL.
getPushAuthUsername() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns the username to be used when pushing content to the supplied push URL.
getQuantity() - Method in interface oracle.syndicate.message.offer.Offer
Returns the offer quantity
getQuantityRemaining() - Method in interface oracle.syndicate.message.response.Subscription
Returns subscription quantity-remaining
getReceiver() - Method in interface oracle.syndicate.message.payload.Header
Returns header receiver
getReceiverID() - Method in interface oracle.syndicate.message.payload.Receiver
Returns receiver ID
getRequest() - Method in interface oracle.syndicate.message.response.event.EventMsg
Returns event request
getRequestID() - Method in interface oracle.syndicate.message.response.event.EventMsg
Returns event request ID
getRequestStart() - Method in interface oracle.syndicate.message.response.event.EventMsg
Returns event request start time
getRequestType() - Method in interface oracle.syndicate.message.response.event.EventMsg
Returns event request type
getResourceBundle(Locale) - Method in class oracle.syndicate.SyndicateException
 
getResourceBundleName() - Method in class oracle.syndicate.SyndicateException
Returns the name of the ResourceBundle to be used by this subclass of the SyndicateException.
getResourceBundleName() - Method in class oracle.syndicate.client.SyndicateClientException
Returns the name of the ResourceBundle to be used by this subclass of the OSSException.
getResourceBundleName() - Method in class oracle.syndicate.server.cp.CPException
Returns the name of the ResourceBundle to be used by this subclass of the OSSException.
getResponse() - Method in interface oracle.syndicate.message.response.event.EventMsg
Returns event response ID
getResponseID() - Method in interface oracle.syndicate.message.response.Response
Returns response id
getResponseID() - Method in interface oracle.syndicate.message.response.event.EventMsg
Returns event response ID
getResponseStop() - Method in interface oracle.syndicate.message.response.event.EventMsg
Returns event response stop time
getResponseType() - Method in interface oracle.syndicate.message.response.event.EventMsg
Returns event response tyep
getRightsHolder() - Method in interface oracle.syndicate.message.offer.Offer
Returns offer rights-holder
getRightsHolder() - Method in interface oracle.syndicate.message.pkg.ItemCommonAttributes
Returns item rights-holder
getRightsHolder() - Method in interface oracle.syndicate.server.cp.message.CPOffer
Returns the cp offer rights-holder
getRightsHolder() - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Returns cp item rights holder
getRole() - Method in interface oracle.syndicate.message.payload.Sender
Returns the sender's role id.
getRole() - Method in interface oracle.syndicate.message.response.event.EventMsg
Returns event role
getSAXPackageHandler(HttpServletRequest, String) - Method in interface oracle.syndicate.client.handler.SyndicatorRequestHandler
Returns the SAX-based packgae handler to be used when a new packages is received.
getSAXPackageHandler(HttpServletRequest, String) - Method in class oracle.syndicate.client.handler.file.FileSyndicatorRequestHandler
 
getSbbUsername() - Method in interface oracle.syndicate.client.SyndicateSubscription
Returns the name of the Subscriber owning this Subscription
getSbbUsername() - Method in class oracle.syndicate.client.impl.state.DefaultSubscription
Returns the name of the Subscriber owning this Subscription
getSbbUsername() - Method in class oracle.syndicate.client.impl.state.xml.XMLSubscription
Returns the Name of the Subscriber owning this Subscription
getSbtParam() - Method in interface oracle.syndicate.message.offer.Offer
Returns the subscription parameters
getSeconds() - Method in class oracle.syndicate.util.date.ISODateTime
 
getSeconds() - Method in class oracle.syndicate.util.date.ISOTime
 
getSeconds() - Method in class oracle.syndicate.util.date.ISODuration
 
getSender() - Method in interface oracle.syndicate.message.payload.Header
Returns header sender
getSenderID() - Method in interface oracle.syndicate.message.payload.Sender
Returns the ID of this subscriber
getShowCredit() - Method in interface oracle.syndicate.message.pkg.ItemCommonAttributes
Returns item show-credit
getSSLCredential() - Method in class oracle.syndicate.client.SyndicateConnectionFactory
Returns the SSLCredential used new SyndicateConnection created by this factory.
getStart() - Method in interface oracle.syndicate.message.response.Events
Returns events start
getStartDate() - Method in interface oracle.syndicate.message.offer.DeliveryPolicy
Returns the DeliveryPolicy start date
getStartDate() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns Delivery Rule start date or null if undefined.
getStartTime() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns Delivery Rule start time or null if undefined.
getState() - Method in interface oracle.syndicate.client.SyndicateSubscription
Returns subscription current state
getState() - Method in class oracle.syndicate.client.impl.state.DefaultSubscription
Returns subscription current state
getState() - Method in class oracle.syndicate.client.impl.state.xml.XMLSubscription
Returns subscription current state
getState() - Method in interface oracle.syndicate.server.cp.message.CPPackageRequest
Returns the state ID supplied by the subscriber to build the package update for.
getStatus() - Method in interface oracle.syndicate.client.SyndicateConnection
Returns a status summary for all the subscriptions owned by the subscriber associated with this connection.
getStatus(String) - Method in interface oracle.syndicate.client.SyndicateConnection
Returns a status summary for the supplied subscription owned by the subscriber associated with this connection.
getStop() - Method in interface oracle.syndicate.message.response.Events
Returns events stop
getStopDate() - Method in interface oracle.syndicate.message.offer.DeliveryPolicy
Returns the DeliveryPolicy stop date
getStopDate() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns Delivery Rule stop date or null if undefined.
getSubscriber() - Method in interface oracle.syndicate.client.SyndicateConnection
Returns the subscriber associated with this connection
getSubscriber(String) - Method in interface oracle.syndicate.client.SyndicateClientStateHandler
Returns a SyndicateSubscriber instance given its ID
getSubscriber(String) - Method in class oracle.syndicate.client.impl.state.xml.XMLSyndicateClientStateHandler
Returns a SyndicateSubscriber instance given its ID
getSubscriberID() - Method in interface oracle.syndicate.client.SyndicateSubscription
Returns the ID of the Subscriber owning this Subscription
getSubscriberID() - Method in class oracle.syndicate.client.impl.state.DefaultSubscription
Returns the ID of the Subscriber owning this Subscription
getSubscriberID() - Method in class oracle.syndicate.client.impl.state.xml.XMLSubscription
Returns the ID of the Subscriber owning this Subscription
getSubscriberID() - Method in interface oracle.syndicate.server.cp.message.CPPackageRequest
Returns the ID of the Subscriber requesting the package.
getSubscribers() - Method in interface oracle.syndicate.client.SyndicateClientStateHandler
Returns the list of SyndicateSubscriber IDs.
getSubscribers() - Method in class oracle.syndicate.client.impl.state.xml.XMLSyndicateClientStateHandler
Returns the list of SyndicateSubscriber IDs.
getSubscription() - Method in class oracle.syndicate.client.handler.PushSAXPackageHandler
Returns the Subscription "owning" the current package.
getSubscription(String, String) - Method in interface oracle.syndicate.client.SyndicateClientStateHandler
Returns a SyndicateSubscription give its ID
getSubscription(String, String) - Method in class oracle.syndicate.client.impl.state.xml.XMLSyndicateClientStateHandler
Returns a SyndicateSubscription give its ID
getSubscriptionElement() - Method in interface oracle.syndicate.message.pkg.ItemRemove
Returns item-remove subscription-element
getSubscriptionElement() - Method in interface oracle.syndicate.message.pkg.ItemCommonAttributes
Returns item subscription-element
getSubscriptionID() - Method in interface oracle.syndicate.message.offer.Offer
Returns the offer subscription ID
getSubscriptionID() - Method in interface oracle.syndicate.message.pkg.SyndicatePackage
returns package subscription-id
getSubscriptionID() - Method in interface oracle.syndicate.message.response.Events
Returns events subscription-id
getSubscriptionID() - Method in interface oracle.syndicate.message.response.Sequence
Returns ice-sequence@subscription-id
getSubscriptionID() - Method in interface oracle.syndicate.message.response.Subscription
Returns subscription subscription-id
getSubscriptionID() - Method in interface oracle.syndicate.message.response.Cancellation
Returns subscription-id
getSubscriptionID() - Method in interface oracle.syndicate.message.response.event.EventMsg
Returns event subscription ID
getSubscriptionID() - Method in interface oracle.syndicate.server.cp.message.CPPackageRequest
Returns the ID of the Subscription for which the package is requested.
getSubscriptions() - Method in interface oracle.syndicate.message.response.Status
Returns an Iterator over Subscription
getSubscriptions(String) - Method in interface oracle.syndicate.client.SyndicateClientStateHandler
Returns List of all SyndicateSubscription IDs of a given subscriber
getSubscriptions(String) - Method in class oracle.syndicate.client.impl.state.xml.XMLSyndicateClientStateHandler
Returns List of all SyndicateSubscription IDs of a given subscriber
getSubSeconds() - Method in class oracle.syndicate.util.date.ISODateTime
 
getSubSeconds() - Method in class oracle.syndicate.util.date.ISOTime
 
getSubSeconds() - Method in class oracle.syndicate.util.date.ISODuration
 
getText() - Method in interface oracle.syndicate.message.Code
Returns any text associated with this message
getText() - Method in interface oracle.syndicate.message.offer.BusinessTerm
Returns BusinessTerms text data
getText() - Method in interface oracle.syndicate.message.response.Contact
Returns the content of the ice-contact element
getTexts() - Method in interface oracle.syndicate.message.offer.BusinessTerm
Returns BusinessTerms texts data
getTimeout() - Method in class oracle.syndicate.client.SyndicateConnectionFactory
Get the transport read timeout.
getTimestamp() - Method in interface oracle.syndicate.message.payload.Payload
Returns payload timestamp attribute
getTimeStamp(ISODateTime) - Static method in class oracle.syndicate.util.date.ISODateTime
 
getType() - Method in interface oracle.syndicate.message.offer.BusinessTerm
Returns BusinessTerms type
getType() - Method in interface oracle.syndicate.message.offer.Offer
Returns the offer type
getType() - Method in interface oracle.syndicate.message.response.event.EventItem
Returns event type
getURL() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns Delivery Rule push URL
getURL() - Method in interface oracle.syndicate.message.offer.BusinessTerm
Returns BusinessTerms URL if any
getURL() - Method in interface oracle.syndicate.message.pkg.ItemRef
Returns item-ref url
getURL() - Method in interface oracle.syndicate.message.response.Catalog
Returns catalog url
getURL() - Method in interface oracle.syndicate.message.response.Contact
Returns contact url
getURL() - Method in interface oracle.syndicate.server.cp.message.CPItemRef
Returns url of the cp item ref.
getUserAgent() - Method in interface oracle.syndicate.message.payload.Header
Returns header user agent attribute
getUTCISODateTime(ISODateTime) - Static method in class oracle.syndicate.util.date.ISODateTime
 
getUTCISOTime(ISODateTime, ISOTime) - Static method in class oracle.syndicate.util.date.ISOTime
 
getVersion() - Method in interface oracle.syndicate.message.payload.Payload
Returns payload version attribute
getWeekDay() - Method in interface oracle.syndicate.message.offer.DeliveryRule
Returns the delivery rule week day identifying the days of the week when the delivery will be allowed.
getXmlLang() - Method in interface oracle.syndicate.message.offer.Text
Returns ice-text@xml-lang
getXMLLang() - Method in interface oracle.syndicate.message.Code
Returns the language code associated with this message
getXMLLang() - Method in interface oracle.syndicate.message.offer.BusinessTerm
Returns the language identifier for the BusinessTerms text data if any
getXMLLang() - Method in interface oracle.syndicate.message.pkg.SyndicatePackage
Returns package/xml:lang
getXMLLang() - Method in interface oracle.syndicate.message.response.Catalog
Returns code xml:lang
getXMLLang() - Method in interface oracle.syndicate.message.response.Contact
Returns contact xml:lang
getXMLLang() - Method in interface oracle.syndicate.server.cp.message.CPPackage
returns the xml lang of the cp package
getYears() - Method in class oracle.syndicate.util.date.ISODateTime
 

H

hasConfirmation() - Method in interface oracle.syndicate.message.pkg.SyndicatePackage
returns package confirmation
hasShowCredit() - Method in interface oracle.syndicate.message.offer.Offer
Returns true if the offer has the show credit attribute set
hasShowCredit() - Method in interface oracle.syndicate.message.pkg.SyndicatePackage
returns package show-credit
hasShowCredit() - Method in interface oracle.syndicate.server.cp.message.CPPackage
returns true if show-credit atrribute of the cp package is set
hasShowCredit() - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Returns true if the cp item show-credit attribute is set
hasSubSeconds() - Method in class oracle.syndicate.util.date.ISODateTime
 
hasSubSeconds() - Method in class oracle.syndicate.util.date.ISOTime
 
hasSubSeconds() - Method in class oracle.syndicate.util.date.ISODuration
 
hasUsageRequired() - Method in interface oracle.syndicate.message.offer.Offer
Returns true if the offer has the usage required attribute set
Header - interface oracle.syndicate.message.payload.Header.
Provides accessors for payload header information
hours - Variable in class oracle.syndicate.util.date.ISODateTime
 

I

ICE_PACKAGE_FORMAT - Static variable in interface oracle.syndicate.message.offer.DeliveryRule
ICE PACKAGE FORMAT
ICE_ROLES - Static variable in interface oracle.syndicate.message.payload.Sender
 
init(CPContext) - Method in interface oracle.syndicate.server.cp.CPAdaptor
After instantiation and before setting the properties, the init method will be called.
init(ServletConfig) - Method in class oracle.syndicate.client.servlet.SyndicateClientServlet
Initalizes the servlet by instanting the SyndicatorRequestHandler to be used and settings its proerpties.
INITIAL_STATE - Static variable in interface oracle.syndicate.server.cp.CPAdaptor
Constant used to identify the inital state of a package request.
isAtomic() - Method in interface oracle.syndicate.message.offer.Offer
Returns true if the offer has the is-atomic attribute set
isAtomic() - Method in interface oracle.syndicate.message.pkg.SyndicatePackage
returns package is-atomic-use
isAtomic() - Method in interface oracle.syndicate.server.cp.message.CPPackage
returns true if the is-atomic atrribute of the cp package is set
isAtomicUse() - Method in interface oracle.syndicate.server.cp.message.CPOffer
Returns true if the cp offer has the is-atomic attribute set
isEditable() - Method in interface oracle.syndicate.message.offer.Offer
Returns true if the offer has the editable attribute set
isEditable() - Method in interface oracle.syndicate.message.pkg.SyndicatePackage
returns package editable
isEditable() - Method in interface oracle.syndicate.server.cp.message.CPPackage
returns true if the editable atrribute of the cp package is set
isEditable() - Method in interface oracle.syndicate.server.cp.message.CPOffer
Returns true if the cp offer has the editable attribute set
isFullUpdate() - Method in interface oracle.syndicate.message.pkg.SyndicatePackage
returns package full-update
isFullUpdate() - Method in interface oracle.syndicate.server.cp.message.CPPackage
returns true if the full-update attribute of the cp package is set
ISODateTime - class oracle.syndicate.util.date.ISODateTime.
Combination of both ISODate and ISOTime which are seperated by "T"
ISODateTime() - Constructor for class oracle.syndicate.util.date.ISODateTime
 
ISODateTime(Date) - Constructor for class oracle.syndicate.util.date.ISODateTime
 
ISODateTime(int, int, int, int, int, int, int) - Constructor for class oracle.syndicate.util.date.ISODateTime
 
ISODuration - class oracle.syndicate.util.date.ISODuration.
Conform to ISO8601, convert a ISO8601 specified Duration (Pn,nS) object into String or the other way around
ISODuration() - Constructor for class oracle.syndicate.util.date.ISODuration
 
ISODuration(int, int) - Constructor for class oracle.syndicate.util.date.ISODuration
 
ISODuration(long) - Constructor for class oracle.syndicate.util.date.ISODuration
 
ISOTime - class oracle.syndicate.util.date.ISOTime.
Conform to ISO8601, convert a ISO8601 specified Time (hh:mm:ss) object into String or the other way around
ISOTime() - Constructor for class oracle.syndicate.util.date.ISOTime
 
ISOTime(int, int, int, int) - Constructor for class oracle.syndicate.util.date.ISOTime
 
isShowCredit() - Method in interface oracle.syndicate.server.cp.message.CPOffer
Returns true if the cp offer has the show credit attribute set
isUnsolicitedPending() - Method in interface oracle.syndicate.message.response.Response
Returns true if response unsolicited-pending is set
isUpdatedItem(long, String) - Method in class oracle.syndicate.server.cp.state.State
Applys internal decision rules to tell if the current content item has been updated and has to be included in the new buildng package.
isUsageRequired() - Method in interface oracle.syndicate.server.cp.message.CPOffer
Returns true if the cp offer has the usage required attribute set
Item - interface oracle.syndicate.message.pkg.Item.
Provider accessors for package item properties
itemCharacters(SyndicatePackage, Item, char[], int, int) - Method in class oracle.syndicate.client.handler.PushSAXPackageHandler
Implementation of the SAXPackageHandler method.
itemCharacters(SyndicatePackage, Item, char[], int, int) - Method in interface oracle.syndicate.client.handler.SAXPackageHandler
Called when a package item content is encountered.
itemCharacters(SyndicatePackage, Item, char[], int, int) - Method in class oracle.syndicate.client.handler.file.FileSAXPackageHandler
 
ItemCommonAttributes - interface oracle.syndicate.message.pkg.ItemCommonAttributes.
Provides accessors for attributes common across few item types
ItemGroup - interface oracle.syndicate.message.pkg.ItemGroup.
Provides accessors for accessing item group attributes
ItemRef - interface oracle.syndicate.message.pkg.ItemRef.
Provides accessors for reference item attributes
itemRef(SyndicatePackage, ItemRef) - Method in class oracle.syndicate.client.handler.PushSAXPackageHandler
Implementation of the SAXPackageHandler method.
itemRef(SyndicatePackage, ItemRef) - Method in interface oracle.syndicate.client.handler.SAXPackageHandler
Called when a package item reference is encountered.
itemRef(SyndicatePackage, ItemRef) - Method in class oracle.syndicate.client.handler.file.FileSAXPackageHandler
 
ItemRemove - interface oracle.syndicate.message.pkg.ItemRemove.
Provides accessors for remove item attributes
itemRemove(SyndicatePackage, ItemRemove) - Method in class oracle.syndicate.client.handler.PushSAXPackageHandler
Implementation of the SAXPackageHandler method.
itemRemove(SyndicatePackage, ItemRemove) - Method in interface oracle.syndicate.client.handler.SAXPackageHandler
Called when a package item remove is encountered.
itemRemove(SyndicatePackage, ItemRemove) - Method in class oracle.syndicate.client.handler.file.FileSAXPackageHandler
 

M

m_iHr - Variable in class oracle.syndicate.util.date.ISOTime
 
m_iMinute - Variable in class oracle.syndicate.util.date.ISOTime
 
m_iSec - Variable in class oracle.syndicate.util.date.ISOTime
 
m_iSubSeconds - Variable in class oracle.syndicate.util.date.ISOTime
 
main(String[]) - Static method in class oracle.syndicate.util.base64.Base64DecOutputStream
 
main(String[]) - Static method in class oracle.syndicate.util.date.ISODateTime
 
main(String[]) - Static method in class oracle.syndicate.util.date.ISOTime
 
MANDATORY - Static variable in interface oracle.syndicate.server.cp.CPABeanInfoConstants
this bean info entry indicates whether or not the associated property is required to be set for the bean The option should be "Yes" or "True" (parsed by Boolean.valueOf())
markSupported() - Method in class oracle.syndicate.util.base64.Base64DecOutputStream
Marking not supported
markSupported() - Method in class oracle.syndicate.util.base64.Base64EncInputStream
Marking not supported
minutes - Variable in class oracle.syndicate.util.date.ISODateTime
 
month - Variable in class oracle.syndicate.util.date.ISODateTime
 
MSG_TYPE_ICE_REQUEST - Static variable in interface oracle.syndicate.message.response.event.EventMsg
 
MSG_TYPE_ICE_RESPONSE - Static variable in interface oracle.syndicate.message.response.event.EventMsg
 
MSG_TYPE_ICE_UNSOLICITED_NOW - Static variable in interface oracle.syndicate.message.response.event.EventMsg
 
MSG_TYPE_ICE_UNSOLICITED_REQUEST - Static variable in interface oracle.syndicate.message.response.event.EventMsg
 
MSG_TYPE_ICE_UNSOLICITED_RESPONSE - Static variable in interface oracle.syndicate.message.response.event.EventMsg
 

N

NegotiationException - exception oracle.syndicate.client.NegotiationException.
Raised by SydicationConnection.subscribe if a negotiation is requried to complete the subscription offer.
NegotiationException(Offer) - Constructor for class oracle.syndicate.client.NegotiationException
 
newInstance(String) - Static method in class oracle.syndicate.client.impl.state.xml.XMLSyndicateClientStateHandler
Creates a new XMLSyndicateClientStateHandler which will use the supplied file to persit its state on.
NON_ICE_NO_LOG_PACKAGE_FORMAT - Static variable in interface oracle.syndicate.message.offer.DeliveryRule
NON ICE NO LOG PACKAGE FORMAT
NON_ICE_PACKAGE_FORMAT - Static variable in interface oracle.syndicate.message.offer.DeliveryRule
NON ICE PACKAGE FORMAT
NotImplementedException - exception oracle.syndicate.client.NotImplementedException.
Thrown by SyndicateConnection APIs when the invoked API is not implemented either client side or server side.
NotImplementedException(String) - Constructor for class oracle.syndicate.client.NotImplementedException
 

O

Offer - interface oracle.syndicate.message.offer.Offer.
Provides accessors for the offer attributes
OFFER - Static variable in interface oracle.syndicate.message.offer.CatalogItem
Offer type catalog item
OFFER_EXPIRATION_PRIORITIES - Static variable in interface oracle.syndicate.message.offer.Offer
 
OFFER_EXPIRATION_PRIORITY_FIRST - Static variable in interface oracle.syndicate.message.offer.Offer
expiration-priority = first
OFFER_EXPIRATION_PRIORITY_LAST - Static variable in interface oracle.syndicate.message.offer.Offer
expiration-priority = last
OFFER_EXPIRATION_PRIORITY_QUANTITY - Static variable in interface oracle.syndicate.message.offer.Offer
expiration-priority = quantity
OFFER_EXPIRATION_PRIORITY_TIME - Static variable in interface oracle.syndicate.message.offer.Offer
expiration-priority = time
OFFER_GROUP - Static variable in interface oracle.syndicate.message.offer.CatalogItem
Offer-group type catalog item
OFFER_TYPE_PROTOCOL - Static variable in interface oracle.syndicate.message.offer.Offer
offer type = protocol
OFFER_TYPE_SUBSCRIPTION - Static variable in interface oracle.syndicate.message.offer.Offer
offer type = subscription
OFFER_TYPES - Static variable in interface oracle.syndicate.message.offer.Offer
 
OfferCatalogItem - interface oracle.syndicate.message.offer.OfferCatalogItem.
Marker interface for catalog Items of offer type
OfferGroup - interface oracle.syndicate.message.offer.OfferGroup.
Accessors method for offer group attributes and its catalog items
OfferResponse - interface oracle.syndicate.message.response.OfferResponse.
Provides accessors for an offer message returned by SyndicateConnection.changeSubscription
openStream() - Method in interface oracle.syndicate.message.pkg.ContentAccessor
Returns an InputSteam over the content to be delivered.
oracle.syndicate - package oracle.syndicate
Provides the exception base class for all the exception raised by OracleAS Syndication Services client and server code.
oracle.syndicate.client - package oracle.syndicate.client
Provides the starting point class for using the OracleAS Syndication Services client API, SyndicateConnectionFactory.
oracle.syndicate.client.handler - package oracle.syndicate.client.handler
Provides package handler classes for processing content packages delivered by the syndicator.
oracle.syndicate.client.handler.file - package oracle.syndicate.client.handler.file
Provides classes used to process delivered packages and store their content into the file system
oracle.syndicate.client.impl.state - package oracle.syndicate.client.impl.state
Provides classes used client state handling
oracle.syndicate.client.impl.state.xml - package oracle.syndicate.client.impl.state.xml
Provides classes for an client state handling storing state to an XML file
oracle.syndicate.client.servlet - package oracle.syndicate.client.servlet
Provides classes and interfaces related to the development of a syndication client servlet listening to content packages push from the syndication server.
oracle.syndicate.message - package oracle.syndicate.message
Provides interfaces for the simple response Code and other messaging packages
oracle.syndicate.message.offer - package oracle.syndicate.message.offer
Provides interfaces accessing catalogs, offers, and offer properties
oracle.syndicate.message.payload - package oracle.syndicate.message.payload
Provides interfaces accessing payload information for request and response messages
oracle.syndicate.message.pkg - package oracle.syndicate.message.pkg
Provides interfaces related to content packages delivered by syndicators to subscribers
oracle.syndicate.message.response - package oracle.syndicate.message.response
Provides interfaces related to response messages returned by the syndicator
oracle.syndicate.message.response.event - package oracle.syndicate.message.response.event
Provides interfaces related to events and event data response messages returned by the syndicator
oracle.syndicate.server.cp - package oracle.syndicate.server.cp
Provides interfaces related to the development of a new Content Provider Adaptors (Content Connectors) used to interface OracleAS Syndication Services with external content repositories.
oracle.syndicate.server.cp.message - package oracle.syndicate.server.cp.message
Provides interfaces related to the messages used by Content Provider Adaptors (Content Connectors).
oracle.syndicate.server.cp.state - package oracle.syndicate.server.cp.state
 
oracle.syndicate.util.base64 - package oracle.syndicate.util.base64
Provides the utility classes for Base64-encoding and decoding.
oracle.syndicate.util.date - package oracle.syndicate.util.date
Provides the utility classes to handle date and time formatting and conversion according to the ISO8601 specification.

P

PACKAGE_ITEM_ADD - Static variable in interface oracle.syndicate.message.pkg.PackageItem
 
PACKAGE_ITEM_GROUP - Static variable in interface oracle.syndicate.message.pkg.PackageItem
 
PACKAGE_ITEM_REF - Static variable in interface oracle.syndicate.message.pkg.PackageItem
 
PACKAGE_ITEM_REMOVE - Static variable in interface oracle.syndicate.message.pkg.PackageItem
 
PackageItem - interface oracle.syndicate.message.pkg.PackageItem.
Super interface for all items tyep contained in a package
PackageItemContainer - interface oracle.syndicate.message.pkg.PackageItemContainer.
Super interface for all containers of package items providing an iterator over all the items its contains.
PackageResponse - interface oracle.syndicate.message.response.PackageResponse.
Provides accessors for an package message returned by SyndicateConnection.getPackage
PackageUpToDateException - exception oracle.syndicate.client.PackageUpToDateException.
Thrown by the SyndicateConnection.getPackage APIs when no new content is available for the requesting subscription.
PackageUpToDateException(String) - Constructor for class oracle.syndicate.client.PackageUpToDateException
 
PackageUpToDateException(String, Code) - Constructor for class oracle.syndicate.client.PackageUpToDateException
 
PackageUpToDateException(String, Exception) - Constructor for class oracle.syndicate.client.PackageUpToDateException
 
PackageUpToDateException(String, Exception, Object) - Constructor for class oracle.syndicate.client.PackageUpToDateException
 
PackageUpToDateException(String, Exception, Object, Object) - Constructor for class oracle.syndicate.client.PackageUpToDateException
 
PackageUpToDateException(String, Exception, Object, Object, Object) - Constructor for class oracle.syndicate.client.PackageUpToDateException
 
PackageUpToDateException(String, Object) - Constructor for class oracle.syndicate.client.PackageUpToDateException
 
PackageUpToDateException(String, Object, Object) - Constructor for class oracle.syndicate.client.PackageUpToDateException
 
PackageUpToDateException(String, Object, Object, Object) - Constructor for class oracle.syndicate.client.PackageUpToDateException
 
parseDateTime(String) - Static method in class oracle.syndicate.util.date.ISODateTime
 
parseDuration(String) - Static method in class oracle.syndicate.util.date.ISODuration
 
parseTime(String) - Static method in class oracle.syndicate.util.date.ISOTime
 
parseTimeStamp(Timestamp) - Static method in class oracle.syndicate.util.date.ISODateTime
 
parseTimeStamp(Timestamp) - Static method in class oracle.syndicate.util.date.ISOTime
 
Payload - interface oracle.syndicate.message.payload.Payload.
Provides Payload attribute accessors
ping() - Method in interface oracle.syndicate.client.SyndicateConnection
Pings the syndication server associated with this connection to verify if it alive.
ping() - Method in interface oracle.syndicate.server.cp.CPAdaptor
Returns true if the CP is ready to operate, false if not.
pipe(InputStream, OutputStream) - Static method in class oracle.syndicate.util.base64.Base64DecOutputStream
 
printStackTrace() - Method in class oracle.syndicate.SyndicateException
 
printStackTrace(PrintStream) - Method in class oracle.syndicate.SyndicateException
 
printStackTrace(PrintWriter) - Method in class oracle.syndicate.SyndicateException
 
push(String, String) - Method in interface oracle.syndicate.client.SyndicateConnection
Sends a request asking server to push now on the provided subscription id The following responses are expected under different conditions condition 1: the request is valid and push has been scheduled response : ICE-CODE with status code 200 condition 2: the request is invalid because the push deliveryrule is not allowed to push at this time response : ICE-CODE with status code 422 condition 3: the request is invalid because there is no push deliveryrule associated with this subscription response : ICE-CODE with status code 409
PushSAXPackageHandler - class oracle.syndicate.client.handler.PushSAXPackageHandler.
Implemenation of a SAXPackageHandler decorator which can be build on any SAXPackageHandler.
PushSAXPackageHandler(SAXPackageHandler, SyndicateSubscription, Object) - Constructor for class oracle.syndicate.client.handler.PushSAXPackageHandler
 

R

read() - Method in class oracle.syndicate.util.base64.Base64EncInputStream
 
read(byte[]) - Method in class oracle.syndicate.util.base64.Base64EncInputStream
 
read(byte[], int, int) - Method in class oracle.syndicate.util.base64.Base64EncInputStream
 
Receiver - interface oracle.syndicate.message.payload.Receiver.
Provider accessors for the payload receiver
releaseSAXPackageHandler(SAXPackageHandler, SyndicatePackage) - Method in interface oracle.syndicate.client.handler.SyndicatorRequestHandler
Releases the saxPackage handler once the content package processing has been completed.
releaseSAXPackageHandler(SAXPackageHandler, SyndicatePackage) - Method in class oracle.syndicate.client.handler.file.FileSyndicatorRequestHandler
 
releaseSAXPackageHandlerAfterFailure(SAXPackageHandler, Throwable) - Method in interface oracle.syndicate.client.handler.SyndicatorRequestHandler
Releases the saxPackage handler in the case the update failed .
releaseSAXPackageHandlerAfterFailure(SAXPackageHandler, Throwable) - Method in class oracle.syndicate.client.handler.file.FileSyndicatorRequestHandler
 
removeSubscriber(String) - Method in interface oracle.syndicate.client.SyndicateClientStateHandler
Removes a SyndicateSubscriber from the state storage given its ID
removeSubscriber(String) - Method in class oracle.syndicate.client.impl.state.xml.XMLSyndicateClientStateHandler
Removes a SyndicateSubscriber from the state storage given its ID
removeSubscription(String, String) - Method in interface oracle.syndicate.client.SyndicateClientStateHandler
Removes a SyndicateSubscription from te state storage given its ID
removeSubscription(String, String) - Method in class oracle.syndicate.client.impl.state.xml.XMLSyndicateClientStateHandler
Removes a SyndicateSubscription from te state storage given its ID
Response - interface oracle.syndicate.message.response.Response.
Super interface providing accessors for all responses returned by the SyndicateConnection methods.
ROLE_SUBSCRIBER - Static variable in interface oracle.syndicate.message.payload.Sender
 
ROLE_SYNDICATOR - Static variable in interface oracle.syndicate.message.payload.Sender
 

S

SAXHandler - interface oracle.syndicate.client.handler.SAXHandler.
Marker interface for all the Package Handlers.
SAXPackageHandler - interface oracle.syndicate.client.handler.SAXPackageHandler.
Defines the methods to be implemented by those classes which will process packages delieved by syndicators.
seconds - Variable in class oracle.syndicate.util.date.ISODateTime
 
seconds - Variable in class oracle.syndicate.util.date.ISODuration
 
SECURE - Static variable in interface oracle.syndicate.server.cp.CPABeanInfoConstants
Indicates the associated property is a sensitive field, which needs to be displayed in an encrypted form
Sender - interface oracle.syndicate.message.payload.Sender.
Provides accessors for payload sender attributes
Sequence - interface oracle.syndicate.message.response.Sequence.
 
setActivation(ISODateTime) - Method in interface oracle.syndicate.server.cp.message.CPPackage
Sets the activation of the cp package
setActivation(ISODateTime) - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Sets the activation of the cp item
setAtomic(boolean) - Method in interface oracle.syndicate.server.cp.message.CPPackage
Sets the is-atomic attribute of the cp package
setAtomicUse(boolean) - Method in interface oracle.syndicate.server.cp.message.CPOffer
Sets the is-atomic attribute
setAttribute(String, Object) - Method in interface oracle.syndicate.server.cp.message.CPRequestContext
Sets an object in the request context.
setContent(ContentAccessor) - Method in interface oracle.syndicate.message.pkg.Item
Set the packae item content accessor
setContent(ContentAccessor) - Method in interface oracle.syndicate.server.cp.message.CPItem
Sets cp item content accessor
setContentFilename(String) - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Sets the content filename of the cp item
setContentType(String) - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Sets the content type of the cp item
setCPOfferID(String) - Method in interface oracle.syndicate.server.cp.message.CPOffer
Sets the cp offer id
setDays(int) - Method in class oracle.syndicate.util.date.ISODateTime
 
setDescription(String) - Method in interface oracle.syndicate.server.cp.message.CPOffer
Sets the cp offer description
setEditable(boolean) - Method in interface oracle.syndicate.server.cp.message.CPPackage
Sets the cp package editable attribute
setEditable(boolean) - Method in interface oracle.syndicate.server.cp.message.CPOffer
Sets the cp offer editable attribute
setExclusion(String) - Method in interface oracle.syndicate.server.cp.message.CPPackage
Sets the exclusionary clauses of the cp package
setExpiration(ISODateTime) - Method in interface oracle.syndicate.server.cp.message.CPPackage
Sets the expiration date of the cp package
setExpiration(ISODateTime) - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Sets the expiration date of the cp item
setExpirationDate(ISODateTime) - Method in interface oracle.syndicate.server.cp.message.CPOffer
Sets the cp offer expiration date
setFullUpdate(boolean) - Method in interface oracle.syndicate.server.cp.message.CPPackage
Sets the full-update attribute of the cp package
setHours(int) - Method in class oracle.syndicate.util.date.ISODateTime
 
setHours(int) - Method in class oracle.syndicate.util.date.ISOTime
 
setID(String) - Method in interface oracle.syndicate.server.cp.message.CPItemGroup
Sets the id of the cp item group
setID(String) - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Sets the ID of the cp item
setIPStatus(String) - Method in interface oracle.syndicate.server.cp.message.CPOffer
Sets the cp offer intellectual property status
setIPStatus(String) - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Sets the ip status of the cp item
setItemID(String) - Method in interface oracle.syndicate.server.cp.message.CPItemRemove
Sets the id of the cp item to be removed
setLicense(String) - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Sets the license information of the cp item
setLocation(String) - Method in interface oracle.syndicate.client.SyndicateSubscriber
Sets the susbcriber location.
setLocation(String) - Method in class oracle.syndicate.client.impl.state.DefaultSubscriber
Sets the susbcriber location, meaning the defaul push url
setLocation(String) - Method in class oracle.syndicate.client.impl.state.xml.XMLSubscriber
Sets the susbcriber location, meaning the defaul push url
setMinutes(int) - Method in class oracle.syndicate.util.date.ISODateTime
 
setMinutes(int) - Method in class oracle.syndicate.util.date.ISOTime
 
setMonth(int) - Method in class oracle.syndicate.util.date.ISODateTime
 
setName(String) - Method in interface oracle.syndicate.server.cp.message.CPItemGroup
Sets the name of the cp item group
setName(String) - Method in interface oracle.syndicate.server.cp.message.CPPackage
Sets the name of the cp package
setName(String) - Method in interface oracle.syndicate.server.cp.message.CPOffer
Sets the cp offer name
setName(String) - Method in interface oracle.syndicate.server.cp.message.CPItem
Sets cp item name
setName(String) - Method in interface oracle.syndicate.server.cp.message.CPItemRemove
Sets the name of the cp item to be removed
setNewState(String) - Method in interface oracle.syndicate.server.cp.message.CPPackage
Sets the new state of the cp package
setOldState(String) - Method in interface oracle.syndicate.server.cp.message.CPPackage
Sets the old state of the cp package
setPackageFormat(int) - Method in interface oracle.syndicate.message.offer.DeliveryRule
Sets the format of the package
setProductName(String) - Method in interface oracle.syndicate.server.cp.message.CPOffer
Sets the cp offer product name
setProperty(String, String) - Method in interface oracle.syndicate.client.handler.SyndicatorRequestHandler
Sets a property for the SyndicatorRequestHandler
setProperty(String, String) - Method in class oracle.syndicate.client.handler.file.FileSyndicatorRequestHandler
 
setProxyServer(String, int) - Method in class oracle.syndicate.client.SyndicateConnectionFactory
Set proxy the HTTP proxy host for all the connections created by this factory.
setPushAuthPassword(String) - Method in interface oracle.syndicate.message.offer.DeliveryRule
Sets the password to be used when pushing content to the supplied push URL.
setPushAuthUsername(String) - Method in interface oracle.syndicate.message.offer.DeliveryRule
Sets the username to be used when pushing content to the supplied push URL.
setRightsHolder(String) - Method in interface oracle.syndicate.server.cp.message.CPOffer
Sets the cp offer rights holder
setRightsHolder(String) - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Sets the rights holder of the cp item
setSbtParam(String) - Method in interface oracle.syndicate.message.offer.Offer
Sets parameters to be supplied upon subscription creation
setSeconds(int) - Method in class oracle.syndicate.util.date.ISODateTime
 
setSeconds(int) - Method in class oracle.syndicate.util.date.ISOTime
 
setSeconds(int) - Method in class oracle.syndicate.util.date.ISODuration
 
setShowCredit(boolean) - Method in interface oracle.syndicate.server.cp.message.CPPackage
Sets the show-credit attribute of the cp package
setShowCredit(boolean) - Method in interface oracle.syndicate.server.cp.message.CPOffer
Sets the cp offer show credit attribute
setShowCredit(boolean) - Method in interface oracle.syndicate.server.cp.message.CPItemCommonAttributes
Sets the show credit attribute of the cp item
setSSLCredential(OracleSSLCredential) - Method in class oracle.syndicate.client.SyndicateConnectionFactory
Sets the OracleSSLCredential object for use in SSL connections.
setState(String) - Method in interface oracle.syndicate.client.SyndicateSubscription
Updates the subscription current state TODO removed synchronized for time being!!
setState(String) - Method in class oracle.syndicate.client.impl.state.DefaultSubscription
Updates the subscription current state TODO removed synchronized for time being!!
setState(String) - Method in class oracle.syndicate.client.impl.state.xml.XMLSubscription
Updates the subscription current state
setSubSeconds(int) - Method in class oracle.syndicate.util.date.ISODateTime
 
setSubSeconds(int) - Method in class oracle.syndicate.util.date.ISOTime
 
setSubSeconds(int) - Method in class oracle.syndicate.util.date.ISODuration
 
setTimeout(int) - Method in class oracle.syndicate.client.SyndicateConnectionFactory
Set the timeout value new SyndicateConnections created by this factory.
setURL(String) - Method in interface oracle.syndicate.message.offer.DeliveryRule
Sets the Delivery Rule push URL
setURL(String) - Method in interface oracle.syndicate.server.cp.message.CPItemRef
Sets the url of the cp item ref.
setUsageRequired(boolean) - Method in interface oracle.syndicate.server.cp.message.CPOffer
Sets the cp offer usage required attribute
setXMLLang(String) - Method in interface oracle.syndicate.server.cp.message.CPPackage
Sets the XML language of the cp package
setYear(int) - Method in class oracle.syndicate.util.date.ISODateTime
 
skip(long) - Method in class oracle.syndicate.util.base64.Base64EncInputStream
 
startItem(SyndicatePackage, Item) - Method in class oracle.syndicate.client.handler.PushSAXPackageHandler
Implementation of the SAXPackageHandler method.
startItem(SyndicatePackage, Item) - Method in interface oracle.syndicate.client.handler.SAXPackageHandler
Called when a new beginning of a package item is encountered.
startItem(SyndicatePackage, Item) - Method in class oracle.syndicate.client.handler.file.FileSAXPackageHandler
 
startItemGroup(SyndicatePackage, ItemGroup) - Method in class oracle.syndicate.client.handler.PushSAXPackageHandler
Implementation of the SAXPackageHandler method.
startItemGroup(SyndicatePackage, ItemGroup) - Method in interface oracle.syndicate.client.handler.SAXPackageHandler
Called when the beginning a package item group is encountered.
startItemGroup(SyndicatePackage, ItemGroup) - Method in class oracle.syndicate.client.handler.file.FileSAXPackageHandler
 
startPackage(SyndicatePackage) - Method in class oracle.syndicate.client.handler.PushSAXPackageHandler
Implementation of the SAXPackageHandler method.
startPackage(SyndicatePackage) - Method in interface oracle.syndicate.client.handler.SAXPackageHandler
Called when a new beginning of a content package is encountered.
startPackage(SyndicatePackage) - Method in class oracle.syndicate.client.handler.file.FileSAXPackageHandler
 
State - class oracle.syndicate.server.cp.state.State.
 
STATE_ICE_ANY - Static variable in interface oracle.syndicate.client.SyndicateSubscription
State identifier for any state
STATE_ICE_INITIAL - Static variable in interface oracle.syndicate.client.SyndicateSubscription
State identifier for an initial state
State() - Constructor for class oracle.syndicate.server.cp.state.State
 
Status - interface oracle.syndicate.message.response.Status.
Provides accessors over a Status returned by SyndicateConnection.getStatus
StatusResponse - interface oracle.syndicate.message.response.StatusResponse.
Provides accessors for an Status message returned by SyndicateConnection.getStatus
subscribe(Offer) - Method in interface oracle.syndicate.client.SyndicateConnection
Sends a request for subscription to the supplied offer and starts negotiation process with the syndicator.
Subscription - interface oracle.syndicate.message.response.Subscription.
Provides accessors for the Subscription attributes
SubscriptionResponse - interface oracle.syndicate.message.response.SubscriptionResponse.
Provides accessors for an Subscription message returned by SyndicateConnection.subscribe
subseconds - Variable in class oracle.syndicate.util.date.ISODuration
 
subSeconds - Variable in class oracle.syndicate.util.date.ISODateTime
 
SyndicateClientException - exception oracle.syndicate.client.SyndicateClientException.
Thrown by syndication client code when client-specific exceptions occur.
SyndicateClientException(String) - Constructor for class oracle.syndicate.client.SyndicateClientException
 
SyndicateClientException(String, Exception) - Constructor for class oracle.syndicate.client.SyndicateClientException
 
SyndicateClientException(String, Exception, Object) - Constructor for class oracle.syndicate.client.SyndicateClientException
 
SyndicateClientException(String, Exception, Object, Object) - Constructor for class oracle.syndicate.client.SyndicateClientException
 
SyndicateClientException(String, Exception, Object, Object, Object) - Constructor for class oracle.syndicate.client.SyndicateClientException
 
SyndicateClientException(String, Object) - Constructor for class oracle.syndicate.client.SyndicateClientException
 
SyndicateClientException(String, Object, Object) - Constructor for class oracle.syndicate.client.SyndicateClientException
 
SyndicateClientException(String, Object, Object, Object) - Constructor for class oracle.syndicate.client.SyndicateClientException
 
SyndicateClientException(String, Throwable) - Constructor for class oracle.syndicate.client.SyndicateClientException
 
SyndicateClientException(String, Throwable, Object) - Constructor for class oracle.syndicate.client.SyndicateClientException
 
SyndicateClientException(String, Throwable, Object, Object) - Constructor for class oracle.syndicate.client.SyndicateClientException
 
SyndicateClientException(String, Throwable, Object, Object, Object) - Constructor for class oracle.syndicate.client.SyndicateClientException
 
SyndicateClientServlet - class oracle.syndicate.client.servlet.SyndicateClientServlet.
Parametrizable servlet class which can be configured as a listener for content packages pushed by syndication services.
SyndicateClientServlet() - Constructor for class oracle.syndicate.client.servlet.SyndicateClientServlet
 
SyndicateClientStateHandler - interface oracle.syndicate.client.SyndicateClientStateHandler.
Used by the SyndicateConnection to store and retrieve client state information.
SyndicateConnection - interface oracle.syndicate.client.SyndicateConnection.
Provides methods for Oracle Syndication Services client applications to interact with the server.
SyndicateConnectionFactory - class oracle.syndicate.client.SyndicateConnectionFactory.
Entry point for all Oracle Syndication Services client APIs defines APIs fro creating SyndicateConnection instances which defines the necessary methods to access the server.
SyndicateException - exception oracle.syndicate.SyndicateException.
Base exception class for all the exceptions raised by Oracle Syndication Services client and server code.
SyndicateException() - Constructor for class oracle.syndicate.SyndicateException
 
SyndicateException(String) - Constructor for class oracle.syndicate.SyndicateException
Constructor for this exception class.
SyndicateException(String, Object) - Constructor for class oracle.syndicate.SyndicateException
Constructor for this exception class.
SyndicateException(String, Object, Object) - Constructor for class oracle.syndicate.SyndicateException
Constructor for this exception class.
SyndicateException(String, Object, Object, Object) - Constructor for class oracle.syndicate.SyndicateException
Constructor for this exception class.
SyndicateException(String, Throwable) - Constructor for class oracle.syndicate.SyndicateException
Constructor for this exception class.
SyndicateException(String, Throwable, Object) - Constructor for class oracle.syndicate.SyndicateException
Constructor for this exception class.
SyndicateException(String, Throwable, Object[]) - Constructor for class oracle.syndicate.SyndicateException
Constructor for this exception class.
SyndicateException(String, Throwable, Object, Object) - Constructor for class oracle.syndicate.SyndicateException
Constructor for this exception class.
SyndicateException(String, Throwable, Object, Object, Object) - Constructor for class oracle.syndicate.SyndicateException
Constructor for this exception class.
SyndicatePackage - interface oracle.syndicate.message.pkg.SyndicatePackage.
Provides accessors for package attributes and package items
SyndicateSubscriber - interface oracle.syndicate.client.SyndicateSubscriber.
Subscriber interface wraps all subscriber metadata persisted at the client side.
SyndicateSubscription - interface oracle.syndicate.client.SyndicateSubscription.
The subscription class wraps all metadata that are maintained on the client side regarding the subscription.
SyndicatorRequestHandler - interface oracle.syndicate.client.handler.SyndicatorRequestHandler.
SyndicatorRequestHandlers are the components invoked when message pushed from the syndicator are received by the client.

T

Text - interface oracle.syndicate.message.offer.Text.
 
toString() - Method in class oracle.syndicate.server.cp.state.State
For debug purposes
toString() - Method in class oracle.syndicate.util.date.ISODateTime
 
toString() - Method in class oracle.syndicate.util.date.ISOTime
 
toString() - Method in class oracle.syndicate.util.date.ISODuration
 

U

unconfirm(String) - Method in interface oracle.syndicate.client.SyndicateConnection
Sends the negative confirmation for the delivery of a previous content package: by doing so, the user notifies the server that the previous delivered package has not been received correctly and therefore its content will have to be re-delivered in the next get package request.

W

write(byte[]) - Method in class oracle.syndicate.util.base64.Base64DecOutputStream
 
write(byte[], int, int) - Method in class oracle.syndicate.util.base64.Base64DecOutputStream
 
write(int) - Method in class oracle.syndicate.util.base64.Base64DecOutputStream
 

X

XMLSubscriber - class oracle.syndicate.client.impl.state.xml.XMLSubscriber.
Implementation of the SyndicateSubscription interface used by the XMLSyndicateClientStateHandler.
XMLSubscription - class oracle.syndicate.client.impl.state.xml.XMLSubscription.
Implementation of the SyndicateSubscription interface used by the XMLSyndicateClientStateHandler.
XMLSyndicateClientStateHandler - class oracle.syndicate.client.impl.state.xml.XMLSyndicateClientStateHandler.
Implements the SyndicateClientStateHandler storing the SyndicateClient into an local XML file.

Y

year - Variable in class oracle.syndicate.util.date.ISODateTime
 
yearAfter(ISODateTime) - Method in class oracle.syndicate.util.date.ISODateTime
 

_

_exCode - Variable in class oracle.syndicate.SyndicateException
 
_htRb - Static variable in class oracle.syndicate.SyndicateException
 
_oaParams - Variable in class oracle.syndicate.SyndicateException
 
_tInternal - Variable in class oracle.syndicate.SyndicateException
 

A B C D E F G H I M N O P R S T U W X Y _
Copyright © 2001, 2003, Oracle. All rights reserved.

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