|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MediationFlowLocal
Local interface of the Mediation Flow bean.
MediationFlowBean
Field Summary | |
---|---|
static java.lang.String |
$sccsid
Deprecated. |
static java.lang.String |
COPYRIGHT
Deprecated. |
Method Summary | |
---|---|
void |
invokeEventFlow(com.ibm.ws.sibx.mediation.esb.SIBXEvent event,
commonj.sdo.DataObject message,
com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
Deprecated. |
void |
invokeFaultFlow(MediationFlowKey key,
commonj.sdo.DataObject message,
com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
Deprecated. |
void |
invokeRequestFlow(MediationFlowKey key,
commonj.sdo.DataObject message,
com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
Deprecated. |
void |
invokeResponseFlow(MediationFlowKey key,
commonj.sdo.DataObject message,
com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
Deprecated. |
void |
transactionNotSupportedWriteContext(com.ibm.wsspi.sibx.context.ContextStore contextStore,
java.lang.String key,
long timeout,
com.ibm.wsspi.sibx.context.Context context)
Deprecated. |
void |
transactionSupportsWriteContext(com.ibm.wsspi.sibx.context.ContextStore contextStore,
java.lang.String key,
long timeout,
com.ibm.wsspi.sibx.context.Context context)
Deprecated. |
Methods inherited from interface javax.ejb.EJBLocalObject |
---|
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Field Detail |
---|
static final java.lang.String COPYRIGHT
static final java.lang.String $sccsid
Method Detail |
---|
void invokeRequestFlow(MediationFlowKey key, commonj.sdo.DataObject message, com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction) throws MediationRuntimeException, MediationConfigurationException, MediationBusinessException
key
- the key identifying the request flow to invokemessage
- the message to mediateflowAction
- the flow action factory
MediationRuntimeException
- if an exception occurs in flow processing
MediationConfigurationException
- thrown by mediation primitives if
they encounter a configuration excpetion
MediationBusinessException
- thrown by mediation primitives if
they encounter a business excpetionvoid invokeResponseFlow(MediationFlowKey key, commonj.sdo.DataObject message, com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction) throws MediationRuntimeException, MediationConfigurationException, MediationBusinessException
key
- the key identifying the response flow to invokemessage
- the message to mediateflowAction
- the flow action factory
MediationRuntimeException
- if an exception occurs in flow processing
MediationConfigurationException
- thrown by mediation primitives if
they encounter a configuration excpetion
MediationBusinessException
- thrown by mediation primitives if
they encounter a business excpetionvoid invokeFaultFlow(MediationFlowKey key, commonj.sdo.DataObject message, com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction) throws MediationRuntimeException, MediationConfigurationException, MediationBusinessException
key
- the key identifying the response fault flow to invokemessage
- the message to mediateflowAction
- the flow action factory
MediationRuntimeException
- if an exception occurs in flow processing
MediationConfigurationException
- thrown by mediation primitives if
they encounter a configuration excpetion
MediationBusinessException
- thrown by mediation primitives if
they encounter a business excpetionvoid invokeEventFlow(com.ibm.ws.sibx.mediation.esb.SIBXEvent event, commonj.sdo.DataObject message, com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction) throws MediationRuntimeException, MediationConfigurationException, MediationBusinessException
event
- the eventmessage
- the message to mediateflowAction
- the flow action factory
MediationRuntimeException
- if an exception occurs in flow processing
MediationConfigurationException
- thrown by mediation primitives if
they encounter a configuration excpetion
MediationBusinessException
- thrown by mediation primitives if
they encounter a business excpetionvoid transactionSupportsWriteContext(com.ibm.wsspi.sibx.context.ContextStore contextStore, java.lang.String key, long timeout, com.ibm.wsspi.sibx.context.Context context) throws com.ibm.wsspi.sibx.context.DuplicateKeyException, com.ibm.wsspi.sibx.context.StoreException
contextStore
- the context storekey
- the key used to identify this contexttimeout
- the the time (in milliseconds) after which the context is removed from the storecontext
- the context to store
com.ibm.wsspi.sibx.context.StoreException
com.ibm.wsspi.sibx.context.DuplicateKeyException
void transactionNotSupportedWriteContext(com.ibm.wsspi.sibx.context.ContextStore contextStore, java.lang.String key, long timeout, com.ibm.wsspi.sibx.context.Context context) throws com.ibm.wsspi.sibx.context.DuplicateKeyException, com.ibm.wsspi.sibx.context.StoreException
contextStore
- the context storekey
- the key used to identify this contexttimeout
- the the time (in milliseconds) after which the context is removed from the storecontext
- the context to store
com.ibm.wsspi.sibx.context.StoreException
com.ibm.wsspi.sibx.context.DuplicateKeyException
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |