Uses of Class
org.sape.carbon.services.ejb.HomeFactoryException

Packages that use HomeFactoryException
org.sape.carbon.services.ejb The EJB service facilitates Enterprise Java Bean lookup via a variety of factory methods. 
org.sape.carbon.services.ejb.local Supports the lookup of Local EJBs as per the EJB 2.0 specification. 
org.sape.carbon.services.ejb.remote Supports the lookup of remote EJBs as per the EJB specification. 
 

Uses of HomeFactoryException in org.sape.carbon.services.ejb
 

Subclasses of HomeFactoryException in org.sape.carbon.services.ejb
 class HomeFactoryClassCastException
          A specific exception that will be thrown when the EJB service encounters a java.lang.ClassCastException.
 class HomeFactoryClassNotFoundException
          A specific exception that will be thrown when the EJB service encounters a java.lang.ClassNotFoundException.
 class HomeFactoryNamingException
          A specific exception that will be thrown when the EJB service encounters a javax.naming.NamingException.
 

Uses of HomeFactoryException in org.sape.carbon.services.ejb.local
 

Methods in org.sape.carbon.services.ejb.local that throw HomeFactoryException
 javax.ejb.EJBLocalHome LocalHomeFactoryImpl.lookup(String logicalName)
           
 javax.ejb.EJBLocalHome LocalHomeFactoryImpl.lookup(String logicalName, String principal, String credentials)
           
 javax.ejb.EJBLocalHome LocalHomeFactoryImpl.lookup(String logicalName, Context context)
           
 javax.ejb.EJBLocalHome LocalHomeFactory.lookup(String logicalName)
          Handles JNDI lookups for locally deployed EJBs using the default context properties declared in the associated configuration.
 javax.ejb.EJBLocalHome LocalHomeFactory.lookup(String logicalName, Context context)
          Handles JNDI lookups for locally deployed EJBs using a context object specified at run-time.
 javax.ejb.EJBLocalHome LocalHomeFactory.lookup(String logicalName, String principal, String credentials)
          Handles JNDI lookups for locally deployed EJBs using the default context properties declared in the associated configuration with the exception of the security principal and credentials which are passed at run-time.
 

Uses of HomeFactoryException in org.sape.carbon.services.ejb.remote
 

Methods in org.sape.carbon.services.ejb.remote that throw HomeFactoryException
 javax.ejb.EJBHome RemoteHomeFactoryImpl.lookup(String logicalName)
           
 javax.ejb.EJBHome RemoteHomeFactoryImpl.lookup(String logicalName, String principal, String credentials)
           
 javax.ejb.EJBHome RemoteHomeFactoryImpl.lookup(String logicalName, Context context)
           
 javax.ejb.EJBHome RemoteHomeFactory.lookup(String logicalName)
          Handles JNDI lookups for remotely deployed EJBs using the default context properties declared in the associated configuration.
 javax.ejb.EJBHome RemoteHomeFactory.lookup(String logicalName, Context context)
          Handles JNDI lookups for remotely deployed EJBs using a context object specified at run-time.
 javax.ejb.EJBHome RemoteHomeFactory.lookup(String logicalName, String principal, String credentials)
          Handles JNDI lookups for remotely deployed EJBs using the default context properties declared in the associated configuration with the exception of the security principal and credentials which are passed at run-time.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.