org.objectweb.fractal.explorer.context
Class ComponentContextForArchitect

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

public class ComponentContextForArchitect
extends ComponentContextForAdmin

Context on Component for admin role (adding the controller interfaces).

Version:
0.1
Author:
Jerome Moroy
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.fractal.explorer.context.ComponentContextForService
controllers
 
Constructor Summary
ComponentContextForArchitect()
           
 
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

ComponentContextForArchitect

public ComponentContextForArchitect()
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 ComponentContextForAdmin
Returns:
A new array of entry.