org.objectweb.fractal.explorer.context
Class ComponentContextForAdmin

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
All Implemented Interfaces:
Serializable, org.objectweb.util.explorer.api.Context
Direct Known Subclasses:
ComponentContextForArchitect

public class ComponentContextForAdmin
extends ComponentContextForAdvanced

Wrapper on ComponentIdentity object 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
ComponentContextForAdmin()
           
 
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

ComponentContextForAdmin

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