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
|
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 |
AbstractServiceFactory
public AbstractServiceFactory()
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