| Package | Description |
|---|---|
| org.mobicents.media.server.mgcp.tx | |
| org.mobicents.media.server.mgcp.tx.cmd |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
GlobalTransactionManager.allocateNew(InetSocketAddress source,
int id) |
Transaction |
TransactionManager.allocateNew(int id) |
Transaction |
GlobalTransactionManager.find(InetSocketAddress source,
int id)
Find active transaction with specified identifier.
|
Transaction |
TransactionManager.find(int id)
Find active transaction with specified identifier.
|
Transaction |
TransactionManager.findByTransactionNumber(int transactionNumber)
Finds a transaction by number (rather than unique transaction ID) in the
active transaction pool.
|
protected Transaction |
Action.transaction() |
| Modifier and Type | Method and Description |
|---|---|
void |
Action.start(Transaction tx)
Starts action execution.
|
protected void |
TransactionManager.terminate(Transaction t)
Terminates active transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateConnectionCmd.start(Transaction tx) |
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.