org.objectweb.fractal.juliak.control.membrane
Class BasicMembraneControllerMixin

java.lang.Object
  extended by org.objectweb.fractal.juliak.control.membrane.BasicMembraneControllerMixin
All Implemented Interfaces:
MembraneController

public abstract class BasicMembraneControllerMixin
extends Object
implements MembraneController

Provides as a mixin layer, a basic implementation of the MembraneController interface. Membrane controllers provide an access to the current control membrane. This access allows introspecting the control membrane.

Since:
2.5
Author:
Lionel Seinturier

Field Summary
 
Fields inherited from interface org.objectweb.fractal.juliak.control.membrane.MembraneController
NAME, TYPE
 
Method Summary
 Component getFcMembrane()
          Return the reference of the current control membrane.
 void initFcController(InitializationContext ic)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFcMembrane

public Component getFcMembrane()
Description copied from interface: MembraneController
Return the reference of the current control membrane.

Specified by:
getFcMembrane in interface MembraneController

initFcController

public void initFcController(InitializationContext ic)
                      throws InstantiationException
Throws:
InstantiationException