org.mobicents.slee.resource.mgcp.ra
Class MgcpActivityContextInterfaceFactoryImpl

java.lang.Object
  extended by org.mobicents.slee.resource.mgcp.ra.MgcpActivityContextInterfaceFactoryImpl
All Implemented Interfaces:
net.java.slee.resource.mgcp.MgcpActivityContextInterfaceFactory, org.mobicents.slee.resource.ResourceAdaptorActivityContextInterfaceFactory

public class MgcpActivityContextInterfaceFactoryImpl
extends java.lang.Object
implements net.java.slee.resource.mgcp.MgcpActivityContextInterfaceFactory, org.mobicents.slee.resource.ResourceAdaptorActivityContextInterfaceFactory

Author:
Oleg Kulikov, eduardomartins

Constructor Summary
MgcpActivityContextInterfaceFactoryImpl(org.mobicents.slee.container.SleeContainer serviceContainer, MgcpResourceAdaptor ra, java.lang.String name)
          Creates a new instance of MgcpActivityContextInterfaceFactoryImpl
 
Method Summary
 javax.slee.ActivityContextInterface getActivityContextInterface(net.java.slee.resource.mgcp.MgcpConnectionActivity activity)
           
 javax.slee.ActivityContextInterface getActivityContextInterface(net.java.slee.resource.mgcp.MgcpEndpointActivity activity)
           
 java.lang.String getJndiName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MgcpActivityContextInterfaceFactoryImpl

public MgcpActivityContextInterfaceFactoryImpl(org.mobicents.slee.container.SleeContainer serviceContainer,
                                               MgcpResourceAdaptor ra,
                                               java.lang.String name)
Creates a new instance of MgcpActivityContextInterfaceFactoryImpl

Method Detail

getJndiName

public java.lang.String getJndiName()
Specified by:
getJndiName in interface org.mobicents.slee.resource.ResourceAdaptorActivityContextInterfaceFactory

getActivityContextInterface

public javax.slee.ActivityContextInterface getActivityContextInterface(net.java.slee.resource.mgcp.MgcpConnectionActivity activity)
                                                                throws java.lang.NullPointerException,
                                                                       javax.slee.UnrecognizedActivityException,
                                                                       javax.slee.FactoryException
Specified by:
getActivityContextInterface in interface net.java.slee.resource.mgcp.MgcpActivityContextInterfaceFactory
Throws:
java.lang.NullPointerException
javax.slee.UnrecognizedActivityException
javax.slee.FactoryException

getActivityContextInterface

public javax.slee.ActivityContextInterface getActivityContextInterface(net.java.slee.resource.mgcp.MgcpEndpointActivity activity)
                                                                throws java.lang.NullPointerException,
                                                                       javax.slee.UnrecognizedActivityException,
                                                                       javax.slee.FactoryException
Specified by:
getActivityContextInterface in interface net.java.slee.resource.mgcp.MgcpActivityContextInterfaceFactory
Throws:
java.lang.NullPointerException
javax.slee.UnrecognizedActivityException
javax.slee.FactoryException


Copyright © 2008. All Rights Reserved.