org.objectweb.fractal.explorer.api
Interface FractalContext

All Known Implementing Classes:
DefaultFractalContext

public interface FractalContext

Specialized context for entities having life cycle properties.

Version:
0.1
Author:
Jerome Moroy

Method Summary
 org.objectweb.util.explorer.api.Entry[] getStartedEntries()
          Called when the Fractal component is started.
 org.objectweb.util.explorer.api.Entry[] getStoppedEntries()
          Called when the Fractal component is stopped.
 

Method Detail

getStartedEntries

org.objectweb.util.explorer.api.Entry[] getStartedEntries()
Called when the Fractal component is started.

Returns:
An array of entries contained into the Context.

getStoppedEntries

org.objectweb.util.explorer.api.Entry[] getStoppedEntries()
Called when the Fractal component is stopped.

Returns:
An array of entries contained into the Context.