org.jboss.test.hibernate.ejb.interfaces
Class AggregateProfileServiceUtil

java.lang.Object
  extended byorg.jboss.test.hibernate.ejb.interfaces.AggregateProfileServiceUtil

public class AggregateProfileServiceUtil
extends java.lang.Object

Utility class for ProfileService.


Constructor Summary
AggregateProfileServiceUtil()
           
 
Method Summary
static AggregateProfileServiceHome (src) getHome()
          Obtain remote home interface from default initial context
static AggregateProfileServiceHome (src) getHome(java.util.Hashtable environment)
          Obtain remote home interface from parameterised initial context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateProfileServiceUtil

public AggregateProfileServiceUtil()
Method Detail

getHome

public static AggregateProfileServiceHome (src)  getHome()
                                           throws javax.naming.NamingException
Obtain remote home interface from default initial context

Returns:
Home interface for ProfileService. Lookup using JNDI_NAME
Throws:
javax.naming.NamingException

getHome

public static AggregateProfileServiceHome (src)  getHome(java.util.Hashtable environment)
                                           throws javax.naming.NamingException
Obtain remote home interface from parameterised initial context

Parameters:
environment - Parameters to use for creating initial context
Returns:
Home interface for ProfileService. Lookup using JNDI_NAME
Throws:
javax.naming.NamingException