cuba.ejb
Class EJB2ComponentFactory

java.lang.Object
  extended by cuba.ejb.AbstractEJBComponentFactory
      extended by cuba.ejb.EJB2ComponentFactory

public class EJB2ComponentFactory
extends AbstractEJBComponentFactory

Author:
Arnold Kmpaczyk

Field Summary
static EJB2ComponentFactory instance
           
 
Constructor Summary
EJB2ComponentFactory()
           
 
Method Summary
protected  java.lang.Object getHomeObject(javax.naming.Context context, java.lang.String name)
           
 java.lang.Object getInstance(javax.naming.Context context, java.lang.String name)
           
 
Methods inherited from class cuba.ejb.AbstractEJBComponentFactory
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static EJB2ComponentFactory instance
Constructor Detail

EJB2ComponentFactory

public EJB2ComponentFactory()
Method Detail

getInstance

public java.lang.Object getInstance(javax.naming.Context context,
                                    java.lang.String name)
                             throws ConstructionException,
                                    ReferenceException
Specified by:
getInstance in class AbstractEJBComponentFactory
Throws:
ConstructionException
ReferenceException

getHomeObject

protected java.lang.Object getHomeObject(javax.naming.Context context,
                                         java.lang.String name)
                                  throws ConstructionException,
                                         ReferenceException
Throws:
ConstructionException
ReferenceException