org.objectweb.fractal.explorer.context
Class ComponentContextForService

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

public class ComponentContextForService
extends Object
implements org.objectweb.util.explorer.api.Context

Component context for user role.

Version:
0.1
Author:
Jerome Moroy, Romain Rouvoy
See Also:
Serialized Form

Field Summary
protected  org.objectweb.util.explorer.core.common.api.ContextContainer controllers
          This Context Container contains the controller interfaces.
 
Constructor Summary
ComponentContextForService()
           
 
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
 

Field Detail

controllers

protected org.objectweb.util.explorer.core.common.api.ContextContainer controllers
This Context Container contains the controller interfaces.

Constructor Detail

ComponentContextForService

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