fungus.core.infrastructure
Class InfrastructureFactory

java.lang.Object
  |
  +--fungus.core.infrastructure.InfrastructureFactory

public class InfrastructureFactory
extends Object

Fabrique une infrastructure ou donne un proxy

Since:
Mon Jun 9 18:06:12 2003
Version:
$Id: InfrastructureFactory.java,v 1.1.2.1 2003/06/09 18:20:10 djedi Exp $
Author:
"Valvassori Moïse"

Constructor Summary
InfrastructureFactory()
          Creates a new InfrastructureFactory instance.
 
Method Summary
 Infrastructure getInfrastrusture()
          renvoie la même instance de l'infrastructure.
 InfrastructureProxy getProxy()
          Donne un proxy vers une infrastructure.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfrastructureFactory

public InfrastructureFactory()
Creates a new InfrastructureFactory instance.
Method Detail

getInfrastrusture

public Infrastructure getInfrastrusture()
renvoie la même instance de l'infrastructure.
Returns:
an Infrastructure value

getProxy

public InfrastructureProxy getProxy()
Donne un proxy vers une infrastructure.
Returns:
an InfrastructureProxy value