|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServerBusinessTransaction
A server representation of a business transaction. <p/> This is not normally referred to directly by consuming systems that would instead use the Client API's BusinessTransaction interface.
BusinessTransaction| Method Summary | |
|---|---|
ServerOperation |
getOperation(java.lang.String operationId)Gets the operation by name. |
ServerOperation |
getOperation(java.lang.String definitionId, java.lang.String operationId)Gets the operation by name and definition. |
ServerOperation[] |
getOperations()Gets the definitions for all operations that this business transaction has available (which will be a subset of all operaitons provided by the server). |
java.util.Map |
getReturnArguments()Returns any outputs produced as past of the invocation of the operation. |
long |
getTransactionId()Gets the ID of the transaction that this object represents. |
| Method Detail |
|---|
ServerOperation getOperation(java.lang.String operationId)
operationId - the ID of the operation to retrieve
ServerOperation getOperation(java.lang.String definitionId,
java.lang.String operationId)
definitionId - ID of the definition in which the operation is definedoperationId - ID of the operation to retrieveServerOperation[] getOperations()
long getTransactionId()
java.util.Map getReturnArguments()
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||