|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.desy.acop.transport.adapters.AdapterFactoryService
public class AdapterFactoryService
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.
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 |
---|
public static AdapterFactoryService getInstance()
public AdapterFactory getAdapterFactory()
AdapterFactory
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |