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
Content Provider Adaptors (CPAdaptor and also referred as Content Connectors) are software components used by Syndication Services to access external content repositories.
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
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())
Provides classes and interfaces related to the development of a syndication client servlet listening to content packages push from the syndication server.
Provides interfaces related to the development of a new Content Provider Adaptors (Content Connectors) used to interface OracleAS Syndication Services with external content repositories.
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
Entry point for all Oracle Syndication Services client APIs defines APIs fro creating SyndicateConnection instances which defines the necessary methods to access the server.
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.