- getAsDoc() - Method in interface oracle.fabric.common.BusinessEvent
-
Return the event as a DOM document.
- getBody() - Method in interface oracle.fabric.common.BusinessEvent
-
Get the XML body of the event.
- getBodyAsText() - Method in interface oracle.fabric.common.BusinessEvent
-
Get the payload body as serialized XML text.
- getClientID() - Method in class oracle.integration.platform.blocks.event.jms2.EdnJmsConnection
-
Get client ID used for creating durable subscriptions.
- getConsistencyLevel() - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Get the default ConsistencyLevel of event subscription.
- getConsistencyLevel() - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- getContextProvider() - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
Get context provider instance.
- getEDL() - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Get the default EDL URI with "oramds" referencing EDL content for event publishing.
- getEDL() - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- getEDN() - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- getEventHandler() - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Get the default BusinessEvent Handler to consume subscribed events.
- getEventHandler() - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- getEventName() - Method in interface oracle.fabric.common.BusinessEvent
-
The name of the Event.
- getEventToJmsMapping() - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
Get the event type to JMS resource mapping.
- getPriority() - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Get the default message priority of event publishing.
- getPriority() - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- getProperties() - Method in interface oracle.fabric.common.BusinessEvent
-
Get all the properties of this event.
- getProperty(String) - Method in interface oracle.fabric.common.BusinessEvent
-
Get a single value for a header.
- getTimeout() - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Get the default timeout value (in milliseconds) to receive an event by the subscriber.
- getTimeout() - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- getTimeToLive() - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Get the default time to live (length of time in milliseconds from its dispatch time that a published message should be retained by the system) of event publishing.
- getTimeToLive() - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- getTopicConnectionFactory() - Method in class oracle.integration.platform.blocks.event.jms2.EdnJmsConnection
-
Get non-XA TopicConnectionFactory instance.
- getUserTransaction() - Method in class oracle.integration.platform.blocks.event.jms2.EdnJmsConnection
-
Get UserTranasction instance for XA.
- getXaTopicConnectionFactory() - Method in class oracle.integration.platform.blocks.event.jms2.EdnJmsConnection
-
Get XA TopicConnectionFactory instance.
- getXPathFilter() - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Get the default XPath Filter to limited subscribed events.
- getXPathFilter() - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- setBody(Element) - Method in class oracle.integration.platform.blocks.event.BusinessEventBuilder
-
- setBodyAsText(String) - Method in class oracle.integration.platform.blocks.event.BusinessEventBuilder
-
- setClientID(String) - Method in class oracle.integration.platform.blocks.event.jms2.EdnJmsConnection
-
Set client ID used for creating durable subscriptions.
- setConsistencyLevel(ConsistencyLevel) - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Set the default ConsistencyLevel of event subscription.
- setConsistencyLevel(ConsistencyLevel) - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- setContextProvider(ContextProvider) - Method in interface oracle.fabric.blocks.event.BusinessEventConnection
-
Set ContextProvider object.
- setContextProvider(ContextProvider) - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- setDatasourceProperties(Properties) - Static method in class oracle.integration.platform.blocks.event.BusinessEventConnectionFactorySupport
-
Specify datasource properties for AQ JMS.
- setEDL(String) - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Set the default EDL URI with "oramds" referencing EDL content for event publishing.
- setEDL(String) - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- setEDN(IEDN) - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- setEventHandler(BusinessEventHandler) - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Set the default BusinessEvent Handler to consume subscribed events.
- setEventHandler(BusinessEventHandler) - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- setEventName(QName) - Method in class oracle.integration.platform.blocks.event.BusinessEventBuilder
-
- setEventToJmsMapping(Map<QName, Set<JmsConfig>>) - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
Set the event type to JMS resource mapping.
- setJndiProperties(Properties) - Static method in class oracle.integration.platform.blocks.event.BusinessEventConnectionFactorySupport
-
Specify JNDI properties.
- setPersistent(boolean) - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Set the default persistent delivery mode of event publishing.
- setPersistent(boolean) - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- setPriority(int) - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Set the default message priority of event publishing.
- setPriority(int) - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- setProperty(String, Object) - Method in class oracle.integration.platform.blocks.event.BusinessEventBuilder
-
- setRunAsPublisher(boolean) - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Set the default runAs Publisher flag for event consumption.
- setRunAsPublisher(boolean) - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- setTimeout(long) - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Set the default timeout value (in milliseconds) to receive an event by the subscriber.
- setTimeout(long) - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- setTimeToLive(long) - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Set the default time to live (length of time in milliseconds from its dispatch time that a published message should be retained by the system) of event publishing.
- setTimeToLive(long) - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- setTopicConnectionFactory(TopicConnectionFactory) - Method in class oracle.integration.platform.blocks.event.jms2.EdnJmsConnection
-
Set a non-XA TopicConnectionFactory instance.
- setUserTransaction(UserTransaction) - Method in class oracle.integration.platform.blocks.event.jms2.EdnJmsConnection
-
Set UserTranasction instance for XA.
- setXaTopicConnectionFactory(TopicConnectionFactory) - Method in class oracle.integration.platform.blocks.event.jms2.EdnJmsConnection
-
Set a XA TopicConnectionFactory instance.
- setXPathFilter(XPathFilter) - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Set the default XPath Filter to limited subscribed events.
- setXPathFilter(XPathFilter) - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- SOURCE - Static variable in interface oracle.fabric.common.BusinessEvent
-
Source of event.
- subscribe(QName, String) - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Subscribe to events with specified event name (QName) and default consistency level, XPath filter (if a default one exists), timeout, and event handler that consumes subscribed events.
- subscribe(QName, ConsistencyLevel, XPathFilter, BusinessEventHandler, boolean, long, String) - Method in interface oracle.fabric.blocks.event.EdnConnection
-
Subscribe to events with specified event name (QName), consistency level, XPath filter, and event handler that consumes subscribed events.
- subscribe(QName, String) - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- subscribe(QName, ConsistencyLevel, XPathFilter, BusinessEventHandler, boolean, long, String) - Method in class oracle.integration.platform.blocks.event.jms2.BaseEdnConnection
-
- subscribe(QName, String) - Method in class oracle.integration.platform.blocks.event.jms2.EdnJmsConnection
-
- subscribe(QName, ConsistencyLevel, XPathFilter, BusinessEventHandler, boolean, long, String) - Method in class oracle.integration.platform.blocks.event.jms2.EdnJmsConnection
-