|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TransactionHandlerManagement | |
|---|---|
| org.mobicents.mgcp.stack | |
| Uses of TransactionHandlerManagement in org.mobicents.mgcp.stack |
|---|
| Classes in org.mobicents.mgcp.stack that implement TransactionHandlerManagement | |
|---|---|
class |
AuditConnectionHandler
|
class |
AuditEndpointHandler
|
class |
CreateConnectionHandler
|
class |
DeleteConnectionHandler
|
class |
EndpointConfigurationHandler
|
class |
ModifyConnectionHandler
|
class |
NotificationRequestHandler
|
class |
NotifyHandler
|
class |
RespUnknownHandler
|
class |
RestartInProgressHandler
Parse/encode RSIP commands. |
class |
TransactionHandler
Implements the base gateway control interface. |
| Fields in org.mobicents.mgcp.stack with type parameters of type TransactionHandlerManagement | |
|---|---|
protected java.util.List<TransactionHandlerManagement> |
EndpointHandler.ongoingTransactions
|
| Methods in org.mobicents.mgcp.stack with parameters of type TransactionHandlerManagement | |
|---|---|
void |
EndpointHandler.addTransactionHandler(TransactionHandlerManagement handler)
Method called once tx has been created |
void |
EndpointHandler.commandDelivered(jain.protocol.ip.mgcp.JainMgcpCommandEvent commandEvent,
jain.protocol.ip.mgcp.JainMgcpResponseEvent event,
TransactionHandlerManagement handler)
Should be called when response command is delivered - either sent or received. This method should take care of initializing another endpoint handler for cases like CRCX with wildcard and actual name of endpoint in response |
void |
EndpointHandler.commandDelivered(jain.protocol.ip.mgcp.JainMgcpCommandEvent commandEvent,
TransactionHandlerManagement handler)
Should be called when reqeust command is delivered - either sent or received. |
void |
EndpointHandler.processRxTimeout(jain.protocol.ip.mgcp.JainMgcpCommandEvent commandEvent,
TransactionHandlerManagement transactionHandler)
Called when remotely created tx times out |
void |
EndpointHandler.processTxTimeout(jain.protocol.ip.mgcp.JainMgcpCommandEvent commandEvent,
TransactionHandlerManagement transactionHandler)
Called when localy initiated transaction times out |
void |
EndpointHandler.scheduleTransactionHandler(TransactionHandlerManagement th)
|
void |
EndpointHandler.transactionHandlerDeleted(TransactionHandlerManagement th)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||