org.objectweb.fractal.explorer.context
Class DefaultFractalContext
java.lang.Object
org.objectweb.fractal.explorer.context.DefaultFractalContext
- All Implemented Interfaces:
- Serializable, FractalContext, org.objectweb.util.explorer.api.Context
public abstract class DefaultFractalContext
- extends Object
- implements org.objectweb.util.explorer.api.Context, FractalContext
Basic implementation of a Fractal context.
- Version:
- 0.2
- Author:
- Jerome Moroy
- See Also:
- Serialized Form
Method Summary |
org.objectweb.util.explorer.api.Entry[] |
getEntries(Object object)
Overriding methods |
abstract 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
object_
protected Object object_
DefaultFractalContext
public DefaultFractalContext()
getEntries
public org.objectweb.util.explorer.api.Entry[] getEntries(Object object)
- Overriding methods
- Specified by:
getEntries
in interface org.objectweb.util.explorer.api.Context
- See Also:
Context.getEntries(Object)
getStartedEntries
public abstract org.objectweb.util.explorer.api.Entry[] getStartedEntries()
- Called when the Fractal component is started.
- Specified by:
getStartedEntries
in interface FractalContext
- Returns:
- An array of entries contained into the Context.
getStoppedEntries
public org.objectweb.util.explorer.api.Entry[] getStoppedEntries()
- Called when the Fractal component is stopped.
- Specified by:
getStoppedEntries
in interface FractalContext
- Returns:
- An array of entries contained into the Context.