net.sf.arise.delegate
Class AbstractServiceFactory

java.lang.Object
  |
  +--net.sf.arise.delegate.AbstractServiceFactory
All Implemented Interfaces:
ServiceFactory

public abstract class AbstractServiceFactory
extends java.lang.Object
implements ServiceFactory


Constructor Summary
AbstractServiceFactory()
           
 
Method Summary
 java.lang.Object createService(java.lang.Class serviceInterface, boolean forRemoteUse, java.util.Properties properties)
           
 java.lang.Object createService(java.lang.Class serviceInterface, java.lang.String singletonClass, java.lang.String getMethod, java.util.Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractServiceFactory

public AbstractServiceFactory()
Method Detail

createService

public java.lang.Object createService(java.lang.Class serviceInterface,
                                      boolean forRemoteUse,
                                      java.util.Properties properties)
                               throws ServiceException
Specified by:
createService in interface ServiceFactory
ServiceException

createService

public java.lang.Object createService(java.lang.Class serviceInterface,
                                      java.lang.String singletonClass,
                                      java.lang.String getMethod,
                                      java.util.Properties properties)
                               throws ServiceException
ServiceException


All code and documentation is

Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth