DESY ACOP Beans Home

de.desy.acop.transport.adapters
Class AdapterFactoryService

java.lang.Object
  extended by de.desy.acop.transport.adapters.AdapterFactoryService

public class AdapterFactoryService
extends java.lang.Object

AdapterFactoryService supplies the implementation of the AdapterFactory. This class is a singleton object. One should used the getInstance() method to obtain the instance of this object.

Version:
$Id: Templates.xml,v 1.10 2004/01/13 16:17:13 jbobnar Exp $
Author:
Jaka Bobnar

Method Summary
 AdapterFactory getAdapterFactory()
          Returns an implementaion of the AdapterFactory.
static AdapterFactoryService getInstance()
          Returns the instance of AdapterFactoryService.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AdapterFactoryService getInstance()
Returns the instance of AdapterFactoryService.

Returns:

getAdapterFactory

public AdapterFactory getAdapterFactory()
Returns an implementaion of the AdapterFactory.

Returns:
the adapter factory


Copyright © 2010. All Rights Reserved.