org.objectweb.fractal.aokell.lib.control.factory
Interface FactoryDef

All Superinterfaces:
Factory

public interface FactoryDef
extends Factory

This interface contains data related to the factory controller.

Author:
Lionel Seinturier

Field Summary
static String HIDDEN_NAME
          The factory controller is specified with the Factory interface in the Fractal API.
static InterfaceType HIDDEN_TYPE
           
static String NAME
           
static InterfaceType TYPE
           
 
Method Summary
 
Methods inherited from interface org.objectweb.fractal.api.factory.Factory
getFcContentDesc, getFcControllerDesc, getFcInstanceType, newFcInstance
 

Field Detail

NAME

static final String NAME
See Also:
Constant Field Values

TYPE

static final InterfaceType TYPE

HIDDEN_NAME

static final String HIDDEN_NAME
The factory controller is specified with the Factory interface in the Fractal API. Julia extends this interface with the Template interface. A hidden interface name "/template" is associated to the implementation of this interface.

See Also:
Constant Field Values

HIDDEN_TYPE

static final InterfaceType HIDDEN_TYPE