org.mobicents.slee.resource.jcc.ra
Class JccActivityContextInterfaceFactoryImpl

java.lang.Object
  extended by org.mobicents.slee.resource.jcc.ra.JccActivityContextInterfaceFactoryImpl
All Implemented Interfaces:
org.mobicents.slee.resource.jcc.ratype.JccActivityContextInterfaceFactory, org.mobicents.slee.resource.ResourceAdaptorActivityContextInterfaceFactory

public class JccActivityContextInterfaceFactoryImpl
extends java.lang.Object
implements org.mobicents.slee.resource.jcc.ratype.JccActivityContextInterfaceFactory, org.mobicents.slee.resource.ResourceAdaptorActivityContextInterfaceFactory

Represents the Context Interface Factory Object.

Author:
Oleg Kulikov, Pavel Mitrenko

Constructor Summary
JccActivityContextInterfaceFactoryImpl(org.mobicents.slee.container.SleeContainer sleeContainer, java.lang.String name)
          Creates a new instance of JccActivityContextInterfaceFactoryImpl
 
Method Summary
 javax.slee.ActivityContextInterface getActivityContextInterface(javax.csapi.cc.jcc.JccCall call)
           
 javax.slee.ActivityContextInterface getActivityContextInterface(javax.csapi.cc.jcc.JccConnection connection)
           
 java.lang.String getJndiName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JccActivityContextInterfaceFactoryImpl

public JccActivityContextInterfaceFactoryImpl(org.mobicents.slee.container.SleeContainer sleeContainer,
                                              java.lang.String name)
Creates a new instance of JccActivityContextInterfaceFactoryImpl

Method Detail

getActivityContextInterface

public javax.slee.ActivityContextInterface getActivityContextInterface(javax.csapi.cc.jcc.JccCall call)
                                                                throws java.lang.NullPointerException,
                                                                       javax.slee.UnrecognizedActivityException,
                                                                       javax.slee.FactoryException
Specified by:
getActivityContextInterface in interface org.mobicents.slee.resource.jcc.ratype.JccActivityContextInterfaceFactory
Throws:
java.lang.NullPointerException
javax.slee.UnrecognizedActivityException
javax.slee.FactoryException

getActivityContextInterface

public javax.slee.ActivityContextInterface getActivityContextInterface(javax.csapi.cc.jcc.JccConnection connection)
                                                                throws java.lang.NullPointerException,
                                                                       javax.slee.UnrecognizedActivityException,
                                                                       javax.slee.FactoryException
Specified by:
getActivityContextInterface in interface org.mobicents.slee.resource.jcc.ratype.JccActivityContextInterfaceFactory
Throws:
java.lang.NullPointerException
javax.slee.UnrecognizedActivityException
javax.slee.FactoryException

getJndiName

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


Copyright © 2008. All Rights Reserved.