org.mobicents.mgcp.stack
Class EndpointHandlerFactory

java.lang.Object
  extended by org.mobicents.mgcp.stack.EndpointHandlerFactory

public class EndpointHandlerFactory
extends java.lang.Object

Author:
amit bhayani

Constructor Summary
EndpointHandlerFactory(int size, EndpointHandlerManager jainMgcpStackImpl)
           
 
Method Summary
 EndpointHandler allocate(java.lang.String endpoint)
           
 void deallocate(EndpointHandler handler)
           
 int getCount()
           
 int getSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointHandlerFactory

public EndpointHandlerFactory(int size,
                              EndpointHandlerManager jainMgcpStackImpl)
Method Detail

allocate

public EndpointHandler allocate(java.lang.String endpoint)

deallocate

public void deallocate(EndpointHandler handler)

getSize

public int getSize()

getCount

public int getCount()


Copyright © 2009. All Rights Reserved.