org.jboss.ejb3.nointerface.impl.objectfactory
Class StatefulNoInterfaceViewObjectFactory

java.lang.Object
  extended by org.jboss.ejb3.nointerface.impl.objectfactory.StatefulNoInterfaceViewObjectFactory
All Implemented Interfaces:
ObjectFactory

public class StatefulNoInterfaceViewObjectFactory
extends Object
implements ObjectFactory

StatefulNoInterfaceViewObjectFactory

Version:
$Revision: $
Author:
Jaikiran Pai

Constructor Summary
StatefulNoInterfaceViewObjectFactory()
           
 
Method Summary
 Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment)
           
protected  String getProxyFactoryJNDINameFromReference(Reference ref)
          Returns the jndi-name at which the StatefulNoInterfaceViewFacade can be found
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulNoInterfaceViewObjectFactory

public StatefulNoInterfaceViewObjectFactory()
Method Detail

getObjectInstance

public Object getObjectInstance(Object obj,
                                Name name,
                                Context nameCtx,
                                Hashtable<?,?> environment)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception
See Also:
ObjectFactory.getObjectInstance(Object, Name, Context, Hashtable)

getProxyFactoryJNDINameFromReference

protected String getProxyFactoryJNDINameFromReference(Reference ref)
Returns the jndi-name at which the StatefulNoInterfaceViewFacade can be found

Parameters:
ref -
Returns:


Copyright © 2010. All Rights Reserved.