org.objectweb.fractal.explorer.context
Class ComponentContextForAdvanced

java.lang.Object
  extended by org.objectweb.fractal.explorer.context.ComponentContextForService
      extended by org.objectweb.fractal.explorer.context.ComponentContextForAdvanced
All Implemented Interfaces:
Serializable, org.objectweb.util.explorer.api.Context
Direct Known Subclasses:
ComponentContextForAdmin

public class ComponentContextForAdvanced
extends ComponentContextForService

Component context for advanced users (view of internal components).

Version:
0.1
Author:
Romain Rouvoy
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.fractal.explorer.context.ComponentContextForService
controllers
 
Constructor Summary
ComponentContextForAdvanced()
           
 
Method Summary
 org.objectweb.util.explorer.api.Entry[] getEntries(Object object)
          Returns an array containing the entries contained by the target context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentContextForAdvanced

public ComponentContextForAdvanced()
Method Detail

getEntries

public org.objectweb.util.explorer.api.Entry[] getEntries(Object object)
Returns an array containing the entries contained by the target context.

Specified by:
getEntries in interface org.objectweb.util.explorer.api.Context
Overrides:
getEntries in class ComponentContextForService
Returns:
A new array of entry.