public interface BusinessEventConnection
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the connection
|
void |
publishEvent(BusinessEvent event, int priority)
Publish an event with indicated priority
|
void |
setContextProvider(oracle.j2ee.ws.common.context.ContextProvider contextProvider)
Set ContextProvider object.
|
void setContextProvider(oracle.j2ee.ws.common.context.ContextProvider contextProvider)
contextProvider - - ContextProvider objectvoid publishEvent(BusinessEvent event, int priority) throws oracle.fabric.common.FabricException
event - - Business Event to be publishedpriority - - event priorityoracle.fabric.common.FabricException - if fabric exception occurs
void close()
throws oracle.fabric.common.FabricException
oracle.fabric.common.FabricException - if fabric exception occurs