org.mobicents.protocols.mgcp.stack
Interface ExtendedJainMgcpProvider

All Superinterfaces:
jain.protocol.ip.mgcp.JainMgcpProvider
All Known Implementing Classes:
JainMgcpStackProviderImpl

public interface ExtendedJainMgcpProvider
extends jain.protocol.ip.mgcp.JainMgcpProvider

Provides method to send events in async way. Note that errors wont be visible in application.

Author:
baranowb

Method Summary
 void sendAsyncMgcpEvents(jain.protocol.ip.mgcp.JainMgcpEvent[] arg0)
          Enqueues events in stack buffer.
 
Methods inherited from interface jain.protocol.ip.mgcp.JainMgcpProvider
addJainMgcpListener, getJainMgcpStack, removeJainMgcpListener, sendMgcpEvents
 

Method Detail

sendAsyncMgcpEvents

void sendAsyncMgcpEvents(jain.protocol.ip.mgcp.JainMgcpEvent[] arg0)
                         throws IllegalArgumentException
Enqueues events in stack buffer. Current thread does not loose CPU for I/O and other operations. On next stacks worker thread/s buffer is sent.

Parameters:
arg0 -
Throws:
IllegalArgumentException


Copyright © 2012 TeleStax, Inc.. All Rights Reserved.