|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Broker
interface for all Broker classes.
| Method Summary | |
|---|---|
java.lang.Object |
receive(OperationType object)
Receives an Object into the elemenope framework. |
java.lang.Object |
receive(java.lang.String operationType,
java.lang.Object object)
Receives an Object into the elemenope framework. |
java.lang.Object |
receive(java.lang.String operationType,
java.lang.Object object,
java.util.Map atts)
Receives an Object into the elemenope framework. |
| Methods inherited from interface com.createtank.elemenope.ElemenopeComponent |
|---|
releaseComponents, setComponents, setConfigurationAttributes |
| Methods inherited from interface com.createtank.elemenope.ElemenopeConnectionEntity |
|---|
getConnectionAttributes, setConnectionAttributes |
| Method Detail |
|---|
java.lang.Object receive(OperationType object)
throws ElemenopeException
object -
ElemenopeException
java.lang.Object receive(java.lang.String operationType,
java.lang.Object object)
throws ElemenopeException
Must provide operation type explicitly.
operationType - Configured name of operation type to callobject - Object to pass to Operation class
ElemenopeException
java.lang.Object receive(java.lang.String operationType,
java.lang.Object object,
java.util.Map atts)
throws ElemenopeException
Must provide operation type explicitly.
operationType - Configured name of operation type to callobject - Object to pass to Operation classatts - attributes for this message (used for asynch bpm attributes)
ElemenopeException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||