org.objectweb.fractal.aokell.lib.membrane
Class ControllerDef

java.lang.Object
  extended by org.objectweb.fractal.aokell.lib.membrane.ControllerDef

public class ControllerDef
extends Object

Class holding data for defining a controller.

Author:
Lionel Seinturier

Constructor Summary
ControllerDef(InterfaceType[] types, Class impl)
           
ControllerDef(InterfaceType type, Class impl)
           
 
Method Summary
 Class getImpl()
           
 InterfaceType[] getTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerDef

public ControllerDef(InterfaceType type,
                     Class impl)

ControllerDef

public ControllerDef(InterfaceType[] types,
                     Class impl)
Method Detail

getTypes

public InterfaceType[] getTypes()

getImpl

public Class getImpl()